Class ImportNode
-
- All Implemented Interfaces:
public final class ImportNode extends ElementNode
-
-
Field Summary
Fields Modifier and Type Field Description private final URI
href
private Boolean
firstPass
private String
conditional
private final Map<QName, String>
attributes
private final URI
baseUri
private final List<AnyNode>
children
private Boolean
useWhen
private final AnyNode
parent
private final XdmNode
node
-
Constructor Summary
Constructors Constructor Description ImportNode(AnyNode parent, XdmNode node)
-
Method Summary
Modifier and Type Method Description final URI
getHref()
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
-
ImportNode
ImportNode(AnyNode parent, XdmNode node)
-
-
Method Detail
-
getFirstPass
final Boolean getFirstPass()
-
setFirstPass
final Unit setFirstPass(Boolean firstPass)
-
-
-
-