Package com.xmlcalabash.util
Class XmlViewportComposer.Decomposer
-
- All Implemented Interfaces:
-
com.xmlcalabash.runtime.ProcessMatchingNodes
public final class XmlViewportComposer.Decomposer implements ProcessMatchingNodes
-
-
Constructor Summary
Constructors Constructor Description XmlViewportComposer.Decomposer()
-
Method Summary
Modifier and Type Method Description Boolean
startDocument(XdmNode node)
Unit
endDocument(XdmNode node)
Boolean
startElement(XdmNode node, AttributeMap attributes)
AttributeMap
attributes(XdmNode node, AttributeMap matchingAttributes, AttributeMap nonMatchingAttributes)
Unit
endElement(XdmNode node)
Unit
text(XdmNode node)
Unit
comment(XdmNode node)
Unit
pi(XdmNode node)
-
-
Method Detail
-
startDocument
Boolean startDocument(XdmNode node)
-
endDocument
Unit endDocument(XdmNode node)
-
startElement
Boolean startElement(XdmNode node, AttributeMap attributes)
-
attributes
AttributeMap attributes(XdmNode node, AttributeMap matchingAttributes, AttributeMap nonMatchingAttributes)
-
endElement
Unit endElement(XdmNode node)
-
-
-
-