|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLDocumentScanner | |
|---|---|
| org.apache.xerces.impl | |
| org.apache.xerces.impl.xs.opti | |
| org.apache.xerces.parsers | |
| Uses of XMLDocumentScanner in org.apache.xerces.impl |
|---|
| Classes in org.apache.xerces.impl that implement XMLDocumentScanner | |
|---|---|
class |
XML11DocumentScannerImpl
This class is responsible for scanning XML document structure and content. |
class |
XML11NSDocumentScannerImpl
The scanner acts as the source for the document information which is communicated to the document handler. |
class |
XMLDocumentFragmentScannerImpl
This class is responsible for scanning the structure and content of document fragments. |
class |
XMLDocumentScannerImpl
This class is responsible for scanning XML document structure and content. |
class |
XMLNSDocumentScannerImpl
The scanner acts as the source for the document information which is communicated to the document handler. |
| Uses of XMLDocumentScanner in org.apache.xerces.impl.xs.opti |
|---|
| Fields in org.apache.xerces.impl.xs.opti declared as XMLDocumentScanner | |
|---|---|
protected XMLDocumentScanner |
SchemaParsingConfig.fCurrentScanner
Current scanner |
| Uses of XMLDocumentScanner in org.apache.xerces.parsers |
|---|
| Fields in org.apache.xerces.parsers declared as XMLDocumentScanner | |
|---|---|
protected XMLDocumentScanner |
XML11NonValidatingConfiguration.fCurrentScanner
Current scanner |
protected XMLDocumentScanner |
XML11DTDConfiguration.fCurrentScanner
Current scanner |
protected XMLDocumentScanner |
XML11Configuration.fCurrentScanner
Current scanner |
protected XMLDocumentScanner |
NonValidatingConfiguration.fScanner
Document scanner. |
protected XMLDocumentScanner |
DTDConfiguration.fScanner
Document scanner. |
| Methods in org.apache.xerces.parsers that return XMLDocumentScanner | |
|---|---|
protected XMLDocumentScanner |
NonValidatingConfiguration.createDocumentScanner()
Create a document scanner. |
protected XMLDocumentScanner |
IntegratedParserConfiguration.createDocumentScanner()
Create a document scanner: this scanner performs namespace binding |
protected XMLDocumentScanner |
DTDConfiguration.createDocumentScanner()
Create a document scanner. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||