| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.impl | |
| jdk7u.jaxp.xml.external.stream |
| Modifier and Type | Field and Description |
|---|---|
protected XMLStringBuffer |
XMLDocumentFragmentScannerImpl.fContentBuffer
Making the buffer accesible to derived class -- stores PI data
|
protected XMLStringBuffer |
XMLDocumentScannerImpl.fDTDDecl |
protected XMLStringBuffer |
XMLDocumentFragmentScannerImpl.fStringBuffer
Making the buffer accesible to derived class -- String buffer.
|
protected XMLStringBuffer |
XMLDocumentFragmentScannerImpl.fStringBuffer2
Making the buffer accesible to derived class -- String buffer.
|
| Modifier and Type | Method and Description |
|---|---|
XMLStringBuffer |
XMLDocumentScannerImpl.getDTDDecl() |
XMLStringBuffer |
XMLDocumentFragmentScannerImpl.getPIData() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XMLDocumentFragmentScannerImpl.FragmentContentDriver.checkLimit(XMLStringBuffer buffer)
Add the count of the content buffer and check if the accumulated
value exceeds the limit
|
protected boolean |
XMLDocumentFragmentScannerImpl.scanCDATASection(XMLStringBuffer contentBuffer,
boolean complete)
Scans a CDATA section.
|
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.
|
protected int |
XML11DocumentScannerImpl.scanContent(XMLStringBuffer content)
Scans element content.
|
protected int |
XMLDocumentFragmentScannerImpl.scanContent(XMLStringBuffer content)
Scans element content.
|
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 void |
XMLDocumentFragmentScannerImpl.scanEntityReference(XMLStringBuffer content)
Scans an entity reference.
|
protected void |
XMLScanner.scanPI(XMLStringBuffer data)
Scans a processing instruction.
|
protected void |
XMLDocumentFragmentScannerImpl.scanPIData(String target,
XMLStringBuffer data)
Scans a processing data.
|
protected void |
XMLScanner.scanPIData(String target,
XMLStringBuffer data)
Scans a processing data.
|
protected boolean |
XMLScanner.scanSurrogates(XMLStringBuffer buf)
Scans surrogates and append them to the specified buffer.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
XMLEntityReader.scanData(String delimiter,
XMLStringBuffer data)
Scans a range of character data up to the specicied delimiter,
setting the fields of the XMLString structure, appropriately.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.