Package com.sun.tools.ws.util.xml
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmatchesTagNS(Element e, String tag, String nsURI) static booleanmatchesTagNS(Element e, QName name) 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
-
Constructor Details
-
XmlUtil
public XmlUtil()
-
-
Method Details
-
matchesTagNS
-
matchesTagNS
-