public class XmlUtil extends Object
| Constructor and Description |
|---|
XmlUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Iterator |
getAllAttributes(Element element) |
static Iterator |
getAllChildren(Element element) |
static String |
getAttributeNSOrNull(Element e,
String name,
String nsURI) |
static String |
getAttributeOrNull(Element e,
String name) |
static String |
getLocalPart(String s) |
static String |
getPrefix(String s) |
static String |
getTextForNode(Node node) |
static com.sun.xml.messaging.saaj.util.ByteInputStream |
getUTF8ByteInputStream(String s) |
static InputStream |
getUTF8Stream(String s) |
static boolean |
matchesTagNS(Element e,
QName name) |
static boolean |
matchesTagNS(Element e,
String tag,
String nsURI) |
static Transformer |
newTransformer() |
static List |
parseTokenList(String tokenList) |
public static String getAttributeNSOrNull(Element e, String name, String nsURI)
public static InputStream getUTF8Stream(String s)
public static com.sun.xml.messaging.saaj.util.ByteInputStream getUTF8ByteInputStream(String s)
public static Transformer newTransformer()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.