Class NodeContainer
- java.lang.Object
-
- com.igormaznitsa.jcp.expression.functions.xml.NodeContainer
-
public class NodeContainer extends java.lang.Object
It's a special auxiliary class to save XML node data in a preprocessor storage
-
-
Constructor Summary
Constructors Constructor Description NodeContainer(long id, org.w3c.dom.Node node)
NodeContainer(long id, org.w3c.dom.NodeList list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
org.w3c.dom.Node
getNode()
org.w3c.dom.NodeList
getNodeList()
-