org.w3c.dom.ls
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
DOMImplementationLS |
DOMImplementationLS contains the factory methods for creating
Load and Save objects. |
LSInput |
This interface represents an input source for data. |
LSOutput |
This interface represents an output destination for data. |
LSParser |
An interface to an object that is able to build, or augment, a DOM tree
from various input sources. |
LSParserFilter |
LSParserFilter s provide applications the ability to examine
nodes as they are being constructed while parsing. |
LSResourceResolver |
LSResourceResolver provides a way for applications to
redirect references to external resources. |
LSSerializer |
A LSSerializer provides an API for serializing (writing) a
DOM document out into XML. |
Exceptions
LSException |
Parser or write operations may throw an LSException if the
processing is stopped. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["The DOM Load and Save interfaces provide mechanisms for loading XML data into a DOM document and serializing a DOM document out as XML."],["LSInput and LSOutput represent data sources and destinations, respectively, used in these load/save operations."],["LSParser and LSSerializer handle the actual parsing of input sources into DOM trees and serialization of DOM trees into XML output."],["LSParserFilter allows for application-specific examination of nodes during parsing, while LSResourceResolver aids in managing external resource references."],["LSException signals potential errors during parsing or serialization processes."]]],["The content defines interfaces for handling data input, output, and parsing within the DOM (Document Object Model). `DOMImplementationLS` creates load/save objects. `LSInput` and `LSOutput` manage data sources and destinations. `LSParser` builds DOM trees, while `LSParserFilter` allows node examination during parsing. `LSResourceResolver` redirects external resource references. `LSSerializer` writes DOM documents to XML. `LSException` is thrown if processing stops during parsing or writing.\n"]]