Package org.apache.batik.dom.util
Class SAXDocumentFactory.CommentInfo
- java.lang.Object
-
- org.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
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
comment
-
Constructor Summary
Constructors Constructor Description CommentInfo(java.lang.String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Node
createNode(org.w3c.dom.Document doc)
-
-
-
Method Detail
-
createNode
public org.w3c.dom.Node createNode(org.w3c.dom.Document doc)
- Specified by:
createNode
in interfaceSAXDocumentFactory.PreInfo
-
-