To perform this task . . .
|
Use this attribute or method . . .
|
Specify the XML input
|
SET-INPUT-SOURCE( ) method
|
Specify a search path for the DTD
|
SCHEMA-PATH attribute
|
Specify the location of XML Schema documents with namespace and location pairs
|
SCHEMA-LOCATION attribute
ADD-SCHEMA-LOCATION( ) method
|
Specify the location of the XML Schema used to validate XML elements that do not specify a namespace
|
NONAMESPACE-SCHEMA-LOCATION attribute
|
Tell the parser where the callbacks reside
|
HANDLER attribute
|
Toggle parser options
|
SUPPRESS-NAMESPACE-PROCESSING attribute
VALIDATION-ENABLED attribute
|
Start, continue, or stop parsing
|
SAX-PARSE( ) method
SAX-PARSE-FIRST( ) method
SAX-PARSE-NEXT( ) method
STOP-PARSING( ) method
|
Get the status of the parse
|
LOCATOR-COLUMN-NUMBER attribute
LOCATOR-LINE-NUMBER attribute
LOCATOR-PUBLIC-ID attribute
LOCATOR-SYSTEM-ID attribute
PARSE-STATUS attribute
|
Get or set information concerning this particular SAX-reader object
|
PRIVATE-DATA attribute
|