Class XmlUtil

java.lang.Object
com.sun.xml.ws.util.xml.XmlUtil
com.sun.tools.ws.util.xml.XmlUtil

public class XmlUtil extends XmlUtil
Author:
WS Development Team
  • Constructor Details

    • XmlUtil

      public XmlUtil()
  • Method Details

    • matchesTagNS

      public static boolean matchesTagNS(Element e, String tag, String nsURI)
    • matchesTagNS

      public static boolean matchesTagNS(Element e, QName name)