| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectgnu.xml.libxmlj.dom.GnomeNodegnu.xml.libxmlj.dom.GnomeDocumentpublic class GnomeDocumentextends gnu.xml.libxmlj.dom.GnomeNodeimplements Document, DOMConfiguration, XPathEvaluator, DocumentTraversalMethod Summary | |
Node | |
boolean |
|
Attr |
|
Attr |
|
CDATASection |
|
Comment |
|
DocumentFragment | |
DocumentType |
|
Element |
|
Element |
|
EntityReference |
|
XPathExpression |
|
XPathNSResolver |
|
NodeIterator |
|
ProcessingInstruction |
|
Text |
|
TreeWalker |
|
Object |
|
protected void |
|
DocumentType | |
Element | |
String | |
DOMConfiguration | |
Element |
|
NodeList |
|
NodeList |
|
DOMImplementation | |
String | |
Object |
|
DOMStringList | |
boolean | |
String | |
boolean | |
String | |
Node |
|
void | |
Node |
|
void |
|
void |
|
void |
|
void |
|
void |
|
String |
|
Methods inherited from class gnu.xml.libxmlj.dom.GnomeNode | |
appendChild, cloneNode, compareDocumentPosition, compareTo, equals, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, hashCode, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData, toString | |
public boolean canSetParameter(String name,
Object value)
- Specified by:
- canSetParameter in interface DOMConfiguration
public Attr createAttribute(String name) throws DOMException
- Specified by:
- createAttribute in interface Document
public Attr createAttributeNS(String namespaceURI, String qualifiedName) throws DOMException
- Specified by:
- createAttributeNS in interface Document
public CDATASection createCDATASection(String data) throws DOMException
- Specified by:
- createCDATASection in interface Document
public Comment createComment(String data)
- Specified by:
- createComment in interface Document
public DocumentFragment createDocumentFragment()
- Specified by:
- createDocumentFragment in interface Document
public DocumentType createDocumentType(String name, String publicId, String systemId)
public Element createElement(String tagName) throws DOMException
- Specified by:
- createElement in interface Document
public Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException
- Specified by:
- createElementNS in interface Document
public EntityReference createEntityReference(String name) throws DOMException
- Specified by:
- createEntityReference in interface Document
public XPathExpression createExpression(String expression, XPathNSResolver resolver) throws XPathException, DOMException
- Specified by:
- createExpression in interface XPathEvaluator
public XPathNSResolver createNSResolver(Node nodeResolver)
- Specified by:
- createNSResolver in interface XPathEvaluator
public NodeIterator createNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion) throws DOMException
- Specified by:
- createNodeIterator in interface DocumentTraversal
public ProcessingInstruction createProcessingInstruction(String target, String data) throws DOMException
- Specified by:
- createProcessingInstruction in interface Document
public Text createTextNode(String data)
- Specified by:
- createTextNode in interface Document
public TreeWalker createTreeWalker(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion) throws DOMException
- Specified by:
- createTreeWalker in interface DocumentTraversal
public Object evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
short type,
Object result)
throws XPathException,
DOMException
- Specified by:
- evaluate in interface XPathEvaluator
protected void finalize()
public Element getDocumentElement()
- Specified by:
- getDocumentElement in interface Document
public Element getElementById(String elementId)
- Specified by:
- getElementById in interface Document
public NodeList getElementsByTagName(String tagName)
- Specified by:
- getElementsByTagName in interface Document
public NodeList getElementsByTagNameNS(String namespaceURI, String localName)
- Specified by:
- getElementsByTagNameNS in interface Document
public DOMImplementation getImplementation()
- Specified by:
- getImplementation in interface Document
public Object getParameter(String name)
throws DOMException
- Specified by:
- getParameter in interface DOMConfiguration
public DOMStringList getParameterNames()
- Specified by:
- getParameterNames in interface DOMConfiguration
public boolean getStrictErrorChecking()
- Specified by:
- getStrictErrorChecking in interface Document
public boolean getXmlStandalone()
- Specified by:
- getXmlStandalone in interface Document
public Node importNode(Node importedNode, boolean deep) throws DOMException
- Specified by:
- importNode in interface Document
public void normalizeDocument()
- Specified by:
- normalizeDocument in interface Document
public Node renameNode(Node n, String namespaceURI, String qualifiedName)
- Specified by:
- renameNode in interface Document
public void setDocumentURI(String documentURI)
- Specified by:
- setDocumentURI in interface Document
public void setParameter(String name,
Object value)
throws DOMException
- Specified by:
- setParameter in interface DOMConfiguration
public void setStrictErrorChecking(boolean strictErrorChecking)
- Specified by:
- setStrictErrorChecking in interface Document
public void setXmlStandalone(boolean xmlStandalone)
- Specified by:
- setXmlStandalone in interface Document
public void setXmlVersion(String xmlVersion)
- Specified by:
- setXmlVersion in interface Document
public String toString()
- Overrides:
- toString in interface gnu.xml.libxmlj.dom.GnomeNode