Uses of Class
com.ctc.wstx.util.ElementId

Packages that use ElementId
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
protected  ElementId ElementIdMap.mHead
           
protected  ElementId[] ElementIdMap.mTable
          Actual hash table area
protected  ElementId ElementIdMap.mTail
           
 

Methods in com.ctc.wstx.util that return ElementId
 ElementId ElementIdMap.addDefined(char[] buffer, int start, int len, int hash, Location loc, PrefixedName elemName, PrefixedName attrName)
          Method called when an id definition is encountered.
 ElementId ElementIdMap.addDefined(String idStr, Location loc, PrefixedName elemName, PrefixedName attrName)
           
 ElementId 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.
 ElementId ElementIdMap.addReferenced(String idStr, 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
protected  void ElementId.linkUndefined(ElementId undefined)
           
protected  void ElementId.setNextColliding(ElementId nextColl)
           
 



Copyright © 2011 Codehaus. All Rights Reserved.