Package | Description |
---|---|
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.sax2dtm |
Modifier and Type | Class and Description |
---|---|
class |
CustomStringPool
CustomStringPool is an example of appliction provided data structure
for a DTM implementation to hold symbol references, e.g.
|
class |
DTMSafeStringPool
Like DTMStringPool, but threadsafe.
|
Modifier and Type | Method and Description |
---|---|
DTMStringPool |
DTMDocumentImpl.getLocalNameTable()
Get a reference pointer to the element name symbol table.
|
DTMStringPool |
DTMDocumentImpl.getNsNameTable()
Get a reference pointer to the namespace URI symbol table.
|
DTMStringPool |
DTMDocumentImpl.getPrefixNameTable()
Get a reference pointer to the prefix name symbol table.
|
Modifier and Type | Method and Description |
---|---|
void |
DTMDocumentImpl.setLocalNameTable(DTMStringPool poolRef)
Set a reference pointer to the element name symbol table.
|
void |
DTMDocumentImpl.setNsNameTable(DTMStringPool poolRef)
Set a reference pointer to the namespace URI symbol table.
|
void |
DTMDocumentImpl.setPrefixNameTable(DTMStringPool poolRef)
Set a reference pointer to the prefix name symbol table.
|
Modifier and Type | Field and Description |
---|---|
protected DTMStringPool |
SAX2DTM.m_valuesOrPrefixes
pool of string values that come as strings.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.