Class XmlUtil

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

public class XmlUtil extends com.sun.xml.ws.util.xml.XmlUtil
Author:
WS Development Team
  • Field Summary

    Fields inherited from class com.sun.xml.ws.util.xml.XmlUtil

    DRACONIAN_ERROR_HANDLER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    matchesTagNS(Element e, String tag, String nsURI)
     
    static boolean
     

    Methods inherited from class com.sun.xml.ws.util.xml.XmlUtil

    allowExternalAccess, createDefaultCatalogResolver, createEntityResolver, getAllAttributes, getAllChildren, getAttributeNSOrNull, getAttributeNSOrNull, getAttributeOrNull, getLocalPart, getPrefix, getTextForNode, getUTF8Stream, identityTransform, newDocumentBuilderFactory, newSAXParserFactory, newTransformer, newTransformerFactory, newXMLInputFactory, newXPathFactory, parseTokenList

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)