Package | Description |
---|---|
com.ctc.wstx.util |
Contains utility classes that are not directly Woodstox specific, but are
for now only used by Woodstox.
|
Modifier and Type | Field and Description |
---|---|
protected ElementId |
ElementIdMap.mHead |
private ElementId |
ElementId.mNextColl
Pointer to the next element within collision chain.
|
private ElementId |
ElementId.mNextUndefined |
protected ElementId[] |
ElementIdMap.mTable
Actual hash table area
|
protected ElementId |
ElementIdMap.mTail |
Modifier and Type | Method and Description |
---|---|
ElementId |
ElementIdMap.addDefined(char[] buffer,
int start,
int len,
int hash,
javax.xml.stream.Location loc,
PrefixedName elemName,
PrefixedName attrName)
Method called when an id definition is encountered.
|
ElementId |
ElementIdMap.addDefined(java.lang.String idStr,
javax.xml.stream.Location loc,
PrefixedName elemName,
PrefixedName attrName) |
ElementId |
ElementIdMap.addReferenced(char[] buffer,
int start,
int len,
int hash,
javax.xml.stream.Location loc,
PrefixedName elemName,
PrefixedName attrName)
Method called when a reference to id is encountered.
|
ElementId |
ElementIdMap.addReferenced(java.lang.String idStr,
javax.xml.stream.Location loc,
PrefixedName elemName,
PrefixedName attrName) |
ElementId |
ElementIdMap.getFirstUndefined() |
ElementId |
ElementId.nextColliding() |
ElementId |
ElementId.nextUndefined() |
Modifier and Type | Method and Description |
---|---|
protected void |
ElementId.linkUndefined(ElementId undefined) |
protected void |
ElementId.setNextColliding(ElementId nextColl) |