|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xml.crypto.dsig.dom.DOMUtil
public class DOMUtil
$Id: DOMUtil.java,v 1.7 2005/05/18 04:18:31 kent Exp $
Method Summary | |
---|---|
static org.w3c.dom.Node |
getFirstChild2(org.w3c.dom.Node node)
Returns the first child of node. |
static org.w3c.dom.Element |
getFirstChildElement(org.w3c.dom.Node parent)
|
static org.w3c.dom.Node |
getLastChild2(org.w3c.dom.Node node)
Returns the last child of node. |
static org.w3c.dom.Element |
getNextElement(org.w3c.dom.Node me)
|
static org.w3c.dom.Node |
getNextSibling2(org.w3c.dom.Node node)
|
static org.w3c.dom.Node |
getPreviousSibling2(org.w3c.dom.Node node)
|
static void |
removeAllChildren(org.w3c.dom.Node node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.w3c.dom.Node getPreviousSibling2(org.w3c.dom.Node node)
public static org.w3c.dom.Node getNextSibling2(org.w3c.dom.Node node)
public static org.w3c.dom.Node getFirstChild2(org.w3c.dom.Node node)
EntityReference
nodes.
getLastChild2(org.w3c.dom.Node)
public static org.w3c.dom.Node getLastChild2(org.w3c.dom.Node node)
EntityReference
nodes.
getFirstChild2(org.w3c.dom.Node)
public static org.w3c.dom.Element getFirstChildElement(org.w3c.dom.Node parent)
public static org.w3c.dom.Element getNextElement(org.w3c.dom.Node me)
public static final void removeAllChildren(org.w3c.dom.Node node)
|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |