Package | Description |
---|---|
org.apache.xerces.impl |
Modifier and Type | Method and 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 |
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 © 2017 JBoss by Red Hat. All rights reserved.