Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.XMLStringBuffer
-
Packages that use XMLStringBuffer Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl -
-
Uses of XMLStringBuffer in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLStringBuffer Modifier and Type Method Description protected intXMLScanner. scanCharReferenceValue(XMLStringBuffer buf, XMLStringBuffer buf2)Scans a character reference and append the corresponding chars to the specified buffer.protected voidXMLScanner. scanComment(XMLStringBuffer text)Scans a comment.booleanXML11EntityScanner. scanData(String delimiter, XMLStringBuffer buffer)Scans a range of character data up to the specicied delimiter, setting the fields of the XMLString structure, appropriately.booleanXMLEntityScanner. scanData(String delimiter, XMLStringBuffer buffer)Scans a range of character data up to the specified delimiter, setting the fields of the XMLString structure, appropriately.protected booleanXMLScanner. scanSurrogates(XMLStringBuffer buf)Scans surrogates and append them to the specified buffer.
-