Uses of Class
org.gxml.xs.SmName

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

Uses of SmName in org.gxml.sa
 

Methods in org.gxml.sa that return SmName
 SmName<S> GxReader.getAttributeDataType(int index)
           
 SmName<S> GxReader.getAttributeName(int index)
           
 SmName<S> GxAtomBridge.getBaseType(SmName<S> dataType)
           
 SmName<S> GxReader.getDataType()
           
 SmName<S> GxAtomBridge.getDataType(A atom)
          Determine the specific XML data type of an atom managed by this manager.
 SmName<S> GxReader.getName()
           
 SmName<S> GxMetaBridge.getName(T type)
          Returns the name of the specified type definition.
 SmName<S> GxCursor.getType()
           
 SmName<S> GxModel.getTypeName(N node)
          Gets the type name of an element or attribute node.
 SmName<S> GxNameBridge.name(javax.xml.namespace.QName name)
          Given an QName, return a corresponding SmName.
 SmName<S> GxNameBridge.nativeType(SmNativeType nativeType)
          Given an SmNativeType, lookup a corresponding name.
 

Methods in org.gxml.sa that return types with arguments of type SmName
 java.lang.Iterable<SmName<S>> GxCursor.getAttributeNames(boolean orderCanonical)
           
 

Methods in org.gxml.sa with parameters of type SmName
 void GxMetaVisitor.atomicType(T node, SmName<S> name, T baseType)
           
 void GxContentHandler.attribute(S namespaceURI, S localName, java.lang.String prefix, java.util.List<? extends A> data, SmName<S> type)
          Receive notification of an attribute.
 T GxMetaBridge.attributeType(SmName<S> name, T type)
          Returns a type denoting an attribute of the specified name and type.
 void GxMetaVisitor.attributeType(T node, SmName<S> name, T type)
           
 A GxAtomBridge.castAs(A sourceAtom, SmName<S> targetType)
          Performs the casting of one atomic value to another.
 A GxAtomBridge.compile(java.lang.String srcval, SmName<S> dataType)
          Compile the atomic value from the lexical representation.
 A GxAtomBridge.compile(java.lang.String srcval, SmName<S> dataType, SmPrefixResolver<S> resolver)
           
 void GxMetaVisitor.complexType(T node, SmName<S> name, T baseType)
           
 T GxMetaBridge.elementType(SmName<S> name, T type, boolean nillable)
          Returns a type denoting an element of the specified name, type and nillability.
 void GxMetaVisitor.elementType(T node, SmName<S> name, T type, boolean nillable)
           
 SmAttribute<A,S> GxMetaBridge.getAttributeDeclaration(SmName<S> attributeName)
           
 SmName<S> GxAtomBridge.getBaseType(SmName<S> dataType)
           
 SmElement<A,S> GxMetaBridge.getElementDeclaration(SmName<S> elementName)
           
 SmType<A,S> GxMetaBridge.getTypeDefinition(SmName<S> typeName)
          Returns the specified type definition.
 A GxAtomBridge.makeForeignAtom(SmName<S> atomType, A baseAtom)
           
 SmNativeType GxNameBridge.nativeType(SmName<S> name)
          Given a name, return a corresponding SmNativeType.
 T GxMetaBridge.schemaAttribute(SmName<S> attributeName)
          Returns a type denoting "schema-attribute(attributeName)".
 void GxMetaVisitor.schemaAttributeType(T node, SmName<S> name)
           
 T GxMetaBridge.schemaElement(SmName<S> elementDeclaration)
          Returns a type denoting "schema-element(elementName)".
 void GxMetaVisitor.schemaElementType(T type, SmName<S> name)
           
 T GxMetaBridge.schemaType(SmName<S> typeName)
          Returns a type denoting "schema-type(typeName)".
 void GxContentHandler.startElement(S namespaceURI, S localName, java.lang.String prefix, SmName<S> type)
          Receive notification of the beginning of an element.
 

Uses of SmName in org.gxml.xs
 

Methods in org.gxml.xs that return SmName
 SmName<S> SmAtomBridge.getBaseType(SmName<S> dataType)
           
 SmName<S> SmAtomBridge.getDataType(A atom)
           
 SmName<S> SmType.getName()
          The {name} and {target namespace} properties.
 SmName<S> SmIdentityConstraint.getName()
           
 SmName<S> SmComponent.getName()
          The {name} and {target namespace} properties.
 SmName<S> SmMetaBridge.getName(SmSequenceType<A,S> type)
           
 SmName<?> SmAtomCastException.getTargetType()
           
static
<S> SmName<S>
SmName.intersection(SmName<S> one, SmName<S> two)
           
 SmName<S> SmNameBridge.name(javax.xml.namespace.QName name)
           
 SmName<S> SmNameBridge.nativeType(SmNativeType nativeType)
          Given an SmNativeType, lookup a corresponding name.
 SmName<S> SmCache.uniqueTypeName()
          Allocates a new unique name for an "anonymous" type.
 

Methods in org.gxml.xs that return types with arguments of type SmName
 java.util.Map<SmName<S>,SmAttributeUse<A,S>> SmComplexType.getAttributeUses()
          Returns the {attribute uses} property for a complex type.
 

