public class TinyBuilderCondensed extends TinyBuilder
Modifier and Type | Field and Description |
---|---|
IntHashMap<int[]> |
textValues |
AXIOM_TREE, baseURI, config, currentRoot, DOMINO_TREE, JDOM_TREE, JDOM2_TREE, lineNumbering, LINKED_TREE, MUTABLE_LINKED_TREE, namePool, opened, pipe, started, systemId, timing, TINY_TREE, TINY_TREE_CONDENSED, uniformBaseURI, UNSPECIFIED_TREE_MODEL, useEventLocation
Constructor and Description |
---|
TinyBuilderCondensed(PipelineConfiguration pipe) |
Modifier and Type | Method and Description |
---|---|
void |
endElement()
Notify the end of an element node
|
protected java.lang.String |
getAttValue(AttributeInfo att)
For attribute nodes, the commoning-up of stored values is achieved simply by calling intern() on the
string value of the attribute.
|
characters, close, comment, endDocument, getBuilderMonitor, getCurrentDepth, getLastCompletedElement, getTree, makeTextNode, open, processingInstruction, reset, setStatistics, setUnparsedEntity, startDocument, startElement
getBaseURI, getConfiguration, getCurrentRoot, getPipelineConfiguration, getSystemId, isTiming, isUseEventLocation, setBaseURI, setLineNumbering, setPipelineConfiguration, setSystemId, setTiming, setUseEventLocation, usesTypeAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
append, append, handlesAppend
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 occursprotected java.lang.String getAttValue(AttributeInfo att)
getAttValue
in class TinyBuilder
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.