Uses of Class
com.ctc.wstx.util.ElementId
Packages that use ElementId
Package
Description
Contains utility classes that are not directly Woodstox specific, but are
for now only used by Woodstox.
-
Uses of ElementId in com.ctc.wstx.util
Fields in com.ctc.wstx.util declared as ElementIdModifier and TypeFieldDescriptionprotected 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 areaprotected ElementId
ElementIdMap.mTail
Methods in com.ctc.wstx.util that return ElementIdModifier and TypeMethodDescriptionElementIdMap.addDefined
(char[] buffer, int start, int len, int hash, Location loc, PrefixedName elemName, PrefixedName attrName) Method called when an id definition is encountered.ElementIdMap.addDefined
(String idStr, Location loc, PrefixedName elemName, PrefixedName attrName) ElementIdMap.addReferenced
(char[] buffer, int start, int len, int hash, Location loc, PrefixedName elemName, PrefixedName attrName) Method called when a reference to id is encountered.ElementIdMap.addReferenced
(String idStr, Location loc, PrefixedName elemName, PrefixedName attrName) ElementIdMap.getFirstUndefined()
ElementId.nextColliding()
ElementId.nextUndefined()
Methods in com.ctc.wstx.util with parameters of type ElementIdModifier and TypeMethodDescriptionprotected void
ElementId.linkUndefined
(ElementId undefined) protected void
ElementId.setNextColliding
(ElementId nextColl)