Uses of Class
com.ctc.wstx.util.ElementId
-
Packages that use ElementId Package Description com.ctc.wstx.util 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 ElementId Modifier and Type Field Description protected ElementIdElementIdMap. mHeadprotected ElementId[]ElementIdMap. mTableActual hash table areaprotected ElementIdElementIdMap. mTailMethods in com.ctc.wstx.util that return ElementId Modifier and Type Method Description ElementIdElementIdMap. addDefined(char[] buffer, int start, int len, int hash, Location loc, PrefixedName elemName, PrefixedName attrName)Method called when an id definition is encountered.ElementIdElementIdMap. addDefined(String idStr, Location loc, PrefixedName elemName, PrefixedName attrName)ElementIdElementIdMap. addReferenced(char[] buffer, int start, int len, int hash, Location loc, PrefixedName elemName, PrefixedName attrName)Method called when a reference to id is encountered.ElementIdElementIdMap. addReferenced(String idStr, Location loc, PrefixedName elemName, PrefixedName attrName)ElementIdElementIdMap. getFirstUndefined()ElementIdElementId. nextColliding()ElementIdElementId. nextUndefined()Methods in com.ctc.wstx.util with parameters of type ElementId Modifier and Type Method Description protected voidElementId. linkUndefined(ElementId undefined)protected voidElementId. setNextColliding(ElementId nextColl)
-