Class | Description |
---|---|
AttrImpl |
This class implements the XML Attr interface.
|
CDATASectionImpl |
This class implements the CDATASectionImpl interface.
|
CharacterDataImpl |
This class implements the CharacterData interface.
|
CommentImpl |
This class implements the Comment interface.
|
DocumentFragmentImpl |
This class implements the XML DOM interface.
|
DocumentImpl |
This class wraps the native Document object.
|
DOMItem |
This class is the base class for all DOM object wrappers.
|
DOMNodeException |
Thrown when a particular DOM item causes an exception.
|
DOMParseException |
Thrown when parse errors occur in the underlying implementation.
|
ElementImpl |
This method implements the Element interface.
|
EntityReferenceImpl |
This class implements the XML DOM interface EntityReference.
|
NamedNodeMapImpl |
This class implements the NamedNodeMap interface.
|
NodeImpl |
This class wraps the native Node object.
|
NodeListImpl |
This class implements the NodeList interface using the underlying
JavaScriptObject's implementation.
|
ProcessingInstructionImpl |
This class implements the XML DOM ProcessingInstruction interface.
|
TextImpl |
This class is the implementation of the XML DOM Text interface.
|
XMLParserImpl |
Native implementation associated with
XMLParser . |
XMLParserImpl |
Native implementation associated with
XMLParser . |
XMLParserImplIE6 |
This class is the IE6 implementation of the XMLParser interface.
|
XMLParserImplSafari |
This class is Safari implementation of the XMLParser interface.
|
XMLParserImplSafari |
This class is Safari implementation of the XMLParser interface.
|
XMLParserImplStandard |
This class implements the methods for standard browsers that use the
DOMParser model of XML parsing.
|
Exception | Description |
---|---|
DOMNodeException |
Thrown when a particular DOM item causes an exception.
|
DOMParseException |
Thrown when parse errors occur in the underlying implementation.
|
Copyright © 2018. All rights reserved.