Uses of Interface
org.gxml.xs.SmPrimeType

Packages that use SmPrimeType
org.gxml.xs   
 

Uses of SmPrimeType in org.gxml.xs
 

Subinterfaces of SmPrimeType in org.gxml.xs
 interface SmAtomicType<A,S>
           
 interface SmAtomicUrType<A,S>
          Marker interface for the Atomic Ur-Type (xs:anyAtomicType).
 interface SmAttribute<A,S>
          An attribute declaration, which may be global or local to some complex type.
 interface SmAttributeNodeType<A,S>
           
 interface SmCommentNodeType<A,S>
           
 interface SmDataComponent<A,S>
           
 interface SmDocumentNodeType<A,S>
           
 interface SmElement<A,S>
          The SmElement interface models an element declaration, which could be global within the schema or local to some other element.
 interface SmElementNodeType<A,S>
           
 interface SmEmptyType<A,S>
           
 interface SmNamespaceNodeType<A,S>
           
 interface SmNodeType<A,S>
           
 interface SmNodeUrType<A,S>
           
 interface SmNoneType<A,S>
           
 interface SmPrimeChoiceType<A,S>
           
 interface SmPrimeMultiplyType<A,S>
           
 interface SmProcessingInstructionNodeType<A,S>
           
 interface SmSimpleUrType<A,S>
          Marker interface for the Simple Ur-Type.
 interface SmTextNodeType<A,S>
           
 

Methods in org.gxml.xs that return SmPrimeType
 SmPrimeType<A,S> SmPrimeType.choice(SmPrimeType<A,S> rhs)
           
 SmPrimeType<A,S> SmSequenceTypeFactory.comment()
           
 SmPrimeType<A,S> SmPrimeMultiplyType.getArgument()
           
 SmPrimeType<A,S> SmPrimeChoiceType.getLHS()
           
 SmPrimeType<A,S> SmPrimeChoiceType.getRHS()
           
 SmPrimeType<A,S> SmSequenceTypeFactory.item()
           
 SmPrimeType<A,S> SmSequenceTypeFactory.namespace()
           
 SmPrimeType<A,S> SmSequenceTypeFactory.node()
           
 SmPrimeType<A,S> SmSequenceType.prime()
          The prime method extracts all the item types from this type and combines them into a choice.
 SmPrimeType<A,S> SmSequenceTypeFactory.processingInstruction(java.lang.String name)
           
 SmPrimeType<A,S> SmSequenceTypeFactory.text()
           
 SmPrimeType<A,S> SmPrimeType.zeroOrOne()
           
 

Methods in org.gxml.xs with parameters of type SmPrimeType
 SmPrimeType<A,S> SmPrimeType.choice(SmPrimeType<A,S> rhs)
           
 boolean SmPrimeType.subtype(SmPrimeType<A,S> rhs)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.