Package | Description |
---|---|
er.xiss |
Class and Description |
---|
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.
|
ERXML.Visitor
Visitor is an interface that can be passed to the visit
method of any XML.Item to walk the DOM.
|
Copyright © 2002 – 2025 Project Wonder.