Package com.xmlcalabash.runtime
Interface ProcessMatchingNodes
-
- All Implemented Interfaces:
public interface ProcessMatchingNodes
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
startDocument(XdmNode node)
abstract Unit
endDocument(XdmNode node)
abstract Boolean
startElement(XdmNode node, AttributeMap attributes)
abstract AttributeMap
attributes(XdmNode node, AttributeMap matchingAttributes, AttributeMap nonMatchingAttributes)
abstract Unit
endElement(XdmNode node)
abstract Unit
text(XdmNode node)
abstract Unit
comment(XdmNode node)
abstract Unit
pi(XdmNode node)
-
-
Method Detail
-
startDocument
abstract Boolean startDocument(XdmNode node)
-
endDocument
abstract Unit endDocument(XdmNode node)
-
startElement
abstract Boolean startElement(XdmNode node, AttributeMap attributes)
-
attributes
abstract AttributeMap attributes(XdmNode node, AttributeMap matchingAttributes, AttributeMap nonMatchingAttributes)
-
endElement
abstract Unit endElement(XdmNode node)
-
-
-
-