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 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
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.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.protected boolean
XMLScanner. scanSurrogates(XMLStringBuffer buf)
Scans surrogates and append them to the specified buffer.
-