Class LibraryNode
-
- All Implemented Interfaces:
public final class LibraryNode extends RootNode
-
-
Constructor Summary
Constructors Constructor Description LibraryNode(AnyNode parent, XdmNode node)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.xmlcalabash.parsers.xpl.elements.RootNode
getFirstPass, setFirstPass
-
Methods inherited from class com.xmlcalabash.parsers.xpl.elements.ElementNode
getAttributes, getConditional, setConditional, toString
-
Methods inherited from class com.xmlcalabash.parsers.xpl.elements.AnyNode
getBaseUri, getChildren, getNode, getParent, getUseWhen, setUseWhen
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LibraryNode
LibraryNode(AnyNode parent, XdmNode node)
-
-
-
-