Class RootNode
-
- All Implemented Interfaces:
public abstract class RootNode extends ElementNode
-
-
Constructor Summary
Constructors Constructor Description RootNode(AnyNode parent, InstructionConfiguration parentConfig, XdmNode node)
-
Method Summary
Modifier and Type Method Description final Boolean
getFirstPass()
final Unit
setFirstPass(Boolean firstPass)
-
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
-
RootNode
RootNode(AnyNode parent, InstructionConfiguration parentConfig, XdmNode node)
-
-
Method Detail
-
getFirstPass
final Boolean getFirstPass()
-
setFirstPass
final Unit setFirstPass(Boolean firstPass)
-
-
-
-