:: com :: sun :: star :: xml :: dom ::
|
unpublished |
interface XDocumentBuilder |
|
|
|
- Usage Restrictions
- not published
- Description
- Builds a new dom tree
|
Methods' Summary |
getDOMImplementation |
Obtain an instance of a DOMImplementation object.
|
isNamespaceAware |
Indicates whether or not this parser is configured to understand
namespaces.
|
isValidating |
Indicates whether or not this parser is configured to validate XML
documents.
|
newDocument |
Obtain a new instance of a DOM Document object to build a DOM tree
with.
|
parse |
Parse the content of the given InputStream as an XML document and
return a new DOM Document object.
|
parseURI |
Parse the content of the given URI as an XML document and return
a new DOM Document object.
|
setEntityResolver |
Specify the EntityResolver to be used to resolve entities present
in the XML document to be parsed.
|
setErrorHandler |
Specify the ErrorHandler to be used to report errors present in
the XML document to be parsed.
|
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.
|
|
parseURI
- Description
- Parse the content of the given URI as an XML document and return
a new DOM Document object.
|
|
setEntityResolver
- Description
- Specify the EntityResolver to be used to resolve entities present
in the XML document to be parsed.
|
|
setErrorHandler
- Description
- Specify the ErrorHandler to be used to report errors present in
the XML document to be parsed.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.