All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hplb.xml.DocumentImpl

java.lang.Object
   |
   +----hplb.xml.NodeImpl
           |
           +----hplb.xml.DocumentImpl

public class DocumentImpl
extends NodeImpl
implements Document

Constructor Index

 o DocumentImpl()

Method Index

 o createAttribute(String, Node)
 o createAttributeList()
 o createComment(String)
 o createDocument()
 o createDocumentContext()
 o createElement(String, AttributeList)
 o createPI(String, String)
 o createTextNode(String)
 o getContextInfo()
 o getDocumentElement()
 o getDocumentType()
 o getElementsByTagName()
 o getMasterDoc()
 o setContextInfo(DocumentContext)
 o setDocumentElement(Element)
 o setDocumentType(Node)
 o setMasterDoc(Document)
 o toString()

Constructors

 o DocumentImpl
 public DocumentImpl()

Methods

 o getMasterDoc
 public Document getMasterDoc()
 o setMasterDoc
 public void setMasterDoc(Document arg)
 o getDocumentType
 public Node getDocumentType()
 o setDocumentType
 public void setDocumentType(Node arg)
 o getDocumentElement
 public Element getDocumentElement()
 o setDocumentElement
 public void setDocumentElement(Element arg)
 o getContextInfo
 public DocumentContext getContextInfo()
 o setContextInfo
 public void setContextInfo(DocumentContext arg)
 o createDocument
 public Document createDocument()
 o createDocumentContext
 public DocumentContext createDocumentContext()
 o createElement
 public Element createElement(String tagName,
                              AttributeList attributes)
 o createTextNode
 public Text createTextNode(String data)
 o createComment
 public Comment createComment(String data)
 o createPI
 public PI createPI(String name,
                    String data)
 o createAttribute
 public Attribute createAttribute(String name,
                                  Node value)
 o createAttributeList
 public AttributeList createAttributeList()
 o getElementsByTagName
 public NodeIterator getElementsByTagName()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index