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

Packages that use BlockList
org.exolab.castor.xml.schema   
 

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

Methods in org.exolab.castor.xml.schema that return BlockList
 BlockList ElementDecl.getBlock()
          Returns the value of the 'block' attribute for this element
 BlockList ComplexType.getBlock()
          Returns the value of the 'block' attribute for this element.
 BlockList Schema.getBlockDefault()
          Returns the default BlockList for this Schema.
 

Methods in org.exolab.castor.xml.schema with parameters of type BlockList
 void ElementDecl.setBlock(BlockList block)
          Sets the value of the 'block' attribute for this element
 void ComplexType.setBlock(BlockList block)
          Sets the value of the 'block' attribute for this ComplexType.
 void Schema.setBlockDefault(BlockList block)
          Sets the default BlockList for this Schema.
 



Copyright © 2012. All Rights Reserved.