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)
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 java.lang.String accessAttributeValue(Attr)
accessAttributeValue
public static java.lang.String accessAttributeValue(Document,
Attr)
accessDocumentElement
public Element accessDocumentElement()
accessDocumentElement
public static Element accessDocumentElement(Document)
accessDocumentType
public DocumentType accessDocumentType()
accessDocumentType
public static DocumentType accessDocumentType(Document)
accessFirstChild
public static Node accessFirstChild(Document,
Node)
accessFirstChild
public Node accessFirstChild(Node)
accessNextSibling
public static Node accessNextSibling(Document,
Node)
accessNextSibling
public Node accessNextSibling(Node)
getExpandedElement
public static Element getExpandedElement(Document,
Element)
getExpandedElement
public Element getExpandedElement(Element)
getExpandedNode
public static Node getExpandedNode(Document,
Node)
getExpandedNode
public Node getExpandedNode(Node)