Uses of Interface
org.gxml.xs.SmAttributeGroup

Packages that use SmAttributeGroup
org.gxml.xs   
 

Uses of SmAttributeGroup in org.gxml.xs
 

Methods in org.gxml.xs that return SmAttributeGroup
 SmAttributeGroup<A,S> SmNamespace.getAttributeGroup(S name)
           
 SmAttributeGroup<A,S> SmComponentProvider.getAttributeGroup(SmName<S> name)
          Returns the SmAttributeGroup if it exists by the given name, otherwise null.
 SmAttributeGroup<A,S> SmCache.getAttributeGroup(SmName<S> name)
           
 

Methods in org.gxml.xs that return types with arguments of type SmAttributeGroup
 java.lang.Iterable<SmAttributeGroup<A,S>> SmSchema.getAttributeGroups()
          Returns the Attribute group definitions.
 

Methods in org.gxml.xs with parameters of type SmAttributeGroup
 void SmParserHandler.error(SmAttributeGroup<A,S> attributeGroup, SmException exception)
           
 void SmVisitor.visitAttributeGroup(SmAttributeGroup<A,S> attributeGroup)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.