Methods' Details |
getDOMImplementation
- Description
- Obtain an instance of a DOMImplementation object.
|
|
isNamespaceAware
boolean |
isNamespaceAware(); |
- Description
- Indicates whether or not this parser is configured to understand
namespaces.
|
|
isValidating
- Description
- Indicates whether or not this parser is configured to validate XML
documents.
|
|
newDocument
- Description
- Obtain a new instance of a DOM Document object to build a DOM tree
with.
|
|
parse
- Description
- Parse the content of the given InputStream as an XML document and
return a new DOM Document object.
|
|
Copyright © 2003 Sun Microsystems, Inc.