org.kie.integration.eap.maven.util
Class EAPXMLUtils
java.lang.Object
org.kie.integration.eap.maven.util.EAPXMLUtils
public class EAPXMLUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EAPXMLUtils
public EAPXMLUtils()
throws Exception
- Throws:
Exception
EAPXMLUtils
public EAPXMLUtils(InputStream inputFile)
throws Exception
- Throws:
Exception
newInstance
public static EAPXMLUtils newInstance()
throws Exception
- Throws:
Exception
createElement
public Element createElement(String name,
Map<String,String> attributes,
Element parent)
printInputStreamContent
public static void printInputStreamContent(InputStream is)
throws IOException
- Throws:
IOException
getAttributeValue
public static String getAttributeValue(Node node,
String attrName)
getXPathNode
public Node getXPathNode(String expr)
throws XPathExpressionException
- Throws:
XPathExpressionException
getDocument
public Document getDocument()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.