Package xjavadoc

Interface Summary
ClassIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
ConstructorIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
FieldIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
MethodIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
Named Everything that can have a name implements this interface
Node  
NodeParserConstants  
NodeParserTreeConstants  
PackageIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
ParameterIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
ProgramElementIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
SimpleParserConstants  
SourceSet This interface represents a set of Java source files.
TagIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
Type Everything that can have a type implements this interface
XClass This class represents any type: source class, binary class or primitive type.
XConstructor Describe what this class does
XExecutableMember Common functionality for methods and constructors.
XField Describe what this class does
XIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
XMember This is just a marker interface to be able to distinguish between class members and classes.
XMethod Describe what this class does
XParameter  
XProgramElement Describe what this class does
XTag  
XType  
 

Class Summary
AbstractClass Base implementation of XClass.
AbstractProgramElement Describe what this class does
DefaultXTag  
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
NodeParser  
NodeParserTokenManager  
NodePrinter This visitor prints a node and all its children to a PrintWriter.
ParameterImpl This is a flyweight implementation of XParameter
SimpleNode  
SimpleParser  
SimpleParserTokenManager  
SourceClass This class represents a class for which the source code is available XJavaDocFil
TagValidator A class that can validate tags.
Token Describes the input token stream.
Util Various static utility methods
XCollections Deprecated. Use a plain java.lang.Iterator and do the cast instead.
XDoc Represents documentation
XDocTest JUnit test for XDoc.
XJavaDoc This class represents the entry-point for xjavadoc classes.
XJavaDoc.NoInnerClassesPredicate  
XMethod.PropertyAccessorPredicate  
XMethod.PropertyMutatorPredicate  
XPackage Describe what this class does
XTagFactory Creates XTag instances.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
TagValidationException This exception will be thrown if a tag is misnamed or has bad content.
UnknownTagException  
XJavaDocException  
 

Error Summary
TokenMgrError  
 



Copyright © 2002-2004 XDoclet Team. All Rights Reserved.