javax.xml.transform.Result
, Receiver
LinkedBuilderMonitor
, TinyBuilderMonitor
public abstract class BuilderMonitor extends ProxyReceiver
nextReceiver
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
pipelineConfiguration, previousAtomic, systemId
Constructor | Description |
---|---|
BuilderMonitor(Receiver next) |
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
append, attribute, characters, close, comment, endDocument, endElement, getNamePool, getUnderlyingReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotations
append, getConfiguration, getPipelineConfiguration, getSystemId
public BuilderMonitor(Receiver next)
public abstract void markNextNode(int nodeKind)
nodeKind
- the kind of node that will be created nextpublic abstract NodeInfo getMarkedNode()