|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.util.JRXmlUtils
public final class JRXmlUtils
XML parsing utilities.
| Method Summary | |
|---|---|
static org.w3c.dom.Document |
createDocument(org.w3c.dom.Node sourceNode)
Creates a document having a node as root. |
static javax.xml.parsers.DocumentBuilder |
createDocumentBuilder()
Creates a XML document builder. |
static org.w3c.dom.Document |
parse(java.io.File file)
Parses a file into a document. |
static org.w3c.dom.Document |
parse(org.xml.sax.InputSource is)
Parses an input source into a document. |
static org.w3c.dom.Document |
parse(java.io.InputStream is)
Parses an input stream into a XML document. |
static org.w3c.dom.Document |
parse(java.lang.String uri)
Parses a document specified by an URI. |
static org.w3c.dom.Document |
parse(java.net.URL url)
Parses an URL stream as a XML document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.w3c.dom.Document parse(org.xml.sax.InputSource is)
throws JRException
is - the input source
JRException
public static org.w3c.dom.Document parse(java.lang.String uri)
throws JRException
uri - the URI
JRException
public static org.w3c.dom.Document parse(java.io.File file)
throws JRException
file - the XML file
JRException
public static org.w3c.dom.Document parse(java.io.InputStream is)
throws JRException
is - the input stream
JRException
public static org.w3c.dom.Document parse(java.net.URL url)
throws JRException
url - the URL
JRException
public static javax.xml.parsers.DocumentBuilder createDocumentBuilder()
throws JRException
JRException
public static org.w3c.dom.Document createDocument(org.w3c.dom.Node sourceNode)
throws JRException
sourceNode - the node
JRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||