public abstract class BuilderMonitor extends ProxyReceiver
nextReceiver
pipelineConfiguration, previousAtomic, systemId
Constructor and Description |
---|
BuilderMonitor(Receiver next) |
Modifier and Type | Method and Description |
---|---|
abstract NodeInfo |
getMarkedNode()
On completion of tree building, get the node that was marked using markNextNode().
|
abstract void |
markNextNode(int nodeKind)
Indicate that the next node to be created will be of a given type, and request the monitor to remember
the identity of this node.
|
append, characters, close, comment, endDocument, endElement, getNamePool, getNextReceiver, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startDocument, startElement, usesTypeAnnotations
append, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getPipelineConfiguration, getSystemId, handlesAppend
public BuilderMonitor(Receiver next)
public abstract void markNextNode(int nodeKind)
nodeKind
- the kind of node that will be created next. This will always be an element, text, comment,
or processing-instruction nodepublic abstract NodeInfo getMarkedNode()
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.