public class XmlParser
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XmlParser.EntityResolver |
static class |
XmlParser.ErrorHandler |
| Constructor and Description |
|---|
XmlParser() |
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.Document |
parsePortletXml(java.io.InputStream portletXml) |
static org.w3c.dom.Document |
parseWebXml(java.io.InputStream webXml) |
public static org.w3c.dom.Document parsePortletXml(java.io.InputStream portletXml)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOExceptionorg.xml.sax.SAXExceptionpublic static org.w3c.dom.Document parseWebXml(java.io.InputStream webXml)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOExceptionorg.xml.sax.SAXExceptionCopyright © 2003-2013 . All Rights Reserved.