Top Interfaces Classes
module java.base

Package jdk.internal.util.xml


Interface Summary

Modifier and TypeInterface and Description
public interface
XMLStreamWriter

Basic XMLStreamWriter for writing simple XML files such as those defined in java.util.Properties This is a subset of javax.xml.stream.XMLStreamWriter

Class Summary

Modifier and TypeClass and Description
public class
PropertiesDefaultHandler

A class used to aid in Properties load and save in XML.

public abstract class
SAXParser

Defines the API that wraps an org.xml.sax.XMLReader implementation class.

public class
XMLStreamException

A copy of the StAX XMLStreamException without Location support The base exception for unexpected processing errors.