org.apache.karaf.util
Class XmlUtils
java.lang.Object
org.apache.karaf.util.XmlUtils
public class XmlUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlUtils
public XmlUtils()
parse
public static Document parse(String uri)
throws TransformerException,
IOException,
SAXException,
ParserConfigurationException
- Throws:
TransformerException
IOException
SAXException
ParserConfigurationException
parse
public static Document parse(File f)
throws TransformerException,
IOException,
SAXException,
ParserConfigurationException
- Throws:
TransformerException
IOException
SAXException
ParserConfigurationException
parse
public static Document parse(File f,
ErrorHandler errorHandler)
throws TransformerException,
IOException,
SAXException,
ParserConfigurationException
- Throws:
TransformerException
IOException
SAXException
ParserConfigurationException
transform
public static void transform(Source xmlSource,
Result outputTarget)
throws TransformerException
- Throws:
TransformerException
transform
public static void transform(Source xsltSource,
Source xmlSource,
Result outputTarget)
throws TransformerException
- Throws:
TransformerException
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.