|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.processing.pipelets.xmlprocessing.util.XPathUtils
public final class XPathUtils
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments.
| Method Summary | |
|---|---|
static java.lang.Object |
queryForIndexField(org.w3c.dom.Node node,
java.lang.String xpath,
org.w3c.dom.Node namespaceNode,
java.lang.String separator)
Queries for index field. |
static void |
removeNodesByXPath(org.w3c.dom.Node node,
java.lang.String xpath,
org.w3c.dom.Node namespaceNode)
Removes nodes by XPath. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Object queryForIndexField(org.w3c.dom.Node node,
java.lang.String xpath,
org.w3c.dom.Node namespaceNode,
java.lang.String separator)
node - the Nodexpath - the XPathnamespaceNode - the namespaceseparator - the seperator
public static void removeNodesByXPath(org.w3c.dom.Node node,
java.lang.String xpath,
org.w3c.dom.Node namespaceNode)
node - the Nodexpath - the XPathnamespaceNode - the namespace
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||