Package com.sun.xml.rpc.util.xml
Class XmlUtil
- java.lang.Object
-
- com.sun.xml.rpc.util.xml.XmlUtil
-
public class XmlUtil extends Object
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description XmlUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IteratorgetAllAttributes(Element element)static IteratorgetAllChildren(Element element)static StringgetAttributeNSOrNull(Element e, String name, String nsURI)static StringgetAttributeOrNull(Element e, String name)static StringgetLocalPart(String s)static StringgetPrefix(String s)static StringgetTextForNode(Node node)static ByteInputStreamgetUTF8ByteInputStream(String s)static InputStreamgetUTF8Stream(String s)static booleanmatchesTagNS(Element e, String tag, String nsURI)static booleanmatchesTagNS(Element e, QName name)static TransformernewTransformer()static ListparseTokenList(String tokenList)
-
-
-
Method Detail
-
getAttributeNSOrNull
public static String getAttributeNSOrNull(Element e, String name, String nsURI)
-
getUTF8Stream
public static InputStream getUTF8Stream(String s)
-
getUTF8ByteInputStream
public static ByteInputStream getUTF8ByteInputStream(String s)
-
newTransformer
public static Transformer newTransformer()
-
-