Class DeclareStepNode
-
- All Implemented Interfaces:
public final class DeclareStepNode extends RootNode
-
-
Field Summary
Fields Modifier and Type Field Description private QName
type
private Boolean
visible
private final Boolean
isAtomic
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 DeclareStepNode(AnyNode parent, XdmNode node)
-
Method Summary
Modifier and Type Method Description final QName
getType()
final Unit
setType(QName type)
final Boolean
getVisible()
final Unit
setVisible(Boolean visible)
final Boolean
isAtomic()
-
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
-
-