java.lang.Object | |||
↳ | org.apache.xerces.impl.XMLScanner | ||
↳ | org.apache.xerces.impl.XMLDTDScannerImpl | ||
↳ | org.apache.xerces.impl.XML11DTDScannerImpl |
This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document. The scanner acts as the sources for the DTD information which is communicated to the DTD handlers.
This component requires the following features and properties from the component manager that uses it:
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
| |||||||||||
Constructor for he use of non-XMLComponentManagers.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Checks whether this string would be unchanged by normalization.
| |||||||||||
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
| |||||||||||
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
| |||||||||||
Scans public ID literal.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Default constructor.
Constructor for he use of non-XMLComponentManagers.
Checks whether this string would be unchanged by normalization.
Normalize whitespace in an XMLString converting all whitespace characters to space characters.
Normalize whitespace in an XMLString converting all whitespace characters to space characters.
Scans public ID literal. [12] PubidLiteral ::= '"' PubidChar* '"' | "'" (PubidChar - "'")* "'" [13] PubidChar::= #x20 | #xD | #xA | [a-zA-Z0-9] | [-'()+,./:=?;!*#@$_%] The returned string is normalized according to the following rule, from http://www.w3.org/TR/REC-xml#dt-pubid: Before a match is attempted, all strings of white space in the public identifier must be normalized to single space characters (#x20), and leading and trailing white space must be removed.
literal | The string to fill in with the public ID literal. |
---|
IOException | |
---|---|
XNIException |