Uses of Class
org.exolab.castor.mapping.xml.Include

Packages that use Include
org.exolab.castor.mapping.xml   
 

Uses of Include in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return Include
 Include[] MappingRoot.getInclude()
          Method getInclude.Returns the contents of the collection in an Array.
 Include MappingRoot.getInclude(int index)
          Method getInclude.
 Include MappingRoot.removeIncludeAt(int index)
          Method removeIncludeAt.
static Include Include.unmarshal(Reader reader)
          Method unmarshal.
 

Methods in org.exolab.castor.mapping.xml that return types with arguments of type Include
 Enumeration<? extends Include> MappingRoot.enumerateInclude()
          Method enumerateInclude.
 Iterator<? extends Include> MappingRoot.iterateInclude()
          Method iterateInclude.
 

Methods in org.exolab.castor.mapping.xml with parameters of type Include
 void MappingRoot.addInclude(Include vInclude)
           
 void MappingRoot.addInclude(int index, Include vInclude)
           
 boolean MappingRoot.removeInclude(Include vInclude)
          Method removeInclude.
 void MappingRoot.setInclude(Include[] vIncludeArray)
           
 void MappingRoot.setInclude(int index, Include vInclude)
           
 



Copyright © 2011. All Rights Reserved.