XML Security, 1.6

com.ibm.xml.crypto.dsig.dom
Class DOMUtil

java.lang.Object
  extended by com.ibm.xml.crypto.dsig.dom.DOMUtil

public class DOMUtil
extends java.lang.Object

$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

getPreviousSibling2

public static org.w3c.dom.Node getPreviousSibling2(org.w3c.dom.Node node)

getNextSibling2

public static org.w3c.dom.Node getNextSibling2(org.w3c.dom.Node node)

getFirstChild2

public static org.w3c.dom.Node getFirstChild2(org.w3c.dom.Node node)
Returns the first child of node. This method ignores EntityReference nodes.

See Also:
getLastChild2(org.w3c.dom.Node)

getLastChild2

public static org.w3c.dom.Node getLastChild2(org.w3c.dom.Node node)
Returns the last child of node. This method ignores EntityReference nodes.

See Also:
getFirstChild2(org.w3c.dom.Node)

getFirstChildElement

public static org.w3c.dom.Element getFirstChildElement(org.w3c.dom.Node parent)

getNextElement

public static org.w3c.dom.Element getNextElement(org.w3c.dom.Node me)

removeAllChildren

public static final void removeAllChildren(org.w3c.dom.Node node)

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.