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 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 ElementId Modifier and Type Method 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()
Methods in com.ctc.wstx.util with parameters of type ElementId Modifier and Type Method Description protected void
ElementId. linkUndefined(ElementId undefined)
protected void
ElementId. setNextColliding(ElementId nextColl)
-