Uses of Class
org.apache.xerces.util.XMLStringBuffer

Packages that use XMLStringBuffer
org.apache.xerces.impl   
 

Uses of XMLStringBuffer in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl with parameters of type XMLStringBuffer
protected  int XMLScanner.scanCharReferenceValue(XMLStringBuffer buf, XMLStringBuffer buf2)
          Scans a character reference and append the corresponding chars to the specified buffer.
protected  void XMLScanner.scanComment(XMLStringBuffer text)
          Scans a comment.
 boolean XMLEntityScanner.scanData(String delimiter, XMLStringBuffer buffer)
          Scans a range of character data up to the specified delimiter, setting the fields of the XMLString structure, appropriately.
 boolean XML11EntityScanner.scanData(String delimiter, XMLStringBuffer buffer)
          Scans a range of character data up to the specicied delimiter, setting the fields of the XMLString structure, appropriately.
protected  boolean XMLScanner.scanSurrogates(XMLStringBuffer buf)
          Scans surrogates and append them to the specified buffer.
 



Copyright © 2011. All Rights Reserved.