Uses of Class
jimm.twice.xml.dom.NamedElement

Packages that use NamedElement
jimm.twice.xml.dom Contains a set of classes that provide a DOM-type way of building XML documents. 
 

Uses of NamedElement in jimm.twice.xml.dom
 

Subclasses of NamedElement in jimm.twice.xml.dom
 class Doctype
          This simple doctype does not support any entities because we don't use any in ICE XML documents.
 class NamedAttributes
          An abstract superclass for entities with names and attributes.
 class ProcessingInstruction
          Used for all processing instructions except '' (for that use XMLDecl).
 class Tag
          An XML tag with attributes.
 class XMLDecl
          Only used for the '' processing instruction.