Uses of Class
org.exolab.castor.xml.schema.Documentation

Packages that use Documentation
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
 

Uses of Documentation in org.exolab.castor.xml.schema
 

Methods in org.exolab.castor.xml.schema that return types with arguments of type Documentation
 Enumeration<Documentation> Annotation.getDocumentation()
          Returns an enumeration of all documentation elements for this Annotation.
 

Methods in org.exolab.castor.xml.schema with parameters of type Documentation
 void Annotation.addDocumentation(Documentation documentation)
          Adds the given Documentation to this Annotation.
 void Annotation.removeDocumentation(Documentation documentation)
          Removes the given Documentation from this Annotation.
 

Uses of Documentation in org.exolab.castor.xml.schema.reader
 

Methods in org.exolab.castor.xml.schema.reader that return Documentation
 Documentation DocumentationUnmarshaller.getDocumentation()
           
 



Copyright © 2012. All Rights Reserved.