|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteaustria.utensil.xml.XmlZeug
public class XmlZeug
Hilfsfunktionen zum Einlesen von XML-Dokumenten in DOM-Bäume.
Method Summary | |
---|---|
static org.w3c.dom.Document |
leertextlosLesen(java.io.InputStream ein,
javax.xml.parsers.DocumentBuilderFactory dbf,
javax.xml.parsers.DocumentBuilder db)
Liest ein XML-Dokument ohne Rücksicht auf leere Textknoten ein. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.w3c.dom.Document leertextlosLesen(java.io.InputStream ein, javax.xml.parsers.DocumentBuilderFactory dbf, javax.xml.parsers.DocumentBuilder db) throws java.io.IOException
ein
- Eingabedatenstrom, der das XML-Dokument enthält.dbf
- DocumentBuilderFactory-Objekt oder null
,
wenn eins erzeugt werden soll.db
- DocumentBuilder oder null
, wenn einer
aus dbf erzeugt werden soll.
java.io.IOException
- wenn beim Einlesen Probleme auftraten (auch Syntaxfehler)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |