Enhydra 3.1.1b1 API

org.enhydra.xml.dom
Class DOMAccess

java.lang.Object
  |
  +--org.enhydra.xml.dom.DOMAccess

public final synchronized class DOMAccess
extends java.lang.Object


Constructor Summary
DOMAccess(Document)
           
 
Method Summary
static Attr accessAttribute(Document, Element, java.lang.String, java.lang.String)
           
 Attr accessAttribute(Element, java.lang.String, java.lang.String)
           
 java.lang.String accessAttributeValue(Attr)
           
static java.lang.String accessAttributeValue(Document, Attr)
           
 Element accessDocumentElement()
           
static Element accessDocumentElement(Document)
           
 DocumentType accessDocumentType()
           
static DocumentType accessDocumentType(Document)
           
static Node accessFirstChild(Document, Node)
           
 Node accessFirstChild(Node)
           
static Node accessNextSibling(Document, Node)
           
 Node accessNextSibling(Node)
           
static Element getExpandedElement(Document, Element)
           
 Element getExpandedElement(Element)
           
static Node getExpandedNode(Document, Node)
           
 Node getExpandedNode(Node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMAccess

public DOMAccess(Document)
Method Detail

accessDocumentType

public static DocumentType accessDocumentType(Document)

accessDocumentType

public DocumentType accessDocumentType()

accessFirstChild

public static Node accessFirstChild(Document,
                                    Node)

accessFirstChild

public Node accessFirstChild(Node)

accessNextSibling

public static Node accessNextSibling(Document,
                                     Node)

accessNextSibling

public Node accessNextSibling(Node)

accessDocumentElement

public static Element accessDocumentElement(Document)

accessDocumentElement

public Element accessDocumentElement()

accessAttribute

public static Attr accessAttribute(Document,
                                   Element,
                                   java.lang.String,
                                   java.lang.String)

accessAttribute

public Attr accessAttribute(Element,
                            java.lang.String,
                            java.lang.String)

accessAttributeValue

public static java.lang.String accessAttributeValue(Document,
                                                    Attr)

accessAttributeValue

public java.lang.String accessAttributeValue(Attr)

getExpandedNode

public static Node getExpandedNode(Document,
                                   Node)

getExpandedNode

public Node getExpandedNode(Node)

getExpandedElement

public static Element getExpandedElement(Document,
                                         Element)

getExpandedElement

public Element getExpandedElement(Element)

Enhydra 3.1.1b1 API