java.xml (Java SE 15 & JDK 15) (original) (raw)

Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX), the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.

Module Graph:

Module graph for java.xmlModule graph for java.xml

Since:

9

Uses

Type Description
DatatypeFactory Factory that creates new javax.xml.datatype Objects that map XML to/from Java Objects.
DocumentBuilderFactory Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
SAXParserFactory Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SchemaFactory Factory that creates Schema objects.
TransformerFactory A TransformerFactory instance can be used to createTransformer andTemplates objects.
XMLEventFactory This interface defines a utility class for creating instances of XMLEvents
XMLInputFactory Defines an abstract implementation of a factory for getting streams.
XMLOutputFactory Defines an abstract implementation of a factory for getting XMLEventWriters and XMLStreamWriters.
XMLReader Interface for reading an XML document using callbacks.
XPathFactory An XPathFactory instance can be used to createXPath objects.