Overview
>
Package klyn.io.xml.dom
Version 0.1.2
Overview
Index
Tree
Deprecated
Package klyn.io.xml.dom
Contains 34 type(s).
Types
Classes
DOMParser
- DOM parser that reads XML into the pure Klyn `XMLDocument` implementation.
DomDocument
- Compatibility DOM document class returned by `DOMParser`.
DomElement
- Compatibility DOM element class returned by `DOMParser`.
DomNodeList
- Element list compatible with both Klyn lists and DOM NodeList.
DomParser
- Compatibility alias for `DOMParser`.
XMLAttr
- DOM attribute implementation.
XMLCDATASection
- DOM CDATA section implementation.
XMLCharacterData
- Base implementation for DOM CharacterData nodes.
XMLComment
- DOM comment node implementation.
XMLDOMConfiguration
- Small DOMConfiguration implementation used by XMLDocument.
XMLDOMError
- DOM processing error value.
XMLDOMErrorHandler
- Default DOM error handler that keeps processing.
XMLDOMImplementation
- Pure Klyn DOM Core implementation factory.
XMLDOMImplementationList
- Mutable implementation backing DOMImplementationList.
XMLDOMImplementationSource
- DOM implementation source for the pure Klyn XML DOM engine.
XMLDOMLocator
- Immutable location metadata for DOM errors.
XMLDOMStringList
- Mutable implementation backing DOMStringList.
XMLDocument
- DOM document implementation for XML trees.
XMLDocumentFragment
- DOM document fragment implementation.
XMLDocumentType
- DOM document type declaration.
XMLElement
- DOM element implementation.
XMLEntity
- DOM entity declaration node.
XMLEntityReference
- DOM entity reference implementation.
XMLNameList
- Mutable implementation backing DOM `NameList`.
XMLNamedNodeMap
- Mutable Klyn implementation of DOM `NamedNodeMap`.
XMLNames
- XML name helpers used by the pure Klyn DOM implementation.
XMLNode
- Base mutable DOM node used by the Klyn XML implementation.
XMLNodeList
- Mutable Klyn implementation of the DOM `NodeList` contract.
XMLNotation
- DOM notation declaration node.
XMLProcessingInstruction
- DOM processing instruction implementation.
XMLSerializer
- Builds and serializes XML DOM trees in pure Klyn.
XMLText
- DOM text node implementation.
XMLTypeInfo
- Lightweight immutable TypeInfo implementation.
XMLUserDataHandler
- Default user data handler that ignores DOM transfer events.