Package com.sun.xml.rpc.util.xml
Class XmlUtil
java.lang.Object
com.sun.xml.rpc.util.xml.XmlUtil
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IteratorgetAllAttributes(Element element) static IteratorgetAllChildren(Element element) static StringgetAttributeNSOrNull(Element e, String name, String nsURI) static StringgetAttributeOrNull(Element e, String name) static Stringstatic Stringstatic StringgetTextForNode(Node node) static ByteInputStreamstatic InputStreamstatic booleanmatchesTagNS(Element e, String tag, String nsURI) static booleanmatchesTagNS(Element e, QName name) static Transformerstatic ListparseTokenList(String tokenList)
-
Constructor Details
-
XmlUtil
public XmlUtil()
-
-
Method Details
-
getPrefix
-
getLocalPart
-
getAttributeOrNull
-
getAttributeNSOrNull
-
matchesTagNS
-
matchesTagNS
-
getAllChildren
-
getAllAttributes
-
parseTokenList
-
getTextForNode
-
getUTF8Stream
-
getUTF8ByteInputStream
-
newTransformer
-