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, open, 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, startElementgetBaseURI, getConfiguration, getCurrentRoot, getPipelineConfiguration, getSystemId, isTiming, isUseEventLocation, setBaseURI, setLineNumbering, setPipelineConfiguration, setSystemId, setTiming, setUseEventLocation, usesTypeAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappend, append, handlesAppendpublic IntHashMap<int[]> textValues
public TinyBuilderCondensed(PipelineConfiguration pipe)
public void endElement()
throws XPathException
TinyBuilderendElement in interface ReceiverendElement in class TinyBuilderXPathException - if an error occursprotected java.lang.String getAttValue(AttributeInfo att)
getAttValue in class TinyBuilderCopyright (c) 2004-2020 Saxonica Limited.