Package-level declarations

Types

Link copied to clipboard
interface XmlStreamReader

Provides stream-style access to an XML payload. This abstraction supports the ability to look ahead an arbitrary number of elements. It can also create "views" to subtrees of the document, guaranteeing that clients do not exceed bounds.

Link copied to clipboard
interface XmlStreamWriter

Defines an interface to serialization of an XML Infoset.