Uses of Class
org.jibx.schema.elements.CommonContentBase

Packages that use CommonContentBase
org.jibx.schema   
org.jibx.schema.elements   
 

Uses of CommonContentBase in org.jibx.schema
 

Methods in org.jibx.schema with parameters of type CommonContentBase
 void SchemaVisitor.exit(CommonContentBase node)
          Exit content element.
 boolean SchemaVisitor.visit(CommonContentBase node)
          Visit content element (complexContent or simpleContent).
 

Uses of CommonContentBase in org.jibx.schema.elements
 

Subclasses of CommonContentBase in org.jibx.schema.elements
 class ComplexContentElement
          Representation for a complexContent element.
 class SimpleContentElement
          Representation for a simpleContent element.
 

Methods in org.jibx.schema.elements that return CommonContentBase
 CommonContentBase ComplexTypeElement.getContentType()
          Get content type element.
 

Methods in org.jibx.schema.elements with parameters of type CommonContentBase
 void ComplexTypeElement.setContentType(CommonContentBase element)
          Set content type element.
 



Copyright © 2005-2012 jibx.org. All Rights Reserved.