public abstract class BuilderMonitor extends ProxyReceiver
nextReceiver
pipelineConfiguration, previousAtomic, systemId
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
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, 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()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.