public class EAPXMLUtils extends Object
| Constructor and Description |
|---|
EAPXMLUtils() |
EAPXMLUtils(InputStream inputFile) |
| Modifier and Type | Method and Description |
|---|---|
Element |
createElement(String name,
Map<String,String> attributes,
Element parent) |
static String |
getAttributeValue(Node node,
String attrName) |
Document |
getDocument() |
Node |
getXPathNode(String expr) |
static EAPXMLUtils |
newInstance() |
static void |
printInputStreamContent(InputStream is) |
public EAPXMLUtils(InputStream inputFile) throws Exception
Exceptionpublic static EAPXMLUtils newInstance() throws Exception
Exceptionpublic Element createElement(String name, Map<String,String> attributes, Element parent)
public static void printInputStreamContent(InputStream is) throws IOException
IOExceptionpublic Node getXPathNode(String expr) throws XPathExpressionException
XPathExpressionExceptionpublic Document getDocument()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.