org.enhydra.xml.dom
Class DOMAccess
java.lang.Object
|
+--org.enhydra.xml.dom.DOMAccess
- public final synchronized class DOMAccess
- extends java.lang.Object
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 |
DOMAccess
public DOMAccess(Document)
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)