|
|||||||||
| Home >> All >> org >> apache >> batik >> dom >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.dom.util
Class SAXDocumentFactory.CommentInfo

java.lang.Objectorg.apache.batik.dom.util.SAXDocumentFactory.CommentInfo
- All Implemented Interfaces:
- SAXDocumentFactory.PreInfo
- Enclosing class:
- SAXDocumentFactory
- static class SAXDocumentFactory.CommentInfo
- extends java.lang.Object
- implements SAXDocumentFactory.PreInfo
- extends java.lang.Object
| Field Summary | |
java.lang.String |
comment
|
| Constructor Summary | |
SAXDocumentFactory.CommentInfo(java.lang.String comment)
|
|
| Method Summary | |
org.w3c.dom.Node |
createNode(org.w3c.dom.Document doc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
comment
public java.lang.String comment
| Constructor Detail |
SAXDocumentFactory.CommentInfo
public SAXDocumentFactory.CommentInfo(java.lang.String comment)
| Method Detail |
createNode
public org.w3c.dom.Node createNode(org.w3c.dom.Document doc)
- Specified by:
createNodein interfaceSAXDocumentFactory.PreInfo
|
|||||||||
| Home >> All >> org >> apache >> batik >> dom >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.dom.util.SAXDocumentFactory.CommentInfo