Package helma.util
Class XmlUtils
- java.lang.Object
-
- helma.util.XmlUtils
-
public class XmlUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XmlUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.w3c.dom.html.HTMLDocument
parseHtml(java.lang.Object obj)
static org.w3c.dom.Document
parseXml(java.lang.Object obj)
-
-
-
Method Detail
-
parseXml
public static org.w3c.dom.Document parseXml(java.lang.Object obj) throws org.xml.sax.SAXException, java.io.IOException, javax.xml.parsers.ParserConfigurationException
- Parameters:
obj
- ...- Returns:
- ...
- Throws:
org.xml.sax.SAXException
- ...java.io.IOException
- ...javax.xml.parsers.ParserConfigurationException
- ...
-
parseHtml
public static org.w3c.dom.html.HTMLDocument parseHtml(java.lang.Object obj) throws java.io.IOException, org.xml.sax.SAXException
- Parameters:
obj
- ...- Returns:
- ...
- Throws:
java.io.IOException
- ...org.xml.sax.SAXException
-
-