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

Packages that use AttributeElement
org.jibx.schema   
org.jibx.schema.elements   
org.jibx.schema.validation   
 

Uses of AttributeElement in org.jibx.schema
 

Methods in org.jibx.schema that return AttributeElement
 AttributeElement NameRegister.findAttribute(QName qname)
          Find global attribute by name.
 AttributeElement NameRegister.registerAttribute(QName qname, AttributeElement def)
          Register global attribute in the current schema definition.
 

Methods in org.jibx.schema with parameters of type AttributeElement
 void SchemaVisitorDelegate.exit(AttributeElement node)
           
 void SchemaVisitor.exit(AttributeElement node)
          Exit attribute element.
static boolean SchemaUtils.isOptionalAttribute(AttributeElement attr)
          Check if an attribute is optional (zero instances allowed).
 AttributeElement NameRegister.registerAttribute(QName qname, AttributeElement def)
          Register global attribute in the current schema definition.
 boolean SchemaVisitorDelegate.visit(AttributeElement node)
           
 boolean SchemaVisitor.visit(AttributeElement node)
          Visit attribute element.
 

Uses of AttributeElement in org.jibx.schema.elements
 

Methods in org.jibx.schema.elements that return AttributeElement
 AttributeElement AttributeElement.getReference()
          Get the referenced attribute declaration.
 

Uses of AttributeElement in org.jibx.schema.validation
 

Methods in org.jibx.schema.validation that return AttributeElement
 AttributeElement ValidationContext.findAttribute(QName qname)
          Find global attribute by name.
 

Methods in org.jibx.schema.validation with parameters of type AttributeElement
 void ValidationContext.registerAttribute(QName qname, AttributeElement def)
          Register global attribute in the current schema definition.
 boolean NameRegistrationVisitor.visit(AttributeElement node)
           
 



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