Package | Description |
---|---|
org.apache.jasper.xmlparser |
Modifier and Type | Field and Description |
---|---|
private XMLStringBuffer |
XMLEncodingDetector.fStringBuffer |
private XMLStringBuffer |
XMLEncodingDetector.fStringBuffer2 |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLEncodingDetector.scanData(java.lang.String delimiter,
XMLStringBuffer buffer)
Scans a range of character data up to the specified delimiter,
setting the fields of the XMLString structure, appropriately.
|
private boolean |
XMLEncodingDetector.scanSurrogates(XMLStringBuffer buf)
Scans surrogates and append them to the specified buffer.
|