Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.dom.util
Class SAXDocumentFactory.CommentInfo  view SAXDocumentFactory.CommentInfo download SAXDocumentFactory.CommentInfo.java

java.lang.Object
  extended byorg.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
 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:
createNode in interface SAXDocumentFactory.PreInfo