|
|||||||||
| Home >> All >> com >> eireneh >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.eireneh.util
Class XMLUtil

java.lang.Objectcom.eireneh.util.XMLUtil
- public class XMLUtil
- extends java.lang.Object
The XMLUtil class does general stuff that I need in various places to do with XML.
|
Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below. The copyright to this program is held by it's authors. |
- Version:
- D0.I0.T0
| Field Summary | |
protected static Logger |
log
The log stream |
| Constructor Summary | |
private |
XMLUtil()
Basic constructor |
| Method Summary | |
static void |
logDocument(org.w3c.dom.Document doc,
int level)
Display a Document in debug mode to the specified writer |
static void |
logDocument(org.w3c.dom.Element start,
int level)
Display a Document in debug mode to the specified writer |
static void |
printDocument(org.w3c.dom.Document doc,
java.io.PrintWriter out)
Display a Document in debug mode to the specified writer |
static void |
printDocument(org.w3c.dom.Element start,
java.io.PrintWriter out)
Display a Document in debug mode to the specified writer |
private static void |
recurseNodes(org.w3c.dom.Node node,
java.io.PrintWriter out,
int level,
int depth)
Recurse down a Doument node tree |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
log
protected static Logger log
- The log stream
| Constructor Detail |
XMLUtil
private XMLUtil()
- Basic constructor
| Method Detail |
logDocument
public static void logDocument(org.w3c.dom.Document doc, int level)
- Display a Document in debug mode to the specified writer
logDocument
public static void logDocument(org.w3c.dom.Element start, int level)
- Display a Document in debug mode to the specified writer
printDocument
public static void printDocument(org.w3c.dom.Document doc, java.io.PrintWriter out)
- Display a Document in debug mode to the specified writer
printDocument
public static void printDocument(org.w3c.dom.Element start, java.io.PrintWriter out)
- Display a Document in debug mode to the specified writer
recurseNodes
private static void recurseNodes(org.w3c.dom.Node node, java.io.PrintWriter out, int level, int depth)
- Recurse down a Doument node tree
|
|||||||||
| Home >> All >> com >> eireneh >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.eireneh.util.XMLUtil