Class OptionNode
-
- All Implemented Interfaces:
public final class OptionNode extends ElementNode
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
visible
private SequenceType
asType
private final QName
name
private final String
select
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 OptionNode(AnyNode parent, XdmNode node, QName name, String select)
-
Method Summary
Modifier and Type Method Description final Boolean
getVisible()
final Unit
setVisible(Boolean visible)
final SequenceType
getAsType()
final Unit
setAsType(SequenceType asType)
final QName
getName()
final String
getSelect()
-
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
-
-