Class ImportFunctionsNode
-
- All Implemented Interfaces:
public final class ImportFunctionsNode extends ElementNode
-
-
Field Summary
Fields Modifier and Type Field Description private final URI
href
private final String
contentType
private final String
namespace
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 ImportFunctionsNode(AnyNode parent, XdmNode node)
-
Method Summary
Modifier and Type Method Description final URI
getHref()
final String
getContentType()
final String
getNamespace()
-
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
-
ImportFunctionsNode
ImportFunctionsNode(AnyNode parent, XdmNode node)
-
-
Method Detail
-
getContentType
final String getContentType()
-
getNamespace
final String getNamespace()
-
-
-
-