Interface | Description |
---|---|
ERXML.Visitor |
Visitor is an interface that can be passed to the visit
method of any XML.Item to walk the DOM.
|
Class | Description |
---|---|
ERXiss | |
ERXML |
XML is the container class for all of the XISS XML builder classes and methods.
|
ERXML.Attr |
Attr represents a key-value pair attribute of an element.
|
ERXML.CDATA |
CDATA represents a CDATA section of your document.
|
ERXML.Comment |
Comment represents a Comment section of the document.
|
ERXML.Content |
Content is the abstract superclass of all Nodes that have text content.
|
ERXML.Declaration |
Declaration represents an XML declaration (the <? ...
|
ERXML.Doc |
Doc represents the top level XML Document object, and is typically the first object you will make when building.
|
ERXML.E |
E represents an element of the XML document, which can
have attributes and children nodes.
|
ERXML.Item |
Item is the base class of everything that can appear in an XML document.
|
ERXML.Node |
Node is the abstract superclass of all Node items in a Document.
|
ERXML.Text |
Text represents a bare text node.
|
Copyright © 2002 – 2024 Project Wonder.