javax.xml.transform.Result, ReceiverLinkedBuilderMonitor, TinyBuilderMonitorpublic abstract class BuilderMonitor extends ProxyReceiver
nextReceiverPI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPINGpipelineConfiguration, 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, waitappend, attribute, characters, close, comment, endDocument, endElement, getNamePool, getUnderlyingReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotationsappend, getConfiguration, getPipelineConfiguration, getSystemIdpublic BuilderMonitor(Receiver next)
public abstract void markNextNode(int nodeKind)
nodeKind - the kind of node that will be created nextpublic abstract NodeInfo getMarkedNode()