|
Enhydra 3.1b2 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.dom.DOMInfoPrinter
Field Summary | |
protected boolean |
fAllAttributes
|
protected boolean |
fAttrSkipPrint
|
protected java.io.PrintWriter |
fOut
|
protected boolean |
fVerboseAttributes
|
protected int |
level
|
Constructor Summary | |
protected |
DOMInfoPrinter(int,
DOMTraversal,
java.io.PrintWriter)
|
Method Summary | |
void |
handleAttr(Attr)
Handler called for Attr nodes. |
void |
handleCDATASection(CDATASection)
Handler called for CDATASection nodes. |
void |
handleComment(Comment)
Handler called for Comment nodes. |
void |
handleDocument(Document)
Handler called for Document nodes. |
void |
handleDocumentFragment(DocumentFragment)
Handler called for DocumentFragment nodes. |
void |
handleDocumentType(DocumentType)
Handler called for DocumentType nodes. |
void |
handleElement(Element)
Handler called for Element nodes. |
void |
handleEntity(Entity)
Handler called for Entity nodes. |
void |
handleEntityReference(EntityReference)
Handler called for EntityReference nodes. |
void |
handleNotation(Notation)
Handler called for Notation nodes. |
void |
handleProcessingInstruction(ProcessingInstruction)
Handler called for ProcessingInstruction nodes. |
void |
handleText(Text)
Handler called for Text nodes. |
protected boolean |
hasPrintAttributes(Element)
|
protected void |
printIndent()
|
protected void |
printNodeName(Node)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected java.io.PrintWriter fOut
protected boolean fVerboseAttributes
protected boolean fAllAttributes
protected boolean fAttrSkipPrint
protected int level
Constructor Detail |
protected DOMInfoPrinter(int, DOMTraversal, java.io.PrintWriter)
Method Detail |
public void handleAttr(Attr)
public void handleCDATASection(CDATASection)
public void handleComment(Comment)
public void handleDocument(Document)
public void handleDocumentFragment(DocumentFragment)
public void handleDocumentType(DocumentType)
public void handleElement(Element)
public void handleEntity(Entity)
public void handleEntityReference(EntityReference)
public void handleNotation(Notation)
public void handleProcessingInstruction(ProcessingInstruction)
public void handleText(Text)
protected boolean hasPrintAttributes(Element)
protected void printIndent()
protected void printNodeName(Node)
|
Enhydra 3.1b2 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |