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 ElementIdElementIdMap.mHeadprivate ElementIdElementId.mNextCollPointer to the next element within collision chain.private ElementIdElementId.mNextUndefinedprotected ElementId[]ElementIdMap.mTableActual hash table areaprotected ElementIdElementIdMap.mTailMethods 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 voidElementId.linkUndefined(ElementId undefined) protected voidElementId.setNextColliding(ElementId nextColl)