javax.xml.transform.dom
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
DOMLocator |
Indicates the position of a node in a source DOM, intended
primarily for error reporting. |
Classes
DOMResult |
Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree. |
DOMSource |
Acts as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree. |
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."],[[["\u003cp\u003eThe \u003ccode\u003ejavax.xml.transform.dom\u003c/code\u003e package provides interfaces and classes for handling transformations using the Document Object Model (DOM).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDOMLocator\u003c/code\u003e helps pinpoint node positions within a source DOM, mainly for error reporting.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDOMResult\u003c/code\u003e stores transformation output as a DOM tree.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDOMSource\u003c/code\u003e represents the transformation input as a DOM tree.\u003c/p\u003e\n"]]],["The core content describes interfaces and classes related to Document Object Model (DOM) transformations. `DOMLocator` identifies a node's position in a source DOM for error reporting. `DOMResult` holds a transformation's resulting tree as a DOM tree. `DOMSource` holds a transformation's source tree, also as a DOM tree. These components are used to manage and track DOM structures during the process of XML transformations.\n"],null,["# javax.xml.transform.dom\n\n### Interfaces\n\n|--------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| [DOMLocator](../../../../../reference/javax/xml/transform/dom/DOMLocator.html) | Indicates the position of a node in a source DOM, intended primarily for error reporting. |\n\n### Classes\n\n|------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|\n| [DOMResult](../../../../../reference/javax/xml/transform/dom/DOMResult.html) | Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree. |\n| [DOMSource](../../../../../reference/javax/xml/transform/dom/DOMSource.html) | Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree. |"]]