Methods in org.gxml.xs with parameters of type SmName
 SmSequenceType<A,S> SmMetaBridge.attributeType(SmName<S> name, SmSequenceType<A,S> type)
           
 A SmAtomBridge.castAs(A sourceAtom, SmName<S> targetType)
           
 int SmName.compareTo(SmName<S> other)
           
 A SmAtomBridge.compile(java.lang.String sourceValue, SmName<S> targetType)
           
 A SmAtomBridge.compile(java.lang.String sourceValue, SmName<S> targetType, SmPrefixResolver<S> resolver)
           
 SmSequenceType<A,S> SmMetaBridge.elementType(SmName<S> name, SmSequenceType<A,S> type, boolean nillable)
           
 boolean SmName.equalsName(SmName<S> other)
           
 SmAtomicType<A,S> SmComponentProvider.getAtomicType(SmName<S> name)
          Returns the SmAtomicType if it exists by the given name, otherwise null.
 SmAtomicType<A,S> SmCache.getAtomicType(SmName<S> name)
           
 SmAttribute<A,S> SmMetaBridge.getAttributeDeclaration(SmName<S> attributeName)
           
 SmAttribute<A,S> SmComponentProvider.getAttributeDeclaration(SmName<S> name)
          Returns the SmAttribute if it exists by the given name, otherwise null.
 SmAttribute<A,S> SmCache.getAttributeDeclaration(SmName<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)
           
 SmName<S> SmAtomBridge.getBaseType(SmName<S> dataType)
           
 SmComplexType<A,S> SmComponentProvider.getComplexType(SmName<S> name)
          Returns the SmComplexType if it exists by the given name, otherwise null.
 SmComplexType<A,S> SmCache.getComplexType(SmName<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)
           
 SmIdentityConstraint<A,S> SmComponentProvider.getIdentityConstraint(SmName<S> name)
          Returns the SmIdentityConstraint if it exists by the given name, otherwise null.
 SmIdentityConstraint<A,S> SmCache.getIdentityConstraint(SmName<S> name)
           
 SmModelGroup<A,S> SmComponentProvider.getModelGroup(SmName<S> name)
          Returns the SmModelGroup if it exists by the given name, otherwise null.
 SmModelGroup<A,S> SmCache.getModelGroup(SmName<S> name)
           
 SmNotation<A,S> SmComponentProvider.getNotation(SmName<S> name)
          Returns the SmNotation if it exists by the given name, otherwise null.
 SmSimpleType<A,S> SmComponentProvider.getSimpleType(SmName<S> name)
          Returns the SmSimpleType if it exists by the given name, otherwise null.
 SmSimpleType<A,S> SmCache.getSimpleType(SmName<S> name)
           
 SmType<A,S> SmSequenceTypeFactory.getTypeDefinition(SmName<S> dataType)
           
 SmType<A,S> SmMetaBridge.getTypeDefinition(SmName<S> typeName)
           
 SmType<A,S> SmComponentProvider.getTypeDefinition(SmName<S> name)
          Returns the SmType if it exists by the given name, otherwise null.
 boolean SmComponentDetector.hasAttributeDeclaration(SmName<S> name)
          Determines whether the specified attribute declaration exists.
 boolean SmCache.hasAttributeDeclaration(SmName<S> name)
           
 boolean SmComponentDetector.hasAttributeGroup(SmName<S> name)
          Determines whether the specified attribute group definition exists.
 boolean SmCache.hasAttributeGroup(SmName<S> name)
           
 boolean SmComponentDetector.hasComplexType(SmName<S> name)
          Determines whether the specified Complextype definition exists.
 boolean SmCache.hasComplexType(SmName<S> name)
           
 boolean SmComponentDetector.hasElementDeclaration(SmName<S> name)
          Determines whether the specified element declaration exists.
 boolean SmCache.hasElementDeclaration(SmName<S> name)
           
 boolean SmComponentDetector.hasIdentityConstraint(SmName<S> name)
          Determines whether the specified identity-constraint definition exists.
 boolean SmCache.hasIdentityConstraint(SmName<S> name)
           
 boolean SmComponentDetector.hasModelGroup(SmName<S> name)
          Determines whether the specified model group definition exists.
 boolean SmCache.hasModelGroup(SmName<S> name)
           
 boolean SmComponentDetector.hasNotation(SmName<S> name)
          Determines whether the specified notation declaration exists.
 boolean SmComponentDetector.hasSimpleType(SmName<S> name)
          Determines whether the specified Simple type definition exists.
 boolean SmCache.hasSimpleType(SmName<S> name)
           
 boolean SmComponentDetector.hasTypeDefinition(SmName<S> name)
          Determines whether the specified type definition exists.
 boolean SmCache.hasTypeDefinition(SmName<S> name)
           
static
<S> SmName<S>
SmName.intersection(SmName<S> one, SmName<S> two)
           
static
<S> SmName<S>
SmName.intersection(SmName<S> one, SmName<S> two)
           
 A SmAtomBridge.makeForeignAtom(SmName<S> atomType, A baseAtom)
           
 SmNativeType SmNameBridge.nativeType(SmName<S> name)
          Given a name, return a corresponding SmNativeType.
 boolean SmContentFiniteStateMachine.step(SmName<S> name)
          Steps the state machine upon arrival of an element with the specified name.
static
<S> boolean
SmName.subset(SmName<S> lhs, SmName<S> rhs)
           
static
<S> boolean
SmName.subset(SmName<S> lhs, SmName<S> rhs)
           
 

Constructors in org.gxml.xs with parameters of type SmName
SmAtomCastException(java.lang.String sourceValue, SmName<?> targetType, javax.xml.namespace.QName errorCode)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.