public class TinyBuilderCondensed extends TinyBuilder
Modifier and Type | Field and Description |
---|---|
IntHashMap<int[]> |
textValues |
PARENT_POINTER_INTERVAL
AXIOM_TREE, baseURI, config, currentRoot, DOMINO_TREE, JDOM_TREE, JDOM2_TREE, lineNumbering, LINKED_TREE, namePool, open, pipe, STANDARD_TREE, started, systemId, timing, TINY_TREE, TINY_TREE_CONDENSED, UNSPECIFIED_TREE_MODEL
Constructor and Description |
---|
TinyBuilderCondensed(PipelineConfiguration pipe) |
Modifier and Type | Method and Description |
---|---|
void |
attribute(NodeName nameCode,
SimpleType typeCode,
java.lang.CharSequence value,
Location locationId,
int properties)
For attribute nodes, the commoning-up of stored values is achieved simply by calling intern() on the
string value of the attribute.
|
void |
endElement()
Notify the end of an element node
|
bulkCopy, characters, close, comment, endDocument, getBuilderMonitor, getCurrentDepth, getLastCompletedElement, getTree, makeTextNode, namespace, open, processingInstruction, reset, setStatistics, setUnparsedEntity, startContent, startDocument, startElement
getBaseURI, getConfiguration, getCurrentRoot, getPipelineConfiguration, getSystemId, isTiming, setBaseURI, setLineNumbering, setPipelineConfiguration, setSystemId, setTiming, usesTypeAnnotations
public IntHashMap<int[]> textValues
public TinyBuilderCondensed(PipelineConfiguration pipe)
public void endElement() throws XPathException
TinyBuilder
endElement
in interface Receiver
endElement
in class TinyBuilder
XPathException
- if an error occurspublic void attribute(NodeName nameCode, SimpleType typeCode, java.lang.CharSequence value, Location locationId, int properties) throws XPathException
attribute
in interface Receiver
attribute
in class TinyBuilder
nameCode
- The name of the attributetypeCode
- The type annotation of the attributevalue
- the string value of the attributelocationId
- provides information such as line number and system ID.properties
- Bit significant value. The following bits are defined:
XPathException
- if an error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.