Package com.simonstl.moe.explicit

The com.simonstl.moe.explicit package contains a set of classes for working with portions of XML documents as objects.

See:
          Description

Class Summary
Attribute The Attribute class provides a foundation for MOE objects to store elements.
CDATASect The CDATAsect class provides a foundation for MOE objects to store CDATA sections.(CDATA Sections are not reported by SAX parsers.)
Characters The Characters class provides a foundation for MOE objects to store text.
Comment The Comment class provides a foundation for MOE objects to store comments.
Document The Document class provides a foundation for MOE objects to store elements.
Element The Element class provides a foundation for MOE objects to store elements.
EndAttribute The EndAttribute class provides a foundation for MOE objects to identify the ends of attributes.
EndCDATASect The EndCDATAsect class provides a foundation for MOE objects to mark the ends of CDATA sections.(CDATA Sections are not reported by SAX parsers.)
EndComment The EndComment class provides a foundation for MOE objects to mark the ends of comments.
EndDocument The EndDocument class marks the end of a document.
EndElement The Element class provides a foundation for MOE objects to store elements.
EndNamespace The Namespace class provides a foundation for MOE objects to store namespaces.
EndProcInst The EndProcInst class provides a foundation for MOE objects to mark the ends of processing instructions.
ProcInst The ProcInst class provides a foundation for MOE objects to store processing instructions.
Whitespace The Whitespace class provides a foundation for MOE objects to store SAX-style "ignorable whitespace".
 

Package com.simonstl.moe.explicit Description

The com.simonstl.moe.explicit package contains a set of classes for working with portions of XML documents as objects. Elements are represented by an Element class, etc. The types of these classes are not mutable.