Uses of Interface
org.gxml.xs.SmElement

Packages that use SmElement
org.gxml.sa   
org.gxml.xs   
 

Uses of SmElement in org.gxml.sa
 

Methods in org.gxml.sa that return SmElement
 SmElement<A,S> GxMetaBridge.getElementDeclaration(SmName<S> elementName)
           
 

Uses of SmElement in org.gxml.xs
 

Methods in org.gxml.xs that return SmElement
 SmElement<A,S> SmContentFiniteStateMachine.getElement()
          Returns an element declaration if an element is matched.
 SmElement<A,S> SmNamespace.getElementDeclaration(S name)
           
 SmElement<A,S> SmMetaBridge.getElementDeclaration(SmName<S> elementName)
           
 SmElement<A,S> SmComponentProvider.getElementDeclaration(SmName<S> name)
          Returns the SmElement if it exists by the given name, otherwise null.
 SmElement<A,S> SmCache.getElementDeclaration(SmName<S> name)
           
 SmElement<A,S> SmElement.getSubstitutionGroup()
          The element declaration resolved to by the actual value of the substitutionGroup [attribute], if present, otherwise null.
 SmElement<A,S> SmElementUse.getTerm()
           
 

Methods in org.gxml.xs that return types with arguments of type SmElement
 java.lang.Iterable<SmElement<A,S>> SmSchema.getElements()
          Returns the Element declarations.
 java.lang.Iterable<SmElement<A,S>> SmElement.getSubstitutionGroupMembers()
          Returns the elements that are members of the group with this element as the head.
 

Methods in org.gxml.xs with parameters of type SmElement
 void SmParserHandler.error(SmElement<A,S> element, SmException exception)
           
 void SmSequenceTypeVisitor.visit(SmElement<A,S> schemaElement)
           
 void SmVisitor.visitElement(SmElement<A,S> element)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.