Package-level declarations

Types

Link copied to clipboard
open class DOMParser

The DOMParser interface provides the ability to parse XML or HTML source code from a string into a DOM Document.

Link copied to clipboard
sealed interface DOMParserSupportedType
Link copied to clipboard
open class XMLSerializer

The XMLSerializer interface provides the XMLSerializer.serializeToString method to construct an XML string representing a DOM tree.