Package com.plumtree.openfoundation.xml.dom

Cross-platform wrapper over the underlying classes implementing the W3C xml document object model.

See:
          Description

Class Summary
XPAttr The XPAttr class is a wrapper for objects implementing org.w3c.dom.Attr interface.
XPBuilder XML parser utility.
XPCDATASection The XPCDATASection class is a wrapper for objects implementing org.w3c.dom.CDATASection interface.
XPCharacterData The XPCharacterData class is a wrapper for objects implementing org.w3c.dom.CharacterData interface.
XPComment The XPComment class is a wrapper for objects implementing org.w3c.dom.Comment interface.
XPDocument The XPDocument class is a wrapper for objects implementing org.w3c.dom.Document interface.
XPDocumentFragment The XPDocumentFragment class is a wrapper for objects implementing org.w3c.dom.DocumentFragment interface.
XPDocumentType The XPDocumentType class is a wrapper for objects implementing org.w3c.dom.DocumentType interface.
XPElement The XPElement class is a wrapper for objects implementing org.w3c.dom.Element interface.
XPNamedNodeMap The XPNamedNodeMap class is a wrapper for objects implementing org.w3c.dom.NamedNodeMap interface.
XPNode The Node class is a wrapper class for objects implementing org.w3c.dom.node interface.
XPNodeList The XPNodeList class is a wrapper for objects implementing org.w3c.dom.NodeList interface.
XPParserErrorHandler Error handler for com.plumtree.openfoundation.xml.dom package.
XPProcessingInstruction The XPProcessingInstruction class is a wrapper for objects implementing org.w3c.dom.ProcessingInstruction interface.
XPText The XPText class is a wrapper for objects implementing org.w3c.dom.Text interface.
 

Package com.plumtree.openfoundation.xml.dom Description

Cross-platform wrapper over the underlying classes implementing the W3C xml document object model. In Open Foundation/Java these are Xerces/J and Apache Jakarta dom4j, while Open Foundation/.NET uses .NET xml framework classes.

Since:


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.