Uses of Interface
com.batavia.xbrl.taxonomy.xlink.Documentation

Packages that use Documentation
com.batavia.xbrl.taxonomy   
com.batavia.xbrl.taxonomy.xlink   
 

Uses of Documentation in com.batavia.xbrl.taxonomy
 

Methods in com.batavia.xbrl.taxonomy with parameters of type Documentation
 void LinkbaseExtendedLink.addDocumentation(Documentation aPart)
          Add the given Documentation to the collection of Documentation elements for this linkbase.
 void LinkbaseExtendedLink.removeDocumentation(Documentation aPart)
          Remove the given Documentation from the collection of Documentation elements for this linkbase.
 

Uses of Documentation in com.batavia.xbrl.taxonomy.xlink
 

Methods in com.batavia.xbrl.taxonomy.xlink that return Documentation
 Documentation Linkbase.createDocumentation(java.lang.String value)
          Create a child Documentation and add it to the XbrlElement.
 Documentation ExtendedLink.createDocumentation(java.lang.String value)
          Create a child Documentation and add it to the XbrlElement.
 

Methods in com.batavia.xbrl.taxonomy.xlink with parameters of type Documentation
 void Linkbase.addDocumentation(Documentation aPart)
          Add the given Documentation to the collection of Documentation of this linkbase
 void ExtendedLink.addDocumentation(Documentation aPart)
          Add the given Documentation to the collection of Documentation elements of this link.
 void Linkbase.removeDocumentation(Documentation aPart)
          Remove the given Documentation from the collection of Documentation elements of this linkbase
 void ExtendedLink.removeDocumentation(Documentation aPart)
          Remove the given Documentation from the collection of Documentation elements of this link.