net.sf.saxon.tinytree
public class TinyBuilderCondensed extends TinyBuilder
Field Summary | |
---|---|
IntHashMap<int[]> | textValues |
Method Summary | |
---|---|
void | attribute(int nameCode, int typeCode, CharSequence value, int 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. |
protected int | makeTextNode(CharSequence chars, int len)
Create a text node. |
Parameters: chars the contents of the text node len the length of the text node