|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.xmlmatcher.tools.XPathGen
public class XPathGen
Constructor Summary | |
---|---|
XPathGen()
|
Method Summary | |
---|---|
static java.lang.String |
generate(org.w3c.dom.Element element)
|
static java.lang.String |
generate(org.w3c.dom.Element element,
boolean showIndexes,
boolean includeNsPrefix)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPathGen()
Method Detail |
---|
public static java.lang.String generate(org.w3c.dom.Element element)
public static java.lang.String generate(org.w3c.dom.Element element, boolean showIndexes, boolean includeNsPrefix)
showIndexes
- if true XPath will contain index qualifier siblings have the same tagsincludeNsPrefix
- path will include namespace prefixes for each element (if any)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |