org.apache.ws.commons.schema.utils
Class XDOMUtil

java.lang.Object
  extended by org.apache.ws.commons.schema.utils.DOMUtil
      extended by org.apache.ws.commons.schema.utils.XDOMUtil

public final class XDOMUtil
extends DOMUtil


Method Summary
static boolean anyElementsWithNameNS(Element element, String uri, String name)
           
static Element getFirstChildElementNS(Node parent, String uri)
           
static Element getNextSiblingElementNS(Node node, String uri)
           
 
Methods inherited from class org.apache.ws.commons.schema.utils.DOMUtil
getAttr, getAttrNS, getAttrs, getAttrValue, getAttrValueNS, getChildText, getDocument, getFirstChildElement, getFirstChildElement, getFirstChildElement, getFirstChildElement, getFirstChildElementNS, getFirstChildElementNS, getInputEncoding, getLastChildElement, getLastChildElement, getLastChildElement, getLastChildElement, getLastChildElementNS, getLastChildElementNS, getLocalName, getName, getNamespaceURI, getNextSiblingElement, getNextSiblingElement, getNextSiblingElement, getNextSiblingElement, getNextSiblingElementNS, getNextSiblingElementNS, getParent, getRoot, getValue, getXmlEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFirstChildElementNS

public static Element getFirstChildElementNS(Node parent,
                                             String uri)

getNextSiblingElementNS

public static Element getNextSiblingElementNS(Node node,
                                              String uri)

anyElementsWithNameNS

public static boolean anyElementsWithNameNS(Element element,
                                            String uri,
                                            String name)


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.