Deprecated API

Deprecated Classes
xjavadoc.ConstructorIteratorImpl
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.FieldIteratorImpl
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.IteratorImpl
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.MethodIteratorImpl
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.PackageIteratorImpl
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.ParameterIteratorImpl
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.ProgramElementIteratorImpl
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.TagIteratorImpl
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.XCollections
          Use a plain java.lang.Iterator and do the cast instead. 
 

Deprecated Interfaces
xjavadoc.ClassIterator
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.ConstructorIterator
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.FieldIterator
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.MethodIterator
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.PackageIterator
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.ParameterIterator
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.ProgramElementIterator
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.TagIterator
          Use a plain java.lang.Iterator and do the cast instead. 
xjavadoc.XIterator
          Use a plain java.lang.Iterator and do the cast instead. 
 

Deprecated Methods
xjavadoc.JavaCharStream.getColumn()
            
xjavadoc.JavaCharStream.getLine()
            
xjavadoc.AbstractExecutableMember.getNameWithSignature()
          use getSignature(boolean) 
xjavadoc.XExecutableMember.getSignature()
          use getSignature(boolean) 
xjavadoc.AbstractExecutableMember.getSignature()
          use getSignature(boolean) 
xjavadoc.XJavaDoc.getSourceClasses(boolean)
          Call setUseNodeParser() prior to parsing and call the no-arg getSourceClasses() 
xjavadoc.XJavaDoc.getSourceClasses(boolean, boolean)
          Call setUseNodeParser() prior to parsing and call the no-arg getSourceClasses() or getSourceClasses(Predicate) with a Predicate that doesn't accept inner classes. 
xjavadoc.SourceClass.print(OutputStream)
          use the Writer method 
xjavadoc.XJavaDoc.reset()
          use reset(boolean). 
xjavadoc.ant.XJavadocTask.setSourcepath(Path)
          This method will disappear soon