com.xmlcalabash.model
Class InlineBinding
java.lang.Object
com.xmlcalabash.model.SourceArtifact
com.xmlcalabash.model.Binding
com.xmlcalabash.model.InlineBinding
public class InlineBinding
- extends Binding
- Author:
- ndw
Constructor Summary |
InlineBinding(XProcRuntime xproc,
net.sf.saxon.s9api.XdmNode node)
Creates a new instance of InlineBinding |
Method Summary |
void |
addNode(net.sf.saxon.s9api.XdmNode node)
|
protected void |
dump(int depth)
|
void |
excludeNamespaces(java.util.HashSet<java.lang.String> exclude)
|
java.util.HashSet<java.lang.String> |
getExcludedNamespaces()
|
java.util.Vector<net.sf.saxon.s9api.XdmValue> |
nodes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InlineBinding
public InlineBinding(XProcRuntime xproc,
net.sf.saxon.s9api.XdmNode node)
- Creates a new instance of InlineBinding
addNode
public void addNode(net.sf.saxon.s9api.XdmNode node)
excludeNamespaces
public void excludeNamespaces(java.util.HashSet<java.lang.String> exclude)
getExcludedNamespaces
public java.util.HashSet<java.lang.String> getExcludedNamespaces()
nodes
public java.util.Vector<net.sf.saxon.s9api.XdmValue> nodes()
dump
protected void dump(int depth)
- Specified by:
dump
in class Binding