|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.xmlpad.toolkit.XMLToolkit
General toolkit for XML inside the XMLContainer. Note that the XPath evaluation required JXP : http://www.japisoft.com/jxpath
Constructor Summary | |
XMLToolkit()
|
Method Summary | |
static XPathHandler |
highlightXPathNodes(XMLContainer container,
java.lang.String xpathExpression,
boolean relative)
Highlight the nodes from the editor from this xpathExpression |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLToolkit()
Method Detail |
public static XPathHandler highlightXPathNodes(XMLContainer container, java.lang.String xpathExpression, boolean relative) throws com.japisoft.xpath.XPathException
container
- The main editorxpathExpression
- The XPath queryrelative
- if true
this is relative to the current node else to the root node
com.japisoft.xpath.XPathException
- Throw an exception is the query cannot be computed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |