Uses of Class
org.apache.xerces.utils.StringPool.CharArrayRange

Packages that use StringPool.CharArrayRange
org.apache.xerces.readers   
org.apache.xerces.utils   
 

Uses of StringPool.CharArrayRange in org.apache.xerces.readers
 

Methods in org.apache.xerces.readers with parameters of type StringPool.CharArrayRange
 boolean XMLEntityHandler.EntityReader.scanExpectedName(char fastcheck, StringPool.CharArrayRange expectedName)
          Scan the name that is expected at the current position in the document.
 boolean StreamingCharReader.scanExpectedName(char fastcheck, StringPool.CharArrayRange expectedName)
           
 

Uses of StringPool.CharArrayRange in org.apache.xerces.utils
 

Methods in org.apache.xerces.utils that return StringPool.CharArrayRange
 StringPool.CharArrayRange StringPool.createCharArrayRange()
           
 

Methods in org.apache.xerces.utils with parameters of type StringPool.CharArrayRange
 void StringPool.getCharArrayRange(int symbolIndex, StringPool.CharArrayRange r)
           
 



Copyright © 1999 Apache XML Project. All Rights Reserved.