All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.DOMFactory

public interface DOMFactory

Method Index

 o createAttribute(String, NodeList)
 o createComment(String)
 o createDocument()
 o createDocumentContext()
 o createElement(String, AttributeList)
 o createPI(String, String)
 o createTextNode(String)

Methods

 o createDocument
 public abstract Document createDocument()
 o createDocumentContext
 public abstract DocumentContext createDocumentContext()
 o createElement
 public abstract Element createElement(String tagName,
                                       AttributeList attributes)
 o createTextNode
 public abstract Text createTextNode(String data)
 o createComment
 public abstract Comment createComment(String data)
 o createPI
 public abstract PI createPI(String name,
                             String data)
 o createAttribute
 public abstract Attribute createAttribute(String name,
                                           NodeList value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index