Uses of Class
xjavadoc.XDoc

Packages that use XDoc
xjavadoc   
xjavadoc.event   
 

Uses of XDoc in xjavadoc
 

Fields in xjavadoc declared as XDoc
private  XDoc DefaultXTag._doc
           
private  XDoc AbstractProgramElement._doc
           
private  XDoc XDocTest.doc
           
 

Methods in xjavadoc that return XDoc
 XDoc DefaultXTag.getDoc()
           
 XDoc XProgramElement.getDoc()
           
 XDoc AbstractProgramElement.getDoc()
          Get the doc.
 XDoc XTag.getDoc()
          Returns the XDoc object we belong to.
private  XDoc XDoc.getSuperDoc()
          Returns the doc in the superclass.
 

Methods in xjavadoc with parameters of type XDoc
 XTag XTagFactory.createTag(java.lang.String tagName, java.lang.String text, XDoc doc, int lineNumber)
          Creates a new XTag.
(package private)  void DefaultXTag.init(java.lang.String name, java.lang.String value, XDoc doc, int lineNumber)
          Sets the name and value.
 

Uses of XDoc in xjavadoc.event
 

Constructors in xjavadoc.event with parameters of type XDoc
XDocEvent(XDoc doc)
          create new event containing doc object.