|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.provider.xslt.DocumentDump
public class DocumentDump
Document dump
Field Summary | |
---|---|
private static java.lang.String[] |
theTypeNames
Type names |
Constructor Summary | |
---|---|
DocumentDump()
|
Method Summary | |
---|---|
static java.lang.String |
toDocType(org.w3c.dom.DocumentType thisDocTypeNode)
DocType to string |
static java.lang.String |
toString(org.w3c.dom.Document thisDocument)
Document to string |
static java.lang.String |
toStringType(org.w3c.dom.Document thisDocument)
Document to tree of node types |
private static java.lang.String |
toStringType(org.w3c.dom.Node thisNode,
int thisLevel)
Node to tree of node types |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.lang.String[] theTypeNames
Constructor Detail |
---|
public DocumentDump()
Method Detail |
---|
public static java.lang.String toString(org.w3c.dom.Document thisDocument)
thisDocument
-
public static java.lang.String toStringType(org.w3c.dom.Document thisDocument)
thisDocument
- document
private static java.lang.String toStringType(org.w3c.dom.Node thisNode, int thisLevel)
thisNode
- nodethisLevel
- level
public static java.lang.String toDocType(org.w3c.dom.DocumentType thisDocTypeNode)
thisDocTypeNode
- DocType node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |