A B C D E F G H I L M N O P Q R S T U V W Z

A

accept(T, GxMetaVisitor<A, S, T>) - Method in interface org.gxml.sa.GxMetaBridge
Implementation of the visitor pattern.
accept(SmSequenceTypeVisitor<A, S>) - Method in interface org.gxml.xs.SmSequenceType
Implementation of the visitor design pattern.
allowsNamespaceName(S) - Method in class org.gxml.xs.SmNamespaceConstraint
Validation Rule: Wildcard allows Namespace Name.
ancestorAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the ancestor axis.
ancestorAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
ancestorOrSelfAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the ancestor-or-self axis.
ancestorOrSelfAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
Any(SmNameBridge<S>) - Static method in class org.gxml.xs.SmNamespaceConstraint
Singleton implementation of the namespace constraint allowing any namespaces.
Application<N,S,Q> - Interface in org.gxml.xdm
An optional interface for gXML APIs designed to provide consistency.
approximate(int, int) - Static method in enum org.gxml.sa.GxQuantifier
Approximates the schema minOccurs and maxOccurs with the GxQuantifier.
approximate(int, int) - Static method in enum org.gxml.xs.SmQuantifier
Approximates the schema minOccurs and maxOccurs with the SmQuantifier.
asNode() - Method in interface org.gxml.sa.GxTree
Provides random access to the tree as a node.
asNode() - Method in interface org.gxml.u.GuTree
Provides random access to the tree as a node.
atom(I) - Method in interface org.gxml.sa.GxProcessingContext
Applies a hypothetical atom() test to the item.
atom(A) - Method in interface org.gxml.sa.GxSequenceHandler
Receive notification of an atomic value as an item in the sequence.
atom(A) - Method in interface org.gxml.sa.GxVariantBridge
 
atomArray(int) - Method in interface org.gxml.sa.GxAtomBridge
Allocates an empty array of atoms.
atomArray(int) - Method in interface org.gxml.xs.SmAtomBridge
Allocates an empty array of atoms.
atomicType(T, SmName<S>, T) - Method in interface org.gxml.sa.GxMetaVisitor
 
atomicUrType(T) - Method in interface org.gxml.sa.GxMetaVisitor
 
atomSet(T) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting fn:data(arg).
atomSet(List<? extends A>) - Method in interface org.gxml.sa.GxVariantBridge
 
atomSet(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
atomSet() - Method in interface org.gxml.xs.SmSequenceType
Returns the result of applying atomization, or fn:data(), to the type.
attribute(S, S, String, List<? extends A>, SmName<S>) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of an attribute.
attribute(S, S, String, String) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of an attribute with an untyped value (dm:string-value).
attribute(String, String, String, String) - Method in interface org.gxml.u.GuContentHandler
Receive notification of an attribute with a dm:typed-value.
attributeAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the attribute axis.
attributeAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
attributeType(SmName<S>, T) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting an attribute of the specified name and type.
attributeType(T, SmName<S>, T) - Method in interface org.gxml.sa.GxMetaVisitor
 
attributeType(SmName<S>, SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
attributeWild(T) - Method in interface org.gxml.sa.GxMetaBridge
 
attributeWild(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 

B

baseAtomFromForeignAtom(A) - Method in interface org.gxml.sa.GxAtomBridge
 
baseAtomFromForeignAtom(A) - Method in interface org.gxml.xs.SmAtomBridge
 
bookmark() - Method in interface org.gxml.sa.GxCursor
 
bookmark() - Method in interface org.gxml.u.GuCursor
 
bookmark() - Method in interface org.gxml.xdm.Cursor
 
booleanValue(Boolean) - Method in interface org.gxml.sa.GxVariantBridge
Converts the Java primitive for xs:boolean to a polymorphic value.

C

castAs(A, SmName<S>) - Method in interface org.gxml.sa.GxAtomBridge
Performs the casting of one atomic value to another.
castAs(A, SmNativeType) - Method in interface org.gxml.sa.GxAtomBridge
Performs the casting of one atomic value to another.
castAs(A, SmName<S>) - Method in interface org.gxml.xs.SmAtomBridge
 
castAs(A, SmNativeType) - Method in interface org.gxml.xs.SmAtomBridge
 
childAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the child axis.
childAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
choice(T, T) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting a choice of two types.
choice(GxQuantifier) - Method in enum org.gxml.sa.GxQuantifier
 
choice(SmSequenceType<A, S>, SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
choice(SmPrimeType<A, S>) - Method in interface org.gxml.xs.SmPrimeType
 
choice(SmQuantifier) - Method in enum org.gxml.xs.SmQuantifier
 
choiceType(T, T, T) - Method in interface org.gxml.sa.GxMetaVisitor
 
close() - Method in interface org.gxml.sa.GxReader
 
comment(String) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of a comment information item.
comment(String) - Method in interface org.gxml.u.GuContentHandler
Receive notification of a comment information item.
comment() - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
commentTest(T) - Method in interface org.gxml.sa.GxMetaBridge
Applies the comment() test to the argument.
commentTest(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
commentType() - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting a single comment node.
commentType(T) - Method in interface org.gxml.sa.GxMetaVisitor
 
commentType() - Method in interface org.gxml.xs.SmMetaBridge
 
compare(N, N) - Method in interface org.gxml.sa.GxModel
Determines the relative document order of two nodes.
compare(N, N) - Method in interface org.gxml.u.GuModel
Determines the relative document order of two nodes.
compareTo(SmName<S>) - Method in class org.gxml.xs.SmName
 
compile(String, SmName<S>) - Method in interface org.gxml.sa.GxAtomBridge
Compile the atomic value from the lexical representation.
compile(String, SmName<S>, SmPrefixResolver<S>) - Method in interface org.gxml.sa.GxAtomBridge
 
compile(String, SmNativeType) - Method in interface org.gxml.sa.GxAtomBridge
 
compile(String, SmNativeType, SmPrefixResolver<S>) - Method in interface org.gxml.sa.GxAtomBridge
 
compile(String, SmName<S>) - Method in interface org.gxml.xs.SmAtomBridge
 
compile(String, SmName<S>, SmPrefixResolver<S>) - Method in interface org.gxml.xs.SmAtomBridge
 
compile(String, SmNativeType) - Method in interface org.gxml.xs.SmAtomBridge
 
compile(String, SmNativeType, SmPrefixResolver<S>) - Method in interface org.gxml.xs.SmAtomBridge
 
compile(String) - Method in interface org.gxml.xs.SmRegExCompiler
Compiles the specified regular expression into a pattern that can be used for matching.
compile(String, String) - Method in interface org.gxml.xs.SmRegExCompiler
 
compile(List<? extends A>) - Method in interface org.gxml.xs.SmSimpleType
 
compile(String) - Method in interface org.gxml.xs.SmSimpleType
 
compile(String, SmPrefixResolver<S>) - Method in interface org.gxml.xs.SmSimpleType
 
complexType(T, SmName<S>, T) - Method in interface org.gxml.sa.GxMetaVisitor
 
complexUrType(T) - Method in interface org.gxml.sa.GxMetaVisitor
 
computeCommonAncestorSelf(SmNativeType, SmNativeType, boolean) - Static method in enum org.gxml.xs.SmNativeType
Returns the common ancestor type of two types.
concat(T, T) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting the combined sequence of two types.
concat(SmSequenceType<A, S>, SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
concatType(T, T, T) - Method in interface org.gxml.sa.GxMetaVisitor
 
contains(GxQuantifier) - Method in enum org.gxml.sa.GxQuantifier
 
contains(SmQuantifier) - Method in enum org.gxml.xs.SmQuantifier
 
contentType(T) - Method in interface org.gxml.sa.GxMetaBridge
type contentType(type) DocumentTest ElementTest | SchemaElementTest
contentType(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
createBase64Binary(byte[]) - Method in interface org.gxml.sa.GxAtomBridge
 
createBase64Binary(byte[]) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:base64Binary based upon the value.
createBoolean(boolean) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:boolean based upon the value.
createBoolean(boolean) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:boolean based upon the value.
createByte(byte) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:byte based upon the value.
createByte(byte) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:byte based upon the value.
createDate(int, int, int, int) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:date atomic value.
createDate(int, int, int, int) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:date atomic value.
createDateTime(int, int, int, int, int, int, int, BigDecimal, int) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:dateTime atomic value.
createDateTime(int, int, int, int, int, int, int, BigDecimal, int) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:dateTime atomic value.
createDay(int, int) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:gDay based upon the value.
createDay(int, int) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:gDay based upon the value.
createDayTimeDuration(BigDecimal) - Method in interface org.gxml.sa.GxAtomBridge
 
createDayTimeDuration(BigDecimal) - Method in interface org.gxml.xs.SmAtomBridge
 
createDecimal(BigDecimal) - Method in interface org.gxml.sa.GxAtomBridge
 
createDecimal(BigDecimal) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:decimal based upon the value.
createDouble(double) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:double based upon the value.
createDouble(double) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:double based upon the value.
createFloat(float) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:float based upon the value.
createFloat(float) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:float based upon the value.
createHexBinary(byte[]) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:hexBinary based upon the value.
createHexBinary(byte[]) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:hexBinary based upon the value.
createInt(int) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:int based upon the value.
createInt(int) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:int based upon the value.
createInteger(BigInteger) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:integer based upon the value.
createInteger(BigInteger) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:integer based upon the value.
createLong(long) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:long based upon the value.
createLong(long) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:long based upon the value.
createMonth(int, int) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:gMonth based upon the value.
createMonth(int, int) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:gMonth based upon the value.
createMonthDay(int, int, int) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:gMonthDay based upon the value.
createMonthDay(int, int, int) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:gMonthDay based upon the value.
createQName(String, String, String) - Method in interface org.gxml.sa.GxAtomBridge
Constructs an expanded-QName.
createQName(String, String, String) - Method in interface org.gxml.xs.SmAtomBridge
Constructs an expanded-QName.
createShort(short) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:short based upon the value.
createShort(short) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:short based upon the value.
createString(String) - Method in interface org.gxml.sa.GxAtomBridge
Creates an implementation xs:string from an String.
createString(String) - Method in interface org.gxml.xs.SmAtomBridge
Creates an implementation xs:string from an String.
createTime(int, int, int, int, BigDecimal, int) - Method in interface org.gxml.sa.GxAtomBridge
Creates an xs:time atomic value.
createTime(int, int, int, int, BigDecimal, int) - Method in interface org.gxml.xs.SmAtomBridge
Creates an xs:time atomic value.
createUntypedAtomic(String) - Method in interface org.gxml.sa.GxAtomBridge
Creates an implementation xs:untypedAtomic from a String.
createUntypedAtomic(String) - Method in interface org.gxml.xs.SmAtomBridge
Creates an implementation xs:untypedAtomic from a String.
createURI(URI) - Method in interface org.gxml.sa.GxAtomBridge
 
createURI(URI) - Method in interface org.gxml.xs.SmAtomBridge
 
createYear(int, int) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:gYear based upon the value.
createYear(int, int) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:gYear based upon the value.
createYearMonth(int, int, int) - Method in interface org.gxml.sa.GxAtomBridge
Returns an xs:gYearMonth based upon the value.
createYearMonth(int, int, int) - Method in interface org.gxml.xs.SmAtomBridge
Returns an xs:gYearMonth based upon the value.
createYearMonthDuration(int) - Method in interface org.gxml.sa.GxAtomBridge
 
createYearMonthDuration(int) - Method in interface org.gxml.xs.SmAtomBridge
 
Cursor<N,S,Q> - Interface in org.gxml.xdm
An optional interface for gXML APIs designed to provide consistency.

D

decimalValue(BigDecimal) - Method in interface org.gxml.sa.GxVariantBridge
Converts the Java primitive for xs:decimal to a polymorphic value.
derivedFrom(S, S, Set<SmDerivationMethod>) - Method in interface org.gxml.xs.SmType
 
derivedFromType(SmType<A, S>, Set<SmDerivationMethod>) - Method in interface org.gxml.xs.SmType
 
descendantAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the descendant axis.
descendantAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
descendantOrSelfAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the descendant-or-self axis.
descendantOrSelfAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
documentType(T) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting a single document node with the specified content.
documentType(T, T) - Method in interface org.gxml.sa.GxMetaVisitor
 
documentType(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmCache
 
documentType(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
doubleValue(Double) - Method in interface org.gxml.sa.GxVariantBridge
Converts the Java primitive for xs:double to a polymorphic value.

E

elementTest(T) - Method in interface org.gxml.sa.GxMetaBridge
Applies an element() test to the argument.
elementTest(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
elementType(SmName<S>, T, boolean) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting an element of the specified name, type and nillability.
elementType(T, SmName<S>, T, boolean) - Method in interface org.gxml.sa.GxMetaVisitor
 
elementType(SmName<S>, SmSequenceType<A, S>, boolean) - Method in interface org.gxml.xs.SmMetaBridge
 
elementWild(T, boolean) - Method in interface org.gxml.sa.GxMetaBridge
 
elementWild(SmSequenceType<A, S>, boolean) - Method in interface org.gxml.xs.SmCache
 
elementWild(SmSequenceType<A, S>, boolean) - Method in interface org.gxml.xs.SmMetaBridge
 
empty() - Method in interface org.gxml.sa.GxNameBridge
Returns a symbol equivalent to the empty string.
empty() - Method in interface org.gxml.sa.GxVariantBridge
 
empty() - Method in interface org.gxml.xs.SmNameBridge
 
empty() - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
emptyType() - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting "empty-sequence()".
emptyType(T) - Method in interface org.gxml.sa.GxMetaVisitor
 
emptyType() - Method in interface org.gxml.xs.SmMetaBridge
 
end() - Method in interface org.gxml.xs.SmContentFiniteStateMachine
Steps the state machine upon completion of all elements.
endDocument() - Method in interface org.gxml.sa.GxContentHandler
Receive notification of the end of a document.
endDocument() - Method in interface org.gxml.u.GuContentHandler
Receive notification of the end of a document.
endElement() - Method in interface org.gxml.sa.GxContentHandler
Receive notification of the end of an element.
endElement() - Method in interface org.gxml.u.GuContentHandler
Receive notification of the end of an element.
endSequence() - Method in interface org.gxml.sa.GxSequenceHandler
Receive notification of the end of a sequence.
equal(S, S) - Method in interface org.gxml.sa.GxNameBridge
Determines whether two symbols are equal.
equal(S, S) - Method in interface org.gxml.xs.SmNameBridge
 
equals(Object) - Method in class org.gxml.xs.SmName
 
equals(Object) - Method in class org.gxml.xs.SmNamespaceConstraint
 
equals(Object) - Method in exception org.gxml.xs.SmSimpleTypeException
 
equalsName(SmName<S>) - Method in class org.gxml.xs.SmName
 
error(QName, String, Iterable<? extends I>, GxProcessingContext<I, U, N, A, S, T, X>) - Method in interface org.gxml.sa.GxApplication
Used to report errors to the hosting site when the fn:error function is called.
error(SmException) - Method in class org.gxml.xs.SmExceptionCatcher
 
error(SmException) - Method in interface org.gxml.xs.SmExceptionHandler
 
error(SmException) - Method in enum org.gxml.xs.SmExceptionThrower
 
error(SmSimpleType<A, S>, SmException) - Method in interface org.gxml.xs.SmParserHandler
 
error(SmComplexType<A, S>, SmException) - Method in interface org.gxml.xs.SmParserHandler
 
error(SmAttribute<A, S>, SmException) - Method in interface org.gxml.xs.SmParserHandler
 
error(SmElement<A, S>, SmException) - Method in interface org.gxml.xs.SmParserHandler
 
error(SmModelGroup<A, S>, SmException) - Method in interface org.gxml.xs.SmParserHandler
 
error(SmAttributeGroup<A, S>, SmException) - Method in interface org.gxml.xs.SmParserHandler
 
error(SmIdentityConstraint<A, S>, SmException) - Method in interface org.gxml.xs.SmParserHandler
 
error(SmNotation<A, S>, SmException) - Method in interface org.gxml.xs.SmParserHandler
 
error(SmParticle<A, S>, SmException) - Method in interface org.gxml.xs.SmParserHandler
 
exclude(S, SmNameBridge<S>) - Static method in class org.gxml.xs.SmNamespaceConstraint
Constructs a namespace constraint equivalent to not and a namespace.

F

followingAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the following axis.
followingAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
followingSiblingAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the following-sibling axis.
followingSiblingAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 

G

getAlternate() - Method in interface org.gxml.xs.SmRestrictedXPath
Return the next XPath in a succession of alternates.
getAncestorAxis(N) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the ancestor axis using the specified node as the origin.
getAncestorAxis(N) - Method in interface org.gxml.u.GuModel
Returns the nodes along the ancestor axis using the specified node as the origin.
getAncestorAxis(N) - Method in interface org.gxml.xdm.Model
Returns the nodes along the ancestor axis using the specified node as the origin.
getAncestorOrSelf(boolean) - Method in enum org.gxml.xs.SmNativeType
Returns an ordered collection of uber types, starting from the receiver uber type, and traversing up the hierarchy.
getAncestorOrSelfAxis(N) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the ancestor-or-self axis using the specified node as the origin.
getAncestorOrSelfAxis(N) - Method in interface org.gxml.u.GuModel
Returns the nodes along the ancestor-or-self axis using the specified node as the origin.
getAncestorOrSelfAxis(N) - Method in interface org.gxml.xdm.Model
Returns the nodes along the ancestor-or-self axis using the specified node as the origin.
getApplication() - Method in interface org.gxml.sa.GxProcessingContext
Returns the application that owns this processing context.
getApplication() - Method in interface org.gxml.u.GuProcessingContext
Returns the application that owns this processing context.
getApplication() - Method in interface org.gxml.xdm.ProcessingContext
Returns the application that owns this processing context.
getArgument() - Method in interface org.gxml.xs.SmMultiplyType
 
getArgument() - Method in interface org.gxml.xs.SmPrimeMultiplyType
 
getArguments(ResourceBundle) - Method in interface org.gxml.i18n.ResourceBundleMessage
Returns an argument array that can be passed to MessageFormat.format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition).
getAtom(N, int) - Method in interface org.gxml.sa.GxModel
Returns the atom at a specified index consistent with GxModel.getTypedValue(N).
getAtom(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getAtomBridge() - Method in interface org.gxml.sa.GxMetaBridge
Returns the GxAtomBridge implementation.
getAtomBridge() - Method in interface org.gxml.sa.GxProcessingContext
Returns the bridge used for atom interaction.
getAtomBridge() - Method in interface org.gxml.xs.SmCache
 
getAtomBridge() - Method in interface org.gxml.xs.SmMetaBridge
 
getAtomCount(N) - Method in interface org.gxml.sa.GxModel
Returns the number of atoms in the node consistent with GxModel.getTypedValue(N) .
getAtomicType(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
getAtomicType(SmNativeType) - Method in interface org.gxml.xs.SmCache
 
getAtomicType(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmAtomicType if it exists by the given name, otherwise null.
getAtomicType(SmNativeType) - Method in interface org.gxml.xs.SmComponentProvider
 
getAtomSet(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getAttribute(N, S, S) - Method in interface org.gxml.sa.GxModel
Returns the attribute node with the specified expanded-QName.
getAttribute(N, String, String) - Method in interface org.gxml.u.GuModel
Returns the attribute node with the specified expanded-QName.
getAttribute(N, S, S) - Method in interface org.gxml.xdm.Model
Returns the attribute node with the specified expanded-QName.
getAttribute() - Method in interface org.gxml.xs.SmAttributeUse
Returns the {attribute declaration} property.
getAttributeAxis(N, boolean) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the attribute axis using the specified node as the origin.
getAttributeAxis(N, boolean) - Method in interface org.gxml.u.GuModel
Returns the nodes along the attribute axis using the specified node as the origin.
getAttributeCount() - Method in interface org.gxml.sa.GxReader
 
getAttributeDataType(int) - Method in interface org.gxml.sa.GxReader
 
getAttributeDeclaration(SmName<S>) - Method in interface org.gxml.sa.GxMetaBridge
 
getAttributeDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
getAttributeDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmAttribute if it exists by the given name, otherwise null.
getAttributeDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmMetaBridge
 
getAttributeDeclaration(S) - Method in interface org.gxml.xs.SmNamespace
 
getAttributeGroup(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
getAttributeGroup(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmAttributeGroup if it exists by the given name, otherwise null.
getAttributeGroup(S) - Method in interface org.gxml.xs.SmNamespace
 
getAttributeGroups() - Method in interface org.gxml.xs.SmSchema
Returns the Attribute group definitions.
getAttributeLocalName(int) - Method in interface org.gxml.sa.GxReader
 
getAttributeName(int) - Method in interface org.gxml.sa.GxReader
 
getAttributeNames(boolean) - Method in interface org.gxml.sa.GxCursor
 
getAttributeNames(boolean) - Method in interface org.gxml.u.GuCursor
Returns the set of attribute names for the current node.
getAttributeNames(N, boolean) - Method in interface org.gxml.u.GuModel
Returns the set of attribute names for the node.
getAttributeNames(boolean) - Method in interface org.gxml.u.GuReader
Returns the set of attribute names for the current node.
getAttributeNames(N, boolean) - Method in interface org.gxml.xdm.Model
Returns the set of attribute names for the node.
getAttributeNamespace(int) - Method in interface org.gxml.sa.GxReader
 
getAttributePrefix(int) - Method in interface org.gxml.sa.GxReader
 
getAttributes(N) - Method in interface org.gxml.u.GuModel
Returns the attribute nodes that are local to the specified element.
getAttributes() - Method in interface org.gxml.xs.SmSchema
Returns the Attribute declarations.
getAttributesInScope(N) - Method in interface org.gxml.u.GuModel
Returns the attribute nodes that are local to the specified element as well as those in the reserved XML namespace that are inherited.
getAttributeStringValue(int) - Method in interface org.gxml.sa.GxReader
 
getAttributeStringValue(S, S) - Method in interface org.gxml.sa.GxReader
Returns the normalized value of the attribute with the namespaceURI and localName.
getAttributeTypedValue(int) - Method in interface org.gxml.sa.GxReader
 
getAttributeTypedValue(S, S) - Method in interface org.gxml.sa.GxReader
 
getAttributeUses() - Method in interface org.gxml.xs.SmAttributeGroup
Returns the {attribute uses} property of this Attribute Group Definition.
getAttributeUses() - Method in interface org.gxml.xs.SmComplexType
Returns the {attribute uses} property for a complex type.
getAttributeValue(String, String) - Method in interface org.gxml.u.GuReader
Returns the dm:typed-value of the attribute with the specified dm:name.
getAttributeWildcard() - Method in interface org.gxml.xs.SmComplexType
Returns the {attribute wildcard} property for a complex type.
getBase64Binary(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getBase64Binary(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getBaseType(SmName<S>) - Method in interface org.gxml.sa.GxAtomBridge
 
getBaseType(SmName<S>) - Method in interface org.gxml.xs.SmAtomBridge
 
getBaseType() - Method in interface org.gxml.xs.SmAtomicUrType
 
getBaseType() - Method in interface org.gxml.xs.SmComplexUrType
 
getBaseType() - Method in interface org.gxml.xs.SmListType
 
getBaseType() - Method in interface org.gxml.xs.SmSimpleUrType
 
getBaseType() - Method in interface org.gxml.xs.SmType
Returns the {base type definition} of this type.
getBaseType() - Method in interface org.gxml.xs.SmUnionType
 
getBaseURI() - Method in interface org.gxml.sa.GxCursor
 
getBaseURI(N) - Method in interface org.gxml.sa.GxModel
Returns the base-uri property of the node.
getBoolean(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getBoolean(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getBoolean(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getBooleanFalse() - Method in interface org.gxml.sa.GxAtomBridge
 
getBooleanFalse() - Method in interface org.gxml.xs.SmAtomBridge
 
getBooleanTrue() - Method in interface org.gxml.sa.GxAtomBridge
 
getBooleanTrue() - Method in interface org.gxml.xs.SmAtomBridge
 
getByte(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getByte(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getC14NForm(A) - Method in interface org.gxml.sa.GxAtomBridge
Returns the canonical string representation of the atomic value.
getC14NForm(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getC14NString(List<? extends A>) - Method in interface org.gxml.xs.SmAtomBridge
 
getCatalog() - Method in class org.gxml.xs.SmMetaLoadArgs
 
getCatalog() - Method in interface org.gxml.xs.SmParser
 
getCategory() - Method in interface org.gxml.xs.SmIdentityConstraint
Returns this constraint's {identity-constraint category} property.
getCause() - Method in exception org.gxml.xs.SmAbortException
 
getCause() - Method in exception org.gxml.xs.SmException
 
getChildAxis(N) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the child axis using the specified node as the origin.
getChildAxis(N) - Method in interface org.gxml.u.GuModel
Returns the nodes along the child axis using the specified node as the origin.
getChildAxis(N) - Method in interface org.gxml.xdm.Model
Returns the nodes along the child axis using the specified node as the origin.
getChildElements(N) - Method in interface org.gxml.sa.GxModel
Returns all the child element along the child axis.
getChildElements(N) - Method in interface org.gxml.u.GuModel
Returns all the child element along the child axis.
getChildElementsByName(N, S, S) - Method in interface org.gxml.sa.GxModel
Returns all the child element along the child axis whose names match the arguments supplied.
getChildElementsByName(N, String, String) - Method in interface org.gxml.u.GuModel
Returns all the child element along the child axis whose names match the arguments supplied.
getComplexType(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
getComplexType(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmComplexType if it exists by the given name, otherwise null.
getComplexTypes() - Method in interface org.gxml.xs.SmSchema
Returns the Complex type definitions.
getCompositor() - Method in interface org.gxml.xs.SmModelGroup
Returns the {compositor} property of this model group.
getContentModel() - Method in interface org.gxml.xs.SmContentType
Returns the content model (i.e.
getContentType() - Method in interface org.gxml.xs.SmComplexType
Returns the {content type} property.
getContentType() - Method in interface org.gxml.xs.SmDocumentNodeType
 
getDataType(A) - Method in interface org.gxml.sa.GxAtomBridge
Determine the specific XML data type of an atom managed by this manager.
getDataType() - Method in interface org.gxml.sa.GxReader
 
getDataType(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getDayOfMonth(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getDayOfMonth(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getDecimal(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getDecimal(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getDecimal(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getDefaultNamespaceForElementAndTypeNames() - Method in interface org.gxml.xs.SmNamespaceConvention
 
getDerivationMethod() - Method in interface org.gxml.xs.SmType
Returns the {derivation method} property of this type from its base type.
getDescendantAxis(N) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the descendant axis using the specified node as the origin.
getDescendantAxis(N) - Method in interface org.gxml.u.GuModel
Returns the nodes along the descendant axis using the specified node as the origin.
getDescendantOrSelfAxis(N) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the descendant-or-self axis using the specified node as the origin.
getDescendantOrSelfAxis(N) - Method in interface org.gxml.u.GuModel
Returns the nodes along the descendant-or-self axis using the specified node as the origin.
getDisallowedSubtitutions() - Method in interface org.gxml.xs.SmElement
{disallowed substitutions} property.
getDocumentURI() - Method in interface org.gxml.sa.GxCursor
 
getDocumentURI(N) - Method in interface org.gxml.sa.GxModel
Returns the absolute URI of the resource from which the Document Node was constructed.
getDouble(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getDouble(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getDouble(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getDurationTotalMonths(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getDurationTotalMonths(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getDurationTotalSeconds(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getDurationTotalSeconds(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getEffectiveValueConstraint() - Method in interface org.gxml.xs.SmAttributeUse
Returns the effective value constraint, may be null.
getElement() - Method in interface org.gxml.xs.SmContentFiniteStateMachine
Returns an element declaration if an element is matched.
getElementDeclaration(SmName<S>) - Method in interface org.gxml.sa.GxMetaBridge
 
getElementDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
getElementDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmElement if it exists by the given name, otherwise null.
getElementDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmMetaBridge
 
getElementDeclaration(S) - Method in interface org.gxml.xs.SmNamespace
 
getElements() - Method in interface org.gxml.xs.SmSchema
Returns the Element declarations.
getEnumerations() - Method in interface org.gxml.xs.SmSimpleType
 
getErrorCode() - Method in exception org.gxml.sa.GxAtomCastException
Returns the error code.
getErrorCode() - Method in exception org.gxml.xs.SmAtomCastException
 
getEventType() - Method in enum org.gxml.u.GuEventKind
 
getFacetOfKind(SmFacetKind) - Method in interface org.gxml.xs.SmSimpleType
 
getFacets() - Method in interface org.gxml.xs.SmSimpleType
 
getFields() - Method in interface org.gxml.xs.SmIdentityConstraint
Returns the {fields} property of the constraint, a non-empty list of restricted XPath expressions.
getFinal() - Method in interface org.gxml.xs.SmType
Returns the {final} property.
getFirstChild(N) - Method in interface org.gxml.sa.GxModel
Returns the first child node of the node provided.
getFirstChild(N) - Method in interface org.gxml.u.GuModel
Returns the first child node of the node provided.
getFirstChildElement(N) - Method in interface org.gxml.sa.GxModel
Returns the first child element along the child axis.
getFirstChildElement(N) - Method in interface org.gxml.u.GuModel
Returns the first element along the child axis.
getFirstChildElementByName(N, S, S) - Method in interface org.gxml.sa.GxModel
Returns the first child element along the child axis whose name matches the arguments supplied.
getFirstChildElementByName(N, String, String) - Method in interface org.gxml.u.GuModel
Returns the first child element along the child axis whose name matches the arguments supplied.
getFloat(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getFloat(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getFollowingAxis(N) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the following axis using the specified node as the origin.
getFollowingAxis(N) - Method in interface org.gxml.u.GuModel
Returns the nodes along the following axis using the specified node as the origin.
getFollowingSiblingAxis(N) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the following-sibling axis using the specified node as the origin.
getFollowingSiblingAxis(N) - Method in interface org.gxml.u.GuModel
Returns the nodes along the following-sibling axis using the specified node as the origin.
getFormat(ResourceBundle) - Method in interface org.gxml.i18n.ResourceBundleMessage
Returns an Format array that can be passed to MessageFormat.setFormats(java.text.Format[]).
getFractionalSecondPart(A) - Method in interface org.gxml.sa.GxAtomBridge
Returns the fractional part of the seconds component.
getFractionalSecondPart(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getFractionDigits() - Method in interface org.gxml.xs.SmFractionDigits
 
getGmtOffset(A) - Method in interface org.gxml.sa.GxAtomBridge
Returns the offset, in minutes, from GMT.
getGmtOffset(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getHexBinary(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getHexBinary(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getHourOfDay(A) - Method in interface org.gxml.sa.GxAtomBridge
Returns the hours component of the Gregorian atomic value.
getHourOfDay(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getIdentityConstraint(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
getIdentityConstraint(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmIdentityConstraint if it exists by the given name, otherwise null.
getIdentityConstraints() - Method in interface org.gxml.xs.SmElement
Returns the {identity-constraints definitions} for this element.
getIdentityConstraints() - Method in interface org.gxml.xs.SmSchema
Returns the Identity-constraint definitions.
getInt(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getInt(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getInteger(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getInteger(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getInteger(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getIntegralSecondPart(A) - Method in interface org.gxml.sa.GxAtomBridge
Returns the integral part of the seconds component.
getIntegralSecondPart(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getItem(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getItemSet(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getItemType() - Method in interface org.gxml.xs.SmListType
 
getKeyConstraint() - Method in interface org.gxml.xs.SmIdentityConstraint
In the case of keyref constraints, returns the corresponding key constraint with {identity-constraint category} equal to key or unique.
getKind() - Method in interface org.gxml.xs.SmContentType
Returns the kind of this content type object.
getKind() - Method in interface org.gxml.xs.SmFacet
 
getKind() - Method in interface org.gxml.xs.SmPrimeType
 
getKind() - Method in class org.gxml.xs.SmValueConstraint
 
getLastChild(N) - Method in interface org.gxml.sa.GxModel
Returns the last child node of the node provided.
getLastChild(N) - Method in interface org.gxml.u.GuModel
Returns the last child node of the node provided.
getLHS() - Method in interface org.gxml.xs.SmChoiceType
 
getLHS() - Method in interface org.gxml.xs.SmConcatType
 
getLHS() - Method in interface org.gxml.xs.SmInterleaveType
 
getLHS() - Method in interface org.gxml.xs.SmPrimeChoiceType
 
getLimit() - Method in interface org.gxml.xs.SmLimit
 
getLineNumber() - Method in interface org.gxml.sa.GxCursor
Returns the line number, or -1 if none is available.
getLineNumber(N) - Method in interface org.gxml.sa.GxModel
Returns the line number, or -1 if none is available.
getLineNumber() - Method in interface org.gxml.sa.GxReader
 
getLineNumber() - Method in interface org.gxml.u.GuCursor
Returns the line number, or -1 if none is available.
getLineNumber(N) - Method in interface org.gxml.u.GuModel
Returns the line number, or -1 if none is available.
getLineNumber() - Method in interface org.gxml.u.GuReader
Returns the line number, or -1 if none is available.
getLiteral() - Method in exception org.gxml.xs.SmDatatypeException
 
getLocalizedMessage() - Method in exception org.gxml.i18n.LocalizableException
 
getLocalizedMessage(Locale) - Method in exception org.gxml.i18n.LocalizableException
 
getLocalizedMessage(Locale) - Method in interface org.gxml.i18n.LocalizableMessage
Implementing LocalizableMessage and having this method is optional but it does indicate that the message text is "late-bound" to the arguments.
getLocalizedMessage(ResourceBundleMessage, Locale, ResourceBundle) - Static method in class org.gxml.i18n.MessageLocalizer
Localizes a locale-independent message using the specified locale and a resource bundle.
getLocalName() - Method in interface org.gxml.sa.GxCursor
 
getLocalName(N) - Method in interface org.gxml.sa.GxModel
Returns the local-name part of the node name.
getLocalName() - Method in interface org.gxml.sa.GxReader
 
getLocalName() - Method in interface org.gxml.u.GuCursor
Returns the local-name property of the dm:node-name.
getLocalName(N) - Method in interface org.gxml.u.GuModel
Returns the local-name part of the dm:node-name.
getLocalName() - Method in interface org.gxml.u.GuReader
 
getLocalName() - Method in interface org.gxml.xdm.Cursor
Returns the local-name property of the dm:node-name.
getLocalName(N) - Method in interface org.gxml.xdm.Model
Returns the local-name part of the node name.
getLocalName() - Method in interface org.gxml.xs.SmComponent
The {name} property.
getLocalName() - Method in class org.gxml.xs.SmName
 
getLocalName() - Method in enum org.gxml.xs.SmNativeType
 
getLocalName() - Method in interface org.gxml.xs.SmType
The {name} property.
getLocalNameAsString(N) - Method in interface org.gxml.sa.GxModel
Returns the local-name part of the node name as a String.
getLong(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getLong(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getMaxLength() - Method in interface org.gxml.xs.SmMaxLength
 
getMaxOccurs() - Method in interface org.gxml.xs.SmParticle
Returns the {max occurs} property for this particle.
getMemberTypes() - Method in interface org.gxml.xs.SmUnionType
Returns the member types for union and list simple types.
getMessage() - Method in exception org.gxml.i18n.LocalizableException
 
getMessage() - Method in exception org.gxml.sa.GxAbortException
 
getMessage() - Method in exception org.gxml.sa.GxAtomCastException
 
getMessage() - Method in exception org.gxml.u.GuAbortException
 
getMessage() - Method in exception org.gxml.xs.SmAbortException
 
getMessage() - Method in exception org.gxml.xs.SmAtomCastException
 
getMessage() - Method in exception org.gxml.xs.SmDatatypeException
 
getMessage() - Method in exception org.gxml.xs.SmFacetMinMaxException
 
getMessage() - Method in exception org.gxml.xs.SmPatternException
 
getMessage() - Method in exception org.gxml.xs.SmSimpleTypeException
 
getMessage() - Method in exception org.gxml.xs.SmWildcardIntersectionNotExpressibleException
 
getMessage() - Method in exception org.gxml.xs.SmWildcardUnionNotExpressibleException
 
getMetaBridge() - Method in interface org.gxml.sa.GxProcessingContext
Returns the bridge used for meta-data interaction.
getMinLength() - Method in interface org.gxml.xs.SmMinLength
 
getMinOccurs() - Method in interface org.gxml.xs.SmParticle
Returns the {min occurs} property for this particle.
getMinute(A) - Method in interface org.gxml.sa.GxAtomBridge
Returns the minutes component of the Gregorian atomic value.
getMinute(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getMode() - Method in class org.gxml.xs.SmNamespaceConstraint
Returns the mode in which this namespace constraint is operating.
getModel() - Method in interface org.gxml.sa.GxProcessingContext
Returns the GxModel for navigating the document model.
getModel() - Method in interface org.gxml.u.GuProcessingContext
Returns a GuModel for navigating an XDM model.
getModel() - Method in interface org.gxml.xdm.ProcessingContext
Returns the model for navigating the document model.
getModelGroup(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
getModelGroup(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmModelGroup if it exists by the given name, otherwise null.
getModelGroup(S) - Method in interface org.gxml.xs.SmNamespace
 
getModelGroups() - Method in interface org.gxml.xs.SmSchema
Returns the Model group definitions.
getMonth(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getMonth(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getMultiplier() - Method in interface org.gxml.xs.SmMultiplyType
 
getName(T) - Method in interface org.gxml.sa.GxMetaBridge
Returns the name of the specified type definition.
getName() - Method in interface org.gxml.sa.GxReader
 
getName() - Method in interface org.gxml.xs.SmComponent
The {name} and {target namespace} properties.
getName() - Method in interface org.gxml.xs.SmIdentityConstraint
 
getName(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
getName() - Method in interface org.gxml.xs.SmNamespace
 
getName() - Method in enum org.gxml.xs.SmNativeType
Returns the name of the type.
getName() - Method in interface org.gxml.xs.SmProcessingInstructionNodeType
 
getName() - Method in interface org.gxml.xs.SmType
The {name} and {target namespace} properties.
getNameBridge() - Method in interface org.gxml.sa.GxAtomBridge
Returns a GxNameBridge implementation consistent with this atom bridge.
getNameBridge() - Method in interface org.gxml.sa.GxMetaBridge
Returns the GxNameBridge implementation.
getNameBridge() - Method in interface org.gxml.sa.GxModel
Returns the name bridge associated with this model.
getNameBridge() - Method in interface org.gxml.sa.GxProcessingContext
Returns the bridge used for symbolic name interaction.
getNameBridge() - Method in interface org.gxml.xs.SmAtomBridge
 
getNameBridge() - Method in interface org.gxml.xs.SmCache
 
getNameBridge() - Method in interface org.gxml.xs.SmMetaBridge
 
getNamespaceAxis(N, boolean) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the namespace axis using the specified node as the origin.
getNamespaceAxis(N, boolean) - Method in interface org.gxml.u.GuModel
Returns the nodes along the namespace axis using the specified node as the origin.
getNamespaceBindings() - Method in interface org.gxml.sa.GxCursor
 
getNamespaceBindings(N) - Method in interface org.gxml.sa.GxModel
Returns the namespace bindings associated with the node as a set or prefix/URI pairs.
getNamespaceConstraint() - Method in interface org.gxml.xs.SmWildcard
 
getNamespaceCount() - Method in interface org.gxml.sa.GxReader
 
getNamespaceLocal(String) - Method in interface org.gxml.u.GuReader
 
getNamespaceNames(boolean) - Method in interface org.gxml.sa.GxCursor
 
getNamespaceNames(boolean) - Method in interface org.gxml.u.GuCursor
Returns the set of namespace names (prefixes) for the current node.
getNamespaceNames(N, boolean) - Method in interface org.gxml.u.GuModel
Returns the set of namespace names (prefixes) for a given node.
getNamespaceNames(boolean) - Method in interface org.gxml.u.GuReader
Returns the set of namespace names (prefixes) for the current node.
getNamespacePrefix(int) - Method in interface org.gxml.sa.GxReader
 
getNamespaces(N) - Method in interface org.gxml.u.GuModel
Returns the namespace nodes that are local to the specified element.
getNamespaces() - Method in class org.gxml.xs.SmNamespaceConstraint
Returns the set of namespaces applicable in SmNamespaceConstraint.Mode.Include and SmNamespaceConstraint.Mode.Exclude.
getNamespaces() - Method in interface org.gxml.xs.SmSchema
 
getNamespacesInScope(N) - Method in interface org.gxml.u.GuModel
Returns the namespace nodes that are local to the specified element as well as those that are inherited.
getNamespaceURI() - Method in interface org.gxml.sa.GxCursor
 
getNamespaceURI(N) - Method in interface org.gxml.sa.GxModel
Returns the namespace-uri part of the node name.
getNamespaceURI() - Method in class org.gxml.sa.GxNamespaceBinding
 
getNamespaceURI() - Method in interface org.gxml.sa.GxReader
 
getNamespaceURI(int) - Method in interface org.gxml.sa.GxReader
 
getNamespaceURI() - Method in interface org.gxml.u.GuCursor
Returns the namespace-uri part of the dm:node-name.
getNamespaceURI(N) - Method in interface org.gxml.u.GuModel
Returns the namespace-uri part of the dm:node-name.
getNamespaceURI(N, String) - Method in interface org.gxml.u.GuModel
 
getNamespaceURI() - Method in interface org.gxml.u.GuReader
 
getNamespaceURI(N) - Method in interface org.gxml.xdm.Model
Returns the namespace-uri part of the node name.
getNamespaceURI() - Method in class org.gxml.xs.SmName
 
getNamespaceURI(String) - Method in interface org.gxml.xs.SmPrefixResolver
Look up a prefix and get the mapped Namespace URI.
getNamespaceURIAsString(N) - Method in interface org.gxml.sa.GxModel
Returns the namespace-uri part of the node name as a String.
getNamespaceURIInScope(N, String) - Method in interface org.gxml.u.GuModel
Returns the namespace-uri associated with the specified prefix using a node as a starting context.
getNativeType(A) - Method in interface org.gxml.sa.GxAtomBridge
Determine the nearest ancestor Built-in type of an atom managed by this manager.
getNativeType(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getNativeType() - Method in interface org.gxml.xs.SmAtomicType
Returns the most derived native atomic type of this atomic type definition.
getNature(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getNearestNativeTypeDefinition() - Method in interface org.gxml.xs.SmAtomicType
 
getNextSibling(N) - Method in interface org.gxml.sa.GxModel
Returns the next sibling node of the node provided.
getNextSibling(N) - Method in interface org.gxml.u.GuModel
Returns the next sibling node of the node provided.
getNextSiblingElement(N) - Method in interface org.gxml.sa.GxModel
Returns the next element along the child axis.
getNextSiblingElement(N) - Method in interface org.gxml.u.GuModel
Returns the next element along the child axis.
getNextSiblingElementByName(N, S, S) - Method in interface org.gxml.sa.GxModel
Returns the next element along the following-sibling axis whose name matches the arguments supplied.
getNextSiblingElementByName(N, String, String) - Method in interface org.gxml.u.GuModel
Returns the next element along the following-sibling axis whose name matches the arguments supplied.
getNID(N) - Method in interface org.gxml.sa.GxProcessingContext
Returns the node identity that corresponds to the node.
getNode(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getNodeKind() - Method in interface org.gxml.sa.GxCursor
 
getNodeKind(N) - Method in interface org.gxml.sa.GxModel
Returns the node-kind of the node as an enumerated type in NodeKind.
getNodeKind() - Method in interface org.gxml.u.GuCursor
Returns the dm:node-kind property of the XDM as an enumeration in NodeKind.
getNodeKind(N) - Method in interface org.gxml.u.GuModel
Returns the node-kind of the node as an enumeration in NodeKind.
getNodeKind(N) - Method in interface org.gxml.xdm.Model
Returns the node-kind of the node as an enumeration in NodeKind.
getNodeKind() - Method in interface org.gxml.xs.SmNodeType
 
getNodes() - Method in interface org.gxml.sa.GxFragmentBuilder
 
getNodes() - Method in interface org.gxml.u.GuFragmentBuilder
This is a shortcut method for getting the tree and then converting it to a node.
getNodeSet(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getNotation(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getNotation(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getNotation(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmNotation if it exists by the given name, otherwise null.
getNotation(S) - Method in interface org.gxml.xs.SmNamespace
 
getNotations() - Method in interface org.gxml.xs.SmSchema
Returns the Notation declarations.
getOption(QName) - Method in class org.gxml.xs.SmMetaLoadArgs
 
getOptionNames() - Method in class org.gxml.xs.SmMetaLoadArgs
 
getOutcome() - Method in exception org.gxml.xs.SmException
 
getParent(N) - Method in interface org.gxml.sa.GxModel
Returns the parent node of the node provided.
getParent(N) - Method in interface org.gxml.u.GuModel
Returns the parent node of the node provided.
getParent(N) - Method in interface org.gxml.xdm.Model
Returns the parent node of the node provided.
getParent() - Method in enum org.gxml.xs.SmNativeType
 
getParticles() - Method in interface org.gxml.xs.SmModelGroup
Returns the {particles} property of this model group.
getPartNumber() - Method in exception org.gxml.xs.SmException
 
getPattern() - Method in exception org.gxml.xs.SmRegExException
 
getPatternKey() - Method in interface org.gxml.i18n.ResourceBundleMessage
Returns the key that will be used to uniquely identify the message.
getPatterns() - Method in interface org.gxml.xs.SmSimpleType
Returns the pattern facets for this derivation step, may be null.
getPrecedingAxis(N) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the preceding axis using the specified node as the origin.
getPrecedingAxis(N) - Method in interface org.gxml.u.GuModel
Returns the nodes along the preceding axis using the specified node as the origin.
getPrecedingSiblingAxis(N) - Method in interface org.gxml.sa.GxModel
Returns the nodes along the preceding-sibling axis using the specified node as the origin.
getPrecedingSiblingAxis(N) - Method in interface org.gxml.u.GuModel
Returns the nodes along the preceding-sibling axis using the specified node as the origin.
getPrefix() - Method in interface org.gxml.sa.GxCursor
 
getPrefix(N) - Method in interface org.gxml.sa.GxModel
Returns the prefix part of the node name.
getPrefix(S, boolean) - Method in interface org.gxml.sa.GxNameBridge
Returns a prefix String by recognizing the namespaceURI symbol.
getPrefix() - Method in class org.gxml.sa.GxNamespaceBinding
 
getPrefix(S, String, boolean) - Method in interface org.gxml.sa.GxNamespaceResolver
Given a namespace-uri, get a corresponding prefix.
getPrefix() - Method in interface org.gxml.sa.GxReader
 
getPrefix() - Method in interface org.gxml.u.GuCursor
Returns the prefix part of the dm:node-name.
getPrefix(N) - Method in interface org.gxml.u.GuModel
Returns the prefix part of the node name.
getPrefix() - Method in interface org.gxml.u.GuReader
 
getPrefix() - Method in class org.gxml.xs.SmName
 
getPrefix(S, String, boolean) - Method in interface org.gxml.xs.SmNamespaceResolver
Given a namespace-uri, get a corresponding prefix.
getPreviousSibling(N) - Method in interface org.gxml.sa.GxModel
Returns the previous sibling node of the node provided.
getPreviousSibling(N) - Method in interface org.gxml.u.GuModel
Returns the previous sibling node of the node provided.
getPrimitiveType() - Method in interface org.gxml.xs.SmSimpleType
 
getProcessContents() - Method in interface org.gxml.xs.SmWildcard
Returns how this term should be processed once it is matches against this wildcard term.
getProcessingContext() - Method in interface org.gxml.sa.GxReadable
Returns the processing context associated with this source.
getProcessingContext() - Method in interface org.gxml.sa.GxWritable
Returns the processing context associated with this source.
getProcessingContext() - Method in interface org.gxml.u.GuCursor
Returns the processing context that is effective for this cursor.
getProcessingContext() - Method in interface org.gxml.u.GuReadable
Returns the processing context associated with this source.
getProcessingContext() - Method in interface org.gxml.u.GuTree
Returns the processing context associated with this tree.
getProcessingContext() - Method in interface org.gxml.u.GuWritable
Returns the processing context associated with this source.
getProhibitedSubstitutions() - Method in interface org.gxml.xs.SmComplexType
Returns the {prohibited substitutions} property.
getPromotion() - Method in enum org.gxml.xs.SmNativeType
 
getPublicId() - Method in interface org.gxml.xs.SmNotation
Returns the notation's {public identifier} property.
getQName(A) - Method in interface org.gxml.sa.GxAtomBridge
Convert an atom known to be a the internal representation of an xs:QName to QName.
getQName(A) - Method in interface org.gxml.xs.SmAtomBridge
Convert an atom known to be a the internal representation of an xs:QName to QName.
getRegExCompiler() - Method in interface org.gxml.xs.SmParser
 
getResolver() - Method in interface org.gxml.sa.GxApplication
Returns a resolver for converting a uri into a stream of bytes for parsing.
getResolver() - Method in class org.gxml.xs.SmMetaLoadArgs
 
getResolver() - Method in interface org.gxml.xs.SmParser
 
getResourceBundle(Locale) - Method in exception org.gxml.i18n.LocalizableException
 
getResourceBundleMessage() - Method in exception org.gxml.i18n.LocalizableException
 
getRHS() - Method in interface org.gxml.xs.SmChoiceType
 
getRHS() - Method in interface org.gxml.xs.SmConcatType
 
getRHS() - Method in interface org.gxml.xs.SmInterleaveType
 
getRHS() - Method in interface org.gxml.xs.SmPrimeChoiceType
 
getRoot(N) - Method in interface org.gxml.sa.GxModel
Returns the identity of the top-most node along the ancestor-or-self axis from this node.
getRoot(N) - Method in interface org.gxml.u.GuModel
Returns the identity of the top-most node along the ancestor-or-self axis from this node.
getScope() - Method in interface org.gxml.xs.SmComponent
The {scope} property of this component.
getScope() - Method in interface org.gxml.xs.SmElement
The {scope} property.
getScope() - Method in interface org.gxml.xs.SmIdentityConstraint
 
getSecondsAsBigDecimal(A) - Method in interface org.gxml.sa.GxAtomBridge
Returns the whole of the seconds value.
getSecondsAsBigDecimal(A) - Method in interface org.gxml.xs.SmAtomBridge
Returns the whole of the seconds value.
getSection() - Method in enum org.gxml.xs.SmOutcome
 
getSelector() - Method in interface org.gxml.xs.SmIdentityConstraint
Returns the {selector} restricted XPath of the constraint.
getShort(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getShort(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getSimpleType(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
getSimpleType(SmNativeType) - Method in interface org.gxml.xs.SmCache
 
getSimpleType(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmSimpleType if it exists by the given name, otherwise null.
getSimpleType(SmNativeType) - Method in interface org.gxml.xs.SmComponentProvider
 
getSimpleType() - Method in interface org.gxml.xs.SmContentType
Returns a simple type definition when the kind part is SmContentTypeKind.Simple.
getSimpleTypes() - Method in interface org.gxml.xs.SmSchema
Returns the Simple type definitions.
getSourceValue() - Method in exception org.gxml.sa.GxAtomCastException
Returns the source value.
getSourceValue() - Method in exception org.gxml.xs.SmAtomCastException
 
getStepLength() - Method in interface org.gxml.xs.SmRestrictedXPath
Gives the number of steps for this branch of the expression
getStepLocalName(int) - Method in interface org.gxml.xs.SmRestrictedXPath
 
getStepNamespace(int) - Method in interface org.gxml.xs.SmRestrictedXPath
 
getString(A) - Method in interface org.gxml.sa.GxAtomBridge
Converts the atom, assumed to be an implementation xs:string, to get a string value.
getString(X) - Method in interface org.gxml.sa.GxVariantBridge
 
getString(A) - Method in interface org.gxml.xs.SmAtomBridge
Converts the atom, assumed to be an implementation xs:string, to get a string value.
getStringValue() - Method in interface org.gxml.sa.GxCursor
 
getStringValue(N) - Method in interface org.gxml.sa.GxModel
Returns the dm:string-value property of the node.
getStringValue() - Method in interface org.gxml.sa.GxReader
 
getStringValue() - Method in interface org.gxml.u.GuCursor
 
getStringValue(N) - Method in interface org.gxml.u.GuModel
Returns the dm:string-value property of the node.
getStringValue() - Method in interface org.gxml.u.GuReader
 
getStringValue(N) - Method in interface org.gxml.xdm.Model
Returns the dm:string-value property of the node.
getSubstitutionGroup() - Method in interface org.gxml.xs.SmElement
The element declaration resolved to by the actual value of the substitutionGroup [attribute], if present, otherwise null.
getSubstitutionGroupExclusions() - Method in interface org.gxml.xs.SmElement
Returns the set of derivation methods that are final.
getSubstitutionGroupMembers() - Method in interface org.gxml.xs.SmElement
Returns the elements that are members of the group with this element as the head.
getSymbolValue(N) - Method in interface org.gxml.sa.GxModel
Equivalent to GxModel.getStringValue(N) followed by symbolize.
getSystemId() - Method in interface org.gxml.xs.SmNotation
Returns the notation's {system identifier} property.
getTargetNamespace() - Method in interface org.gxml.xs.SmComponent
The {target namespace} property.
getTargetNamespace() - Method in interface org.gxml.xs.SmType
The {target namespace} property.
getTargetType() - Method in exception org.gxml.sa.GxAtomCastException
Returns the target data type name.
getTargetType() - Method in exception org.gxml.xs.SmAtomCastException
 
getTerm() - Method in interface org.gxml.xs.SmElementUse
 
getTerm() - Method in interface org.gxml.xs.SmModelGroupUse
 
getTerm() - Method in interface org.gxml.xs.SmParticle
Returns the {particle term} property for this particle.
getTerm() - Method in interface org.gxml.xs.SmWildcardUse
 
getTotalDigits() - Method in interface org.gxml.xs.SmTotalDigits
 
getType() - Method in interface org.gxml.sa.GxCursor
 
getType(SmNativeType) - Method in interface org.gxml.sa.GxMetaBridge
Returns the specified type definition given a built in type.
getType() - Method in interface org.gxml.xs.SmAttribute
 
getType() - Method in interface org.gxml.xs.SmAttributeNodeType
The {type definition} property.
getType() - Method in exception org.gxml.xs.SmDatatypeException
 
getType() - Method in interface org.gxml.xs.SmElement
The {type definition} property.
getType() - Method in interface org.gxml.xs.SmElementNodeType
The {type definition} property.
getType(String) - Static method in enum org.gxml.xs.SmNativeType
 
getTypeDefinition(SmName<S>) - Method in interface org.gxml.sa.GxMetaBridge
Returns the specified type definition.
getTypeDefinition(SmName<S>) - Method in interface org.gxml.xs.SmComponentProvider
Returns the SmType if it exists by the given name, otherwise null.
getTypeDefinition(SmNativeType) - Method in interface org.gxml.xs.SmComponentProvider
 
getTypeDefinition(SmName<S>) - Method in interface org.gxml.xs.SmMetaBridge
 
getTypeDefinition(SmNativeType) - Method in interface org.gxml.xs.SmMetaBridge
 
getTypeDefinition(S) - Method in interface org.gxml.xs.SmNamespace
 
getTypeDefinition(SmName<S>) - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
getTypeDefinition(SmNativeType) - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
getTypedValue() - Method in interface org.gxml.sa.GxCursor
 
getTypedValue(N) - Method in interface org.gxml.sa.GxModel
Returns the dm:typed-value property of the node paying attention to the emulation mode in cases where it is neccessary to serialize a typed-value to a string-value.
getTypedValue() - Method in interface org.gxml.sa.GxReader
 
getTypeName(N) - Method in interface org.gxml.sa.GxModel
Gets the type name of an element or attribute node.
getUBoundStep() - Method in interface org.gxml.xs.SmRestrictedXPath
Returns the index of the highest step.
getURI(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getURI(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getValue() - Method in interface org.gxml.xs.SmEnumeration
A set of values from the value space of the base type definition.
getValue() - Method in interface org.gxml.xs.SmLength
 
getValue() - Method in interface org.gxml.xs.SmPattern
 
getValue() - Method in class org.gxml.xs.SmValueConstraint
 
getValueConstraint() - Method in interface org.gxml.xs.SmHasValueConstraint
Returns the {value constraint} property, may be null.
getVariantBridge() - Method in interface org.gxml.sa.GxProcessingContext
Returns the bridge used for value handles.
getWhiteSpacePolicy() - Method in interface org.gxml.xs.SmSimpleType
 
getWildcard() - Method in interface org.gxml.xs.SmAttributeGroup
Returns the {attribute wildcard} property of this Attribute Group Definition.
getWildcard() - Method in interface org.gxml.xs.SmContentFiniteStateMachine
Returns a wildcard if a wildcard is matched.
getXPath10Form(A) - Method in interface org.gxml.sa.GxAtomBridge
Returns the XPath 1.0 string representation of the atomic value.
getXPath10Form(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getXQuery10Form(A) - Method in interface org.gxml.sa.GxAtomBridge
Returns the XQuery 1.0 string representation of the atomic value.
getXQuery10Form(A) - Method in interface org.gxml.xs.SmAtomBridge
 
getYear(A) - Method in interface org.gxml.sa.GxAtomBridge
 
getYear(A) - Method in interface org.gxml.xs.SmAtomBridge
 
GuAbortException - Exception in org.gxml.u
This exception arises when a choice is made to abort the current processing.
GuAbortException(Throwable) - Constructor for exception org.gxml.u.GuAbortException
 
GuApplication<N> - Interface in org.gxml.u
The application acts as the factory for processing contexts.
GuContentHandler - Interface in org.gxml.u
Receive notification of the logical content of an XML tree.
GuCursor<N> - Interface in org.gxml.u
A cursor is a random-access representation of an XML tree with the unique property that it moves over the underlying data model without forcing the implementation to provide object handles for each node visited.
GuEventKind - Enum in org.gxml.u
Enumeration representing possible kinds of events in a sequential read of an XDM tree.
GuException - Exception in org.gxml.u
 
GuException(Throwable) - Constructor for exception org.gxml.u.GuException
 
GuFragmentBuilder<N> - Interface in org.gxml.u
An instance of this interface assembles the events into an XML tree representation.
GuMarshalException - Exception in org.gxml.u
A wrapper class over implementation exceptions relating to well-formedness during parsing.
GuMarshalException(Throwable) - Constructor for exception org.gxml.u.GuMarshalException
 
GuModel<N> - Interface in org.gxml.u
The model provides the tree API.
GuProcessingContext<N> - Interface in org.gxml.u
The processing context is a factory for new XML documents and adapters.
GuReadable<N> - Interface in org.gxml.u
Implementing this interface allows an object to provide a enumeration of sequential XML events.
GuReader - Interface in org.gxml.u
A reader provides sequential, forward-only, access to an XML tree.
GuTree<N> - Interface in org.gxml.u
A virtual XML tree for which the access mode has not been determined.
GuWritable<N> - Interface in org.gxml.u
Defines an XML abstraction as being able to be written to a GuContentHandler.
GxAbortException - Exception in org.gxml.sa
This exception arises when a choice is made to abort the current processing.
GxAbortException(Throwable) - Constructor for exception org.gxml.sa.GxAbortException
 
GxApplication<I,U,N extends I,A extends I,S,T,X> - Interface in org.gxml.sa
 
GxAtomBridge<A,S> - Interface in org.gxml.sa
A part of the bridge that provides access to the system of atomic values.
GxAtomCastException - Exception in org.gxml.sa
Exception arising during the casting or parsing of atomic values.
GxAtomCastException(String, QName, QName, Throwable) - Constructor for exception org.gxml.sa.GxAtomCastException
 
GxAtomCastException(String, QName, QName) - Constructor for exception org.gxml.sa.GxAtomCastException
 
GxContentFilter<A,S,T> - Interface in org.gxml.sa
Implemented by components that handle and supply XQuery Data Model (XDM) Content.
GxContentHandler<A,S,T> - Interface in org.gxml.sa
 
GxContentSupplier<A,S,T> - Interface in org.gxml.sa
 
GxCursor<N,A,S,T> - Interface in org.gxml.sa
 
GxEventKind - Enum in org.gxml.sa
Enumeration representing possible types of events in the XQuery Data Model.
GxException - Exception in org.gxml.sa
 
GxException() - Constructor for exception org.gxml.sa.GxException
 
GxException(String) - Constructor for exception org.gxml.sa.GxException
 
GxException(String, Throwable) - Constructor for exception org.gxml.sa.GxException
 
GxException(Throwable) - Constructor for exception org.gxml.sa.GxException
 
GxFragmentBuilder<N,A,S,T> - Interface in org.gxml.sa
 
GxMarshalException - Exception in org.gxml.sa
A wrapper class over implementation exceptions relating to well-formedness during parsing.
GxMarshalException(Throwable) - Constructor for exception org.gxml.sa.GxMarshalException
 
GxMetaBridge<A,S,T> - Interface in org.gxml.sa
A processing context parameterized by atom(s) and type(s).
GxMetaVisitor<A,S,T> - Interface in org.gxml.sa
 
GxModel<N,A,S,T> - Interface in org.gxml.sa
Aspect of the data model interface providing read-only access to the XQuery Data Model tree.
GxNameBridge<S> - Interface in org.gxml.sa
The name bridge provides reliable support for symbols.
GxNamespaceBinding<S> - Class in org.gxml.sa
An association of a prefix with a namespace-uri.
GxNamespaceBinding(String, S, GxNameBridge<S>) - Constructor for class org.gxml.sa.GxNamespaceBinding
 
GxNamespaceResolver<S> - Interface in org.gxml.sa
Namespace-uri to prefix resolver.
GxProcessingContext<I,U,N extends I,A extends I,S,T,X> - Interface in org.gxml.sa
A processing context parameterized by atom(s) and type(s).
GxQuantifier - Enum in org.gxml.sa
The quantifier approximates the possible number of items in a sequence type with the occurrence indicators supported by the XPath/XQuery type system (?, +, *).
GxReadable<I,U,N extends I,A extends I,S,T,X> - Interface in org.gxml.sa
 
GxReader<A,S,T> - Interface in org.gxml.sa
 
GxResolver - Interface in org.gxml.sa
Resolves requests for XML documents based upon a URI.
GxSequenceFilter<A,S,T> - Interface in org.gxml.sa
 
GxSequenceHandler<A,S,T> - Interface in org.gxml.sa
Event handler for serializing an XQuery Data Model as a stream.
GxSequenceSupplier<A,S,T> - Interface in org.gxml.sa
 
GxTree<I,U,N extends I,A extends I,S,T,X> - Interface in org.gxml.sa
A virtual XML tree for which the access mode has not been determined.
GxVariantBridge<I,N extends I,A extends I,X> - Interface in org.gxml.sa
 
GxVariantKind - Enum in org.gxml.sa
Used to indicate the nature of Data Model sequences.
GxWritable<I,U,N extends I,A extends I,S,T,X> - Interface in org.gxml.sa
Defines an XML abstraction as being able to be written to a GxContentHandler.

H

handle(SmSequenceType<A, S>) - Method in interface org.gxml.sa.GxMetaBridge
Converts the specified type into an opaque handle.
hasAttributeDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
hasAttributeDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmComponentDetector
Determines whether the specified attribute declaration exists.
hasAttributeGroup(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
hasAttributeGroup(SmName<S>) - Method in interface org.gxml.xs.SmComponentDetector
Determines whether the specified attribute group definition exists.
hasAttributes() - Method in interface org.gxml.sa.GxCursor
 
hasAttributes(N) - Method in interface org.gxml.sa.GxModel
Determines whether there are attribute nodes on the attribute axis for this node.
hasAttributes() - Method in interface org.gxml.u.GuCursor
 
hasAttributes(N) - Method in interface org.gxml.u.GuModel
Determines whether there are nodes on the attribute axis for this node.
hasAttributes() - Method in interface org.gxml.u.GuReader
 
hasAttributeUses() - Method in interface org.gxml.xs.SmAttributeGroup
Determines whether the {attribute uses} property is non-empty.
hasChildren() - Method in interface org.gxml.sa.GxCursor
 
hasChildren(N) - Method in interface org.gxml.sa.GxModel
Determines whether there are nodes on the child axis for this node.
hasChildren() - Method in interface org.gxml.u.GuCursor
 
hasChildren(N) - Method in interface org.gxml.u.GuModel
Determines whether there are nodes on the child axis for this node.
hasComplexType(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
hasComplexType(SmName<S>) - Method in interface org.gxml.xs.SmComponentDetector
Determines whether the specified Complextype definition exists.
hasElementDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
hasElementDeclaration(SmName<S>) - Method in interface org.gxml.xs.SmComponentDetector
Determines whether the specified element declaration exists.
hasEnumerations() - Method in interface org.gxml.xs.SmSimpleType
 
hasFacetOfKind(SmFacetKind) - Method in interface org.gxml.xs.SmSimpleType
 
hasFacets() - Method in interface org.gxml.xs.SmSimpleType
 
hashCode() - Method in class org.gxml.xs.SmName
 
hasIdentityConstraint(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
hasIdentityConstraint(SmName<S>) - Method in interface org.gxml.xs.SmComponentDetector
Determines whether the specified identity-constraint definition exists.
hasIdentityConstraints() - Method in interface org.gxml.xs.SmElement
Determines (quickly) whether this element has {identity-constraints definitions}.
hasModelGroup(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
hasModelGroup(SmName<S>) - Method in interface org.gxml.xs.SmComponentDetector
Determines whether the specified model group definition exists.
hasNamespaces() - Method in interface org.gxml.sa.GxCursor
 
hasNamespaces(N) - Method in interface org.gxml.sa.GxModel
Determines whether prefix to namespace mappings exist for this node.
hasNamespaces() - Method in interface org.gxml.u.GuCursor
 
hasNamespaces(N) - Method in interface org.gxml.u.GuModel
Determines whether there are prefix-to-namespace mappings for this node.
hasNamespaces() - Method in interface org.gxml.u.GuReader
 
hasNext() - Method in interface org.gxml.sa.GxReader
Returns true if there are more parsing events and false if there are no more events.
hasNext() - Method in interface org.gxml.u.GuReader
Determines whether there are more events to be read.
hasNextSibling() - Method in interface org.gxml.sa.GxCursor
 
hasNextSibling(N) - Method in interface org.gxml.sa.GxModel
Determines whether there are nodes on the following-sibling axis for this node.
hasNextSibling() - Method in interface org.gxml.u.GuCursor
 
hasNextSibling(N) - Method in interface org.gxml.u.GuModel
Determines whether the node has a following sibling.
hasNotation(SmName<S>) - Method in interface org.gxml.xs.SmComponentDetector
Determines whether the specified notation declaration exists.
hasParent() - Method in interface org.gxml.sa.GxCursor
 
hasParent(N) - Method in interface org.gxml.sa.GxModel
Determines whether there are nodes on the parent axis for this node.
hasParent() - Method in interface org.gxml.u.GuCursor
 
hasParent(N) - Method in interface org.gxml.u.GuModel
Determines whether there are nodes on the parent axis for this node.
hasPatterns() - Method in interface org.gxml.xs.SmSimpleType
Determines whether this derivation step has pattern facets.
hasPreviousSibling() - Method in interface org.gxml.sa.GxCursor
 
hasPreviousSibling(N) - Method in interface org.gxml.sa.GxModel
Determines whether there are nodes on the preceding-sibling axis for this node.
hasPreviousSibling() - Method in interface org.gxml.u.GuCursor
 
hasPreviousSibling(N) - Method in interface org.gxml.u.GuModel
Determines whether the node has a preceding sibling.
hasSimpleType(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
hasSimpleType(SmName<S>) - Method in interface org.gxml.xs.SmComponentDetector
Determines whether the specified Simple type definition exists.
hasSubstitutionGroup() - Method in interface org.gxml.xs.SmElement
Determines whether this element declaration is affiliated with a substitution group.
hasSubstitutionGroupMembers() - Method in interface org.gxml.xs.SmElement
Determines if the substitution group, with this element as the head, has members.
hasTypeDefinition(SmName<S>) - Method in interface org.gxml.xs.SmCache
 
hasTypeDefinition(SmName<S>) - Method in interface org.gxml.xs.SmComponentDetector
Determines whether the specified type definition exists.

I

ignorableWhitespace(String) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of ignorable whitespace in element content.
in(GxQuantifier...) - Method in enum org.gxml.sa.GxQuantifier
Determines whether this quantifier is contained in the specified set of quantifiers.
in(SmQuantifier...) - Method in enum org.gxml.xs.SmQuantifier
Determines whether this quantifier is contained in the specified set of quantifiers.
include(Set<S>, SmNameBridge<S>) - Static method in class org.gxml.xs.SmNamespaceConstraint
Constructs a namespace constraint equivalent to allowing a set of namespaces.
integerValue(BigInteger) - Method in interface org.gxml.sa.GxVariantBridge
 
interleave(T, T) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting the interleave of two types.
interleave(SmSequenceType<A, S>, SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
interleaveType(T, T, T) - Method in interface org.gxml.sa.GxMetaVisitor
 
intersection(SmName<S>, SmName<S>) - Static method in class org.gxml.xs.SmName
 
intersection(SmNamespaceConstraint<S>) - Method in class org.gxml.xs.SmNamespaceConstraint
Calculates the intersection of this namespace constraint and another namespace constraint.
isA(SmNativeType) - Method in enum org.gxml.xs.SmNativeType
Determines whether this type is equal to or derived from the specified type.
isAbstract() - Method in interface org.gxml.xs.SmElement
Returns the {abstract} property for this element.
isAbstract() - Method in interface org.gxml.xs.SmType
Returns the {abstract} property of this type.
isAll() - Method in enum org.gxml.xs.SmModelGroup.SmCompositor
 
isAnonymous() - Method in interface org.gxml.xs.SmComponent
A component is anonymous if it does not explicity have a name in a schema document.
isAnonymous() - Method in interface org.gxml.xs.SmType
 
isAny() - Method in enum org.gxml.xs.SmNamespaceConstraint.Mode
 
isAtom(I) - Method in interface org.gxml.sa.GxProcessingContext
Determines whether the item is an atom.
isAtomicUrType() - Method in interface org.gxml.xs.SmType
Returns whether this type is the Atomic Ur-Type.
isAttribute() - Method in interface org.gxml.xs.SmRestrictedXPath
returns true if path ended with "@something"
isChoice() - Method in enum org.gxml.xs.SmModelGroup.SmCompositor
 
isChoice() - Method in interface org.gxml.xs.SmPrimeType
 
isCollapse() - Method in enum org.gxml.xs.SmWhiteSpacePolicy
 
isComplex() - Method in interface org.gxml.xs.SmContentType
Returns true if the {content type} property is Complex (Mixed or Element Only).
isComplex() - Method in enum org.gxml.xs.SmContentTypeKind
 
isComplexUrType() - Method in interface org.gxml.xs.SmType
Returns whether this type is the Complex Ur-Type.
isContextNode(int) - Method in interface org.gxml.xs.SmRestrictedXPath
Determines whether the step specified is "." which is shorthand for "self::node()".
isDefault() - Method in enum org.gxml.xs.SmValueConstraint.Kind
 
isDeterminate() - Method in enum org.gxml.xs.SmCompareKind
Returns true if the ordering can be determined, otherwise false.
isElementMatch() - Method in interface org.gxml.xs.SmContentFiniteStateMachine
Determines whether the last step matched an element declaration.
isElementOnly() - Method in interface org.gxml.xs.SmContentType
Returns true if the {content type} property is Element Only.
isElementOnly() - Method in enum org.gxml.xs.SmContentTypeKind
 
isEmptiable() - Method in interface org.gxml.xs.SmModelGroupUse
 
isEmpty(S) - Method in interface org.gxml.sa.GxNameBridge
Determines whether the specified symbol is equivalent to an empty string.
isEmpty() - Method in enum org.gxml.sa.GxQuantifier
 
isEmpty() - Method in interface org.gxml.xs.SmContentType
Returns true if the {content type} property is Empty.
isEmpty() - Method in enum org.gxml.xs.SmContentTypeKind
 
isEmpty(S) - Method in interface org.gxml.xs.SmNameBridge
 
isEmpty() - Method in enum org.gxml.xs.SmQuantifier
 
isExactlyOne() - Method in enum org.gxml.sa.GxQuantifier
 
isExactlyOne() - Method in enum org.gxml.xs.SmQuantifier
 
isExclude() - Method in enum org.gxml.xs.SmNamespaceConstraint.Mode
 
isExtension() - Method in enum org.gxml.xs.SmDerivationMethod
 
isFinal(SmDerivationMethod) - Method in interface org.gxml.xs.SmType
Determines whether a particular derivation method is final.
isFixed() - Method in interface org.gxml.xs.SmFacet
Determines whether the facet is fixed.
isFixed() - Method in enum org.gxml.xs.SmValueConstraint.Kind
 
isForeignAtom(A) - Method in interface org.gxml.sa.GxAtomBridge
Determines whether the specified atom is foreign (non native).
isForeignAtom(A) - Method in interface org.gxml.xs.SmAtomBridge
 
isGregorian() - Method in enum org.gxml.xs.SmNativeType
true if this type is ultimately derived from one of the Gregorian types, otherwise false.
isID(N) - Method in interface org.gxml.sa.GxModel
Returns true if the node is an XML ID.
isID() - Method in enum org.gxml.xs.SmNativeType
true if this type is ultimately derived from xs:ID, otherwise false.
isID() - Method in interface org.gxml.xs.SmSimpleType
Returns whether this type is derived from xs:ID
isIDREF() - Method in enum org.gxml.xs.SmNativeType
true if this type is ultimately derived from xs:IDREF, otherwise false.
isIDREF() - Method in interface org.gxml.xs.SmSimpleType
Returns whether this type is derived from xs:IDREF
isIDREFS(N) - Method in interface org.gxml.sa.GxModel
Returns true if the node is an XML IDREF or IDREFS.
isIDREFS() - Method in interface org.gxml.xs.SmSimpleType
Returns whether this type is derived from xs:IDREFS
isInclude() - Method in enum org.gxml.xs.SmNamespaceConstraint.Mode
 
isKey() - Method in enum org.gxml.xs.SmIdentityConstraintKind
 
isKeyRef() - Method in enum org.gxml.xs.SmIdentityConstraintKind
 
isList() - Method in enum org.gxml.xs.SmDerivationMethod
 
isListType() - Method in interface org.gxml.xs.SmSimpleType
 
isMaxOccursUnbounded() - Method in interface org.gxml.xs.SmParticle
Returns true if the {max occurs} property is unbounded.
isMixed() - Method in interface org.gxml.xs.SmContentType
Returns true if the {content type} property is Mixed.
isMixed() - Method in enum org.gxml.xs.SmContentTypeKind
 
isNative() - Method in interface org.gxml.xs.SmPrimeType
 
isNative() - Method in interface org.gxml.xs.SmType
Returns whether this type is a built-in type.
isNillable() - Method in interface org.gxml.xs.SmElementNodeType
Returns the {nillable} property for this element.
isNode(I) - Method in interface org.gxml.sa.GxProcessingContext
Determines whether the item is a node.
isNoNamespaceSchemaLocation(S) - Method in interface org.gxml.xs.SmNameBridge
 
isNone() - Method in enum org.gxml.sa.GxQuantifier
 
isNone() - Method in interface org.gxml.xs.SmPrimeType
Determines whether this type is the "none" type.
isNone() - Method in enum org.gxml.xs.SmQuantifier
 
isNumeric() - Method in enum org.gxml.xs.SmNativeType
true if this type is ultimately derived from xs:double, xs:float or xs:decimal, otherwise false.
isOptional() - Method in enum org.gxml.sa.GxQuantifier
 
isOptional() - Method in enum org.gxml.xs.SmQuantifier
 
isPreserve() - Method in enum org.gxml.xs.SmWhiteSpacePolicy
 
isRelocatable() - Method in interface org.gxml.xs.SmRestrictedXPath
returns true if path started with ".//"
isReplace() - Method in enum org.gxml.xs.SmWhiteSpacePolicy
 
isRequired() - Method in interface org.gxml.xs.SmAttributeUse
Returns the {required} property.
isRestriction() - Method in enum org.gxml.xs.SmDerivationMethod
 
isSameNode(N, N) - Method in interface org.gxml.sa.GxModel
Determines whether the two nodes represent the same nodes based upon identity.
isSameNode(GuCursor<N>) - Method in interface org.gxml.u.GuCursor
Determines whether the current node is identically equal to the node specified by the argument.
isSameNode(N, N) - Method in interface org.gxml.u.GuModel
Determines whether the two nodes represent the same nodes based upon identity.
isSequence() - Method in enum org.gxml.xs.SmModelGroup.SmCompositor
 
isSimple() - Method in interface org.gxml.xs.SmContentType
Returns true if the {content type} property is Simple.
isSimple() - Method in enum org.gxml.xs.SmContentTypeKind
 
isSimpleUrType() - Method in interface org.gxml.xs.SmType
Returns whether this type is the Simple Ur-Type.
isSubset(SmNamespaceConstraint<S>) - Method in class org.gxml.xs.SmNamespaceConstraint
Determines whether this namespace constraint is a subset of another namespace constraint.
isSubstitution() - Method in enum org.gxml.xs.SmDerivationMethod
 
isUnion() - Method in enum org.gxml.xs.SmDerivationMethod
 
isUnionType() - Method in interface org.gxml.xs.SmSimpleType
 
isUnique() - Method in enum org.gxml.xs.SmIdentityConstraintKind
 
isUrType() - Method in enum org.gxml.xs.SmNativeType
Returs true if the type is one of xs:anyType, xs:anySimpleType or xs:anyAtomicType.
isW3cXmlSchemaInstanceNamespaceURI(S) - Method in interface org.gxml.xs.SmNameBridge
 
isW3cXmlSchemaNamespaceURI(S) - Method in interface org.gxml.xs.SmNameBridge
 
isWhiteSpace(A) - Method in interface org.gxml.sa.GxAtomBridge
Determines whether the specified atom represents XML white space.
isWhiteSpace(A) - Method in interface org.gxml.xs.SmAtomBridge
 
isWildcardLocalName(int) - Method in interface org.gxml.xs.SmRestrictedXPath
 
isWildcardMatch() - Method in interface org.gxml.xs.SmContentFiniteStateMachine
Determines whether the last step matched a wildcard.
isWildcardNamespace(int) - Method in interface org.gxml.xs.SmRestrictedXPath
 
isXmlNamespaceURI(S) - Method in interface org.gxml.sa.GxNameBridge
 
isXsiNil(S) - Method in interface org.gxml.xs.SmNameBridge
 
isXsiSchemaLocation(S) - Method in interface org.gxml.xs.SmNameBridge
 
isXsiType(S) - Method in interface org.gxml.xs.SmNameBridge
 
item(I) - Method in interface org.gxml.sa.GxVariantBridge
 
item() - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
itemArray(int) - Method in interface org.gxml.sa.GxProcessingContext
Allocates an empty array of items.
itemSet(Iterable<? extends I>) - Method in interface org.gxml.sa.GxVariantBridge
 
itemSet() - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
itemType() - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting a single item.
itemType() - Method in interface org.gxml.xs.SmMetaBridge
 

L

load(URI, InputStream, URI, SmExceptionHandler, SmMetaLoadArgs) - Method in interface org.gxml.sa.GxMetaBridge
Loads a top-level schema from a byte stream.
load(URI, InputStream, URI, SmExceptionHandler, SmMetaLoadArgs) - Method in interface org.gxml.xs.SmMetaBridge
 
loadFromNoNamespaceSchemaLocation(URI, URI, SmMetaLoadArgs) - Method in interface org.gxml.sa.GxMetaBridge
Loads schema components into this processing context from the specified schemaLocation.
loadFromNoNamespaceSchemaLocation(URI, URI, SmMetaLoadArgs) - Method in interface org.gxml.xs.SmMetaBridge
 
loadFromSchemaLocation(URI, URI, URI, SmMetaLoadArgs) - Method in interface org.gxml.sa.GxMetaBridge
Loads schema components into this processing context from the specified namespace and schemaLocation.
loadFromSchemaLocation(URI, URI, URI, SmMetaLoadArgs) - Method in interface org.gxml.xs.SmMetaBridge
 
LocalizableException - Exception in org.gxml.i18n
 
LocalizableException() - Constructor for exception org.gxml.i18n.LocalizableException
 
LocalizableMessage - Interface in org.gxml.i18n
An interface for messages that allows the locale to be specified.
lookup(int) - Static method in enum org.gxml.xs.SmCompareKind
Converts a signum value into an enumeration value according to the following table:
lookup signum SmCompareKind.BEFORE negative SmCompareKind.EQUAL zero (0) SmCompareKind.AFTER positive

M

makeForeignAtom(SmName<S>, A) - Method in interface org.gxml.sa.GxAtomBridge
 
makeForeignAtom(SmName<S>, A) - Method in interface org.gxml.xs.SmAtomBridge
 
matches(NodeKind, S, S) - Method in interface org.gxml.sa.GxCursor
 
matches(N, NodeKind, S, S) - Method in interface org.gxml.sa.GxModel
Determines whether the specified node matches in kind and name.
matches(NodeKind, String, String) - Method in interface org.gxml.u.GuCursor
Deterimines whether the cursor matches the arguments.
matches(N, NodeKind, String, String) - Method in interface org.gxml.u.GuModel
Deterimines whether the specified node matches the arguments.
matches(String) - Method in interface org.gxml.xs.SmRegExPattern
Determines whether the input matches this compiled regular expression pattern.
message(Iterable<? extends I>, boolean, GxProcessingContext<I, U, N, A, S, T, X>) - Method in interface org.gxml.sa.GxApplication
Implements the XSLT xsl:message function.
MessageLocalizer - Class in org.gxml.i18n
Utility class for obtaining a localized message given a ResourceBundleMessage.
MessageLocalizer() - Constructor for class org.gxml.i18n.MessageLocalizer
 
Model<N,S,Q> - Interface in org.gxml.xdm
An optional interface for gXML APIs designed to provide consistency.
moveTo(N) - Method in interface org.gxml.sa.GxCursor
 
moveTo(N) - Method in interface org.gxml.u.GuCursor
Positions the cursor at the specified bookmark.
moveToAttribute(S, S) - Method in interface org.gxml.sa.GxCursor
 
moveToAttribute(String, String) - Method in interface org.gxml.u.GuCursor
Moves to the attribute node with the specified expanded-QName.
moveToFirstChild() - Method in interface org.gxml.sa.GxCursor
 
moveToFirstChild() - Method in interface org.gxml.u.GuCursor
Moves the cursor to the first node along the child axis.
moveToFirstChildElement() - Method in interface org.gxml.sa.GxCursor
 
moveToFirstChildElement() - Method in interface org.gxml.u.GuCursor
Moves the cursor to the first element along the child axis.
moveToFirstChildElementByName(S, S) - Method in interface org.gxml.sa.GxCursor
 
moveToFirstChildElementByName(String, String) - Method in interface org.gxml.u.GuCursor
Moves the cursor to the first element with the specified name along the child axis.
moveToLastChild() - Method in interface org.gxml.sa.GxCursor
 
moveToLastChild() - Method in interface org.gxml.u.GuCursor
Moves the cursor to the last node along the child axis.
moveToNextSibling() - Method in interface org.gxml.sa.GxCursor
 
moveToNextSibling() - Method in interface org.gxml.u.GuCursor
Moves the cursor to the next node along the following-sibling axis.
moveToNextSiblingElement() - Method in interface org.gxml.sa.GxCursor
 
moveToNextSiblingElement() - Method in interface org.gxml.u.GuCursor
Moves the cursor to the next element along the following-sibling axis.
moveToNextSiblingElementByName(S, S) - Method in interface org.gxml.sa.GxCursor
 
moveToNextSiblingElementByName(String, String) - Method in interface org.gxml.u.GuCursor
Moves the cursor to the next element along the following-sibling axis.
moveToParent() - Method in interface org.gxml.sa.GxCursor
 
moveToParent() - Method in interface org.gxml.u.GuCursor
Moves the cursor to the node along the parent axis.
moveToPreviousSibling() - Method in interface org.gxml.sa.GxCursor
 
moveToPreviousSibling() - Method in interface org.gxml.u.GuCursor
Moves the cursor to the next node along the preceding-sibling axis.
moveToRoot() - Method in interface org.gxml.sa.GxCursor
 
moveToRoot() - Method in interface org.gxml.u.GuCursor
Moves the cursor to the farthest node along the ancestor axis.
multiply(T, GxQuantifier) - Method in interface org.gxml.sa.GxMetaBridge
Multiplies the cardinality of the specified type by a specified cardinality.
multiply(SmSequenceType<A, S>, SmQuantifier) - Method in interface org.gxml.xs.SmMetaBridge
 
multiplyType(T, T, GxQuantifier) - Method in interface org.gxml.sa.GxMetaVisitor
 

N

name(QName) - Method in interface org.gxml.sa.GxNameBridge
Given an QName, return a corresponding SmName.
name(QName) - Method in interface org.gxml.xs.SmNameBridge
 
nameArray(int) - Method in interface org.gxml.sa.GxNameBridge
Allocates an empty array of symbols.
nameArray(int) - Method in interface org.gxml.xs.SmNameBridge
Allocates an empty array of symbols.
namespace(String, S) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of an namespace in the style of a lexical attribute.
namespace(String, String) - Method in interface org.gxml.u.GuContentHandler
Receive notification of an namespace in the style of a lexical attribute.
namespace() - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
namespaceAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the namespace axis.
namespaceAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
namespaceTest(T) - Method in interface org.gxml.sa.GxMetaBridge
Applies the namespace() test to the argument.
namespaceTest(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
namespaceType() - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting a single namespace node.
namespaceType(T) - Method in interface org.gxml.sa.GxMetaVisitor
 
namespaceType() - Method in interface org.gxml.xs.SmMetaBridge
 
nativeType(SmName<S>) - Method in interface org.gxml.sa.GxNameBridge
Given a name, return a corresponding SmNativeType.
nativeType(SmNativeType) - Method in interface org.gxml.sa.GxNameBridge
Given an SmNativeType, lookup a corresponding name.
nativeType(SmName<S>) - Method in interface org.gxml.xs.SmNameBridge
Given a name, return a corresponding SmNativeType.
nativeType(SmNativeType) - Method in interface org.gxml.xs.SmNameBridge
Given an SmNativeType, lookup a corresponding name.
newCursor(N) - Method in interface org.gxml.sa.GxProcessingContext
 
newCursor(N) - Method in interface org.gxml.u.GuProcessingContext
Returns a new GuCursor for navigating the XDM model.
newCursor(N) - Method in interface org.gxml.xdm.ProcessingContext
Returns a new cursor for navigating the XDM model.
newFragmentBuilder() - Method in interface org.gxml.sa.GxProcessingContext
Creates a new builder for creating tree fragments.
newFragmentBuilder() - Method in interface org.gxml.u.GuProcessingContext
Returns a new builder for constructing data models.
newProcessingContext() - Method in interface org.gxml.sa.GxApplication
Allocates a new processing context.
newProcessingContext() - Method in interface org.gxml.u.GuApplication
Allocates a new processing context.
newProcessingContext() - Method in interface org.gxml.xdm.Application
Allocates a new processing context.
newTypeParser() - Method in interface org.gxml.xs.SmSequenceTypeParserFactory
 
next() - Method in interface org.gxml.sa.GxReader
 
next() - Method in interface org.gxml.u.GuReader
Positions the reader to the next event.
nilled(N) - Method in interface org.gxml.sa.GxModel
Returns true if the node is "nilled".
node(I) - Method in interface org.gxml.sa.GxProcessingContext
Applies the node() test to the item.
node(N) - Method in interface org.gxml.sa.GxVariantBridge
 
node() - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
nodeArray(int) - Method in interface org.gxml.sa.GxModel
Allocates an empty array of nodes.
nodeArray(int) - Method in interface org.gxml.sa.GxProcessingContext
Allocates an empty array of nodes.
nodeArray(int) - Method in interface org.gxml.u.GuModel
Allocates an empty array of nodes.
NodeKind - Enum in org.gxml.xdm
Enumeration representing possible types of nodes in the XQuery Data Model.
nodeSet(Iterable<? extends N>) - Method in interface org.gxml.sa.GxVariantBridge
 
nodeTest(T) - Method in interface org.gxml.sa.GxMetaBridge
Applies the node() test to the argument.
nodeTest(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
nodeType() - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting a single node.
nodeType() - Method in interface org.gxml.xs.SmMetaBridge
 
noneType() - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting an error.
noneType(T) - Method in interface org.gxml.sa.GxMetaVisitor
 
noneType() - Method in interface org.gxml.xs.SmMetaBridge
 
normalize(String) - Method in interface org.gxml.xs.SmSimpleType
Normalize this type (simple types only).
NotAbsent(SmNameBridge<S>) - Static method in class org.gxml.xs.SmNamespaceConstraint
Internal Singleton for Not and Absent

O

oneOrMore(T) - Method in interface org.gxml.sa.GxMetaBridge
Multiply the cardinality of the specified type by optional (+).
oneOrMore(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
optional(T) - Method in interface org.gxml.sa.GxMetaBridge
Multiply the cardinality of the specified type by optional (?).
optional(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
org.gxml.i18n - package org.gxml.i18n
 
org.gxml.sa - package org.gxml.sa
 
org.gxml.u - package org.gxml.u
Provides the core API for gXML-U
org.gxml.xdm - package org.gxml.xdm
 
org.gxml.xs - package org.gxml.xs
 

P

parentAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the parent axis.
parentAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
parentAxis() - Method in interface org.gxml.xs.SmSequenceType
Returns the type of the parent XPath axis starting from this type.
parse(URI, InputStream, URI) - Method in interface org.gxml.xs.SmParser
 
parse(URI, InputStream, URI, SmParserHandler<A, S>) - Method in interface org.gxml.xs.SmParser
 
parse(String) - Method in interface org.gxml.xs.SmSequenceTypeParser
 
parseXPath(String, SmPrefixResolver<S>) - Method in interface org.gxml.xs.SmRestrictedXPathParser
 
PART_ATOMIC - Static variable in exception org.gxml.xs.SmDatatypeException
 
PART_FACET - Static variable in exception org.gxml.xs.SmDatatypeException
 
PART_INTERSECTION_NOT_EXPRESSIBLE - Static variable in exception org.gxml.xs.SmWildcardIntersectionException
 
PART_LIST - Static variable in exception org.gxml.xs.SmDatatypeException
 
PART_PATTERN - Static variable in exception org.gxml.xs.SmDatatypeException
 
PART_UNION - Static variable in exception org.gxml.xs.SmDatatypeException
 
PART_UNION_NOT_EXPRESSIBLE - Static variable in exception org.gxml.xs.SmWildcardUnionException
 
precedingAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the preceding axis.
precedingAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
precedingSiblingAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the preceding-sibling axis.
precedingSiblingAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
prime(T) - Method in interface org.gxml.sa.GxMetaBridge
Extracts all item types from the argument type and combines them into a choice.
prime(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
prime() - Method in interface org.gxml.xs.SmSequenceType
The prime method extracts all the item types from this type and combines them into a choice.
ProcessingContext<N,S,Q> - Interface in org.gxml.xdm
An optional interface for gXML APIs designed to provide consistency.
processingInstruction(String, String) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in interface org.gxml.u.GuContentHandler
Receive notification of a processing instruction.
processingInstruction(String) - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
processingInstructionTest(T, String) - Method in interface org.gxml.sa.GxMetaBridge
Applies the processing-instruction(name) test to the argument.
processingInstructionTest(SmSequenceType<A, S>, String) - Method in interface org.gxml.xs.SmMetaBridge
 
processingInstructionType(String) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting a single processing-instruction node.
processingInstructionType(T, String) - Method in interface org.gxml.sa.GxMetaVisitor
 
processingInstructionType(String) - Method in interface org.gxml.xs.SmMetaBridge
 
product(GxQuantifier) - Method in enum org.gxml.sa.GxQuantifier
 
product(SmQuantifier) - Method in enum org.gxml.xs.SmQuantifier
 
promotesTo(SmNativeType) - Method in enum org.gxml.xs.SmNativeType
Determines whether this type is equal to or derived from the specified type when promotions are included.

Q

quantifier(T) - Method in interface org.gxml.sa.GxMetaBridge
Approximates the possible number of items in the argument type.
quantifier(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
quantifier() - Method in interface org.gxml.xs.SmSequenceType
The quantifier method approximates the possible number of items in this type with the occurrence indicators supported by the [XPath/Xquery] type system (?, +, *).

R

reader() - Method in interface org.gxml.sa.GxReadable
Reterns a reader over a list of events.
reader() - Method in interface org.gxml.u.GuReadable
Reterns a reader over a list of events.
reset() - Method in interface org.gxml.sa.GxFragmentBuilder
 
reset() - Method in interface org.gxml.xs.SmCache
Clear the schema components so that this processing context may be recycled.
resolveInputStream(URI) - Method in interface org.gxml.sa.GxResolver
 
resolveInputStream(URI) - Method in interface org.gxml.xs.SmResolver
 
resolveLocation(URI, URI) - Method in interface org.gxml.xs.SmCatalog
 
resolveNamespaceAndSchemaLocation(URI, URI, URI) - Method in interface org.gxml.xs.SmCatalog
 
ResourceBundleMessage - Interface in org.gxml.i18n
This ResourceBundleMessage interface guarantees that a message can be localized using a locale.

S

sameAs(T, T) - Method in interface org.gxml.sa.GxMetaBridge
 
sameAs(SmSequenceType<A, S>, SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
schemaAttribute(SmName<S>) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting "schema-attribute(attributeName)".
schemaAttributeType(T, SmName<S>) - Method in interface org.gxml.sa.GxMetaVisitor
 
schemaElement(SmName<S>) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting "schema-element(elementName)".
schemaElementType(T, SmName<S>) - Method in interface org.gxml.sa.GxMetaVisitor
 
schemaType(SmName<S>) - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting "schema-type(typeName)".
selfAxis(T) - Method in interface org.gxml.sa.GxMetaBridge
Computes the type resulting from the application of the self axis.
selfAxis(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
setCatalog(SmCatalog) - Method in class org.gxml.xs.SmMetaLoadArgs
 
setCatalog(SmCatalog) - Method in interface org.gxml.xs.SmParser
 
setComponentProvider(SmComponentProvider<A, S>) - Method in interface org.gxml.xs.SmComponentConsumer
Set the SmComponentProvider for this class.
setGxContentHandler(GxContentHandler<A, S, T>) - Method in interface org.gxml.sa.GxContentSupplier
 
setGxSequenceHandler(GxSequenceHandler<A, S, T>) - Method in interface org.gxml.sa.GxSequenceSupplier
 
setOption(QName, String) - Method in class org.gxml.xs.SmMetaLoadArgs
 
setRegExCompiler(SmRegExCompiler) - Method in interface org.gxml.xs.SmParser
 
setResolver(SmResolver) - Method in class org.gxml.xs.SmMetaLoadArgs
 
setResolver(SmResolver) - Method in interface org.gxml.xs.SmParser
 
signum() - Method in enum org.gxml.xs.SmCompareKind
Returns an integer value according to the following table:
SmCompareKind signum SmCompareKind.BEFORE -1 SmCompareKind.EQUAL 0 SmCompareKind.AFTER +1 SmCompareKind.INDETERMINATE throws AssertionError
simpleUrType(T) - Method in interface org.gxml.sa.GxMetaVisitor
 
single() - Method in enum org.gxml.sa.GxQuantifier
Computes the quantifier for a type V when it is replaced by V[1] according to the following table:
this aggregate ? ? * ? 1 1 + 1 none none empty empty
single() - Method in enum org.gxml.xs.SmQuantifier
Computes the quantifier for a type V when it is replaced by V[1] according to the following table:
this aggregate ? ? * ? 1 1 + 1 none none empty empty
SmAbortException - Exception in org.gxml.xs
This exception arises when a choice is made to abort the current schema processing.
SmAbortException(SmException) - Constructor for exception org.gxml.xs.SmAbortException
 
SmAtomBridge<A,S> - Interface in org.gxml.xs
 
SmAtomCastException - Exception in org.gxml.xs
 
SmAtomCastException(String, SmName<?>, QName) - Constructor for exception org.gxml.xs.SmAtomCastException
 
SmAtomicType<A,S> - Interface in org.gxml.xs
 
SmAtomicUrType<A,S> - Interface in org.gxml.xs
Marker interface for the Atomic Ur-Type (xs:anyAtomicType).
SmAttribute<A,S> - Interface in org.gxml.xs
An attribute declaration, which may be global or local to some complex type.
SmAttributeGroup<A,S> - Interface in org.gxml.xs
An Attribute Group Definition Schema Component.
SmAttributeNodeType<A,S> - Interface in org.gxml.xs
 
SmAttributeUse<A,S> - Interface in org.gxml.xs
 
SmCache<A,S> - Interface in org.gxml.xs
 
SmCatalog - Interface in org.gxml.xs
 
SmChoiceType<A,S> - Interface in org.gxml.xs
 
SmCommentNodeType<A,S> - Interface in org.gxml.xs
 
SmCompareKind - Enum in org.gxml.xs
Enumeration representing possible results of comparisons.
SmComplexType<A,S> - Interface in org.gxml.xs
 
SmComplexUrType<A,S> - Interface in org.gxml.xs
Marker interface for the Complex Ur-Type (xs:anyType).
SmComponent<A,S> - Interface in org.gxml.xs
The common interface for all schema components (things that are named).
SmComponentConstraintException - Exception in org.gxml.xs
Abstract base class for all Schema Component Constraint exceptions.
SmComponentConstraintException(SmOutcome, String) - Constructor for exception org.gxml.xs.SmComponentConstraintException
 
SmComponentConstraintException(SmOutcome, String, SmException) - Constructor for exception org.gxml.xs.SmComponentConstraintException
 
SmComponentConsumer<A,S> - Interface in org.gxml.xs
Marker interface to show that a class can be connected to an SmComponentProvider according to the Dependency Injection pattern.
SmComponentDetector<S> - Interface in org.gxml.xs
A slice of a SmComponentProvider for deterimining whether a schema component exists.
SmComponentProvider<A,S> - Interface in org.gxml.xs
A collection of schema components accessible through their expanded-QName.
SmConcatType<A,S> - Interface in org.gxml.xs
 
SmContentFiniteStateMachine<A,S> - Interface in org.gxml.xs
State-machine abstraction used for XML content model validation of a child axis.
SmContentType<A,S> - Interface in org.gxml.xs
 
SmContentTypeKind - Enum in org.gxml.xs
The content model kind defines the combinations of elements and text nodes that may be included in the child axis of a type.
SmDataComponent<A,S> - Interface in org.gxml.xs
 
SmDatatypeException - Exception in org.gxml.xs
 
SmDatatypeException(String, SmSimpleType<?, ?>) - Constructor for exception org.gxml.xs.SmDatatypeException
 
SmDatatypeException(String, SmSimpleType<?, ?>, SmException) - Constructor for exception org.gxml.xs.SmDatatypeException
 
SmDerivationMethod - Enum in org.gxml.xs
Possible values for derivation and substitution methods.
SmDocumentNodeType<A,S> - Interface in org.gxml.xs
 
SmElement<A,S> - Interface in org.gxml.xs
The SmElement interface models an element declaration, which could be global within the schema or local to some other element.
SmElementNodeType<A,S> - Interface in org.gxml.xs
 
SmElementUse<A,S> - Interface in org.gxml.xs
 
SmEmptyType<A,S> - Interface in org.gxml.xs
 
SmEnumeration<A> - Interface in org.gxml.xs
 
SmException - Exception in org.gxml.xs
Base for W3C XML Schema exceptions.
SmException(SmOutcome, String) - Constructor for exception org.gxml.xs.SmException
 
SmException(SmOutcome, String, SmException) - Constructor for exception org.gxml.xs.SmException
 
SmExceptionCatcher - Class in org.gxml.xs
Implements SmExceptionHandler by catching all exceptions.
SmExceptionCatcher() - Constructor for class org.gxml.xs.SmExceptionCatcher
 
SmExceptionHandler - Interface in org.gxml.xs
 
SmExceptionThrower - Enum in org.gxml.xs
 
SmExprException - Exception in org.gxml.xs
 
SmExprException() - Constructor for exception org.gxml.xs.SmExprException
 
SmFacet<A,S> - Interface in org.gxml.xs
Common interface for all facets excluding xs:enumeration and xs:pattern.
SmFacetException - Exception in org.gxml.xs
 
SmFacetException() - Constructor for exception org.gxml.xs.SmFacetException
 
SmFacetException(SmOutcome) - Constructor for exception org.gxml.xs.SmFacetException
 
SmFacetKind - Enum in org.gxml.xs
 
SmFacetMinMaxException - Exception in org.gxml.xs
xs:maxExclusive, xs:maxInclusive, xs:minExclusive, xs:minInclusive
SmFacetMinMaxException(SmLimit<?, ?>, String) - Constructor for exception org.gxml.xs.SmFacetMinMaxException
 
SmFileLocation - Interface in org.gxml.xs
 
SmFractionDigits<A,S> - Interface in org.gxml.xs
 
SmHasValueConstraint<A> - Interface in org.gxml.xs
 
SmIdentityConstraint<A,S> - Interface in org.gxml.xs
Describes key/keyref/unique constraints on the schema.
SmIdentityConstraintKind - Enum in org.gxml.xs
 
SmInterleaveType<A,S> - Interface in org.gxml.xs
 
SmLength<A,S> - Interface in org.gxml.xs
 
SmLengthFacetUOM - Enum in org.gxml.xs
Indicates the Unit of Measure for the length facet of a simple type value.
SmLimit<A,S> - Interface in org.gxml.xs
 
SmListType<A,S> - Interface in org.gxml.xs
 
SmLocation - Interface in org.gxml.xs
Marker interface indicating the location in a source of schema components.
SmMaxLength<A,S> - Interface in org.gxml.xs
 
SmMetaBridge<A,S> - Interface in org.gxml.xs
 
SmMetaLoadArgs - Class in org.gxml.xs
Defines arguments that condition the loading of a schema.
SmMetaLoadArgs() - Constructor for class org.gxml.xs.SmMetaLoadArgs
 
SmMinLength<A,S> - Interface in org.gxml.xs
 
SmModelGroup<A,S> - Interface in org.gxml.xs
SmModelGroup represents a group of content sequences.
SmModelGroup.SmCompositor - Enum in org.gxml.xs
 
SmModelGroupUse<A,S> - Interface in org.gxml.xs
 
SmMultiplyType<A,S> - Interface in org.gxml.xs
 
SmName<S> - Class in org.gxml.xs
xs:QName representation using parameterized symbols for namespace-uri and local-name.
SmName(QName, SmNameBridge<S>) - Constructor for class org.gxml.xs.SmName
 
SmName(S, S, SmNameBridge<S>) - Constructor for class org.gxml.xs.SmName
 
SmName(S, S, String, SmNameBridge<S>) - Constructor for class org.gxml.xs.SmName
 
SmName(S, SmNameBridge<S>) - Constructor for class org.gxml.xs.SmName
 
SmNameBridge<S> - Interface in org.gxml.xs
 
SmNamespace<A,S> - Interface in org.gxml.xs
 
SmNamespaceConstraint<S> - Class in org.gxml.xs
Implementation for a {namespace constraint} property of a wildcard.
SmNamespaceConstraint.Mode - Enum in org.gxml.xs
 
SmNamespaceConvention<S> - Interface in org.gxml.xs
 
SmNamespaceNodeType<A,S> - Interface in org.gxml.xs
 
SmNamespaceResolver<S> - Interface in org.gxml.xs
 
SmNativeType - Enum in org.gxml.xs
Symbolic constants representing the built-in types in XML Schema Part 2:Datatypes.
SmNodeKind - Enum in org.gxml.xs
 
SmNodeType<A,S> - Interface in org.gxml.xs
 
SmNodeUrType<A,S> - Interface in org.gxml.xs
 
SmNoneType<A,S> - Interface in org.gxml.xs
 
SmNotation<A,S> - Interface in org.gxml.xs
Notation
SmOutcome - Enum in org.gxml.xs
 
SmParser<A,S> - Interface in org.gxml.xs
 
SmParserHandler<A,S> - Interface in org.gxml.xs
 
SmParticle<A,S> - Interface in org.gxml.xs
A particle is a component of a group.
SmParticleTerm<A,S> - Interface in org.gxml.xs
A marker interface for items that can be the term of a particle.
SmPattern - Interface in org.gxml.xs
 
SmPatternException - Exception in org.gxml.xs
xs:pattern
SmPatternException(SmPattern, String) - Constructor for exception org.gxml.xs.SmPatternException
 
SmPrefixResolver<S> - Interface in org.gxml.xs
 
SmPrimeChoiceType<A,S> - Interface in org.gxml.xs
 
SmPrimeMultiplyType<A,S> - Interface in org.gxml.xs
 
SmPrimeType<A,S> - Interface in org.gxml.xs
 
SmPrimeTypeKind - Enum in org.gxml.xs
The following enumerated constants are used by SmMetaBridge to classify the sequence type instance.
SmProcessContentsMode - Enum in org.gxml.xs
Process Contents controls the impact on assessment of the information items allowed by wildcards.
SmProcessingInstructionNodeType<A,S> - Interface in org.gxml.xs
 
SmQuantifier - Enum in org.gxml.xs
The quantifier approximates the possible number of items in a sequence type with the occurrence indicators supported by the XPath/XQuery type system (?, +, *).
SmRegExCompiler - Interface in org.gxml.xs
Regular Expression compiler providing an injectable implementation.
SmRegExException - Exception in org.gxml.xs
 
SmRegExException(Throwable, String) - Constructor for exception org.gxml.xs.SmRegExException
 
SmRegExPattern - Interface in org.gxml.xs
A compiled regular expression that may be used for pattern matching.
SmResolver - Interface in org.gxml.xs
 
SmRestrictedXPath<S> - Interface in org.gxml.xs
 
SmRestrictedXPathParser<S> - Interface in org.gxml.xs
 
SmSchema<A,S> - Interface in org.gxml.xs
 
SmScope - Enum in org.gxml.xs
 
SmSequenceType<A,S> - Interface in org.gxml.xs
 
SmSequenceTypeFactory<A,S> - Interface in org.gxml.xs
 
SmSequenceTypeParser<A,S> - Interface in org.gxml.xs
 
SmSequenceTypeParserFactory<A,S> - Interface in org.gxml.xs
 
SmSequenceTypeVisitor<A,S> - Interface in org.gxml.xs
 
SmSimpleType<A,S> - Interface in org.gxml.xs
 
SmSimpleTypeException - Exception in org.gxml.xs
 
SmSimpleTypeException(String, SmSimpleType<?, ?>, SmException) - Constructor for exception org.gxml.xs.SmSimpleTypeException
 
SmSimpleUrType<A,S> - Interface in org.gxml.xs
Marker interface for the Simple Ur-Type.
SmTextNodeType<A,S> - Interface in org.gxml.xs
 
SmTotalDigits<A,S> - Interface in org.gxml.xs
 
SmType<A,S> - Interface in org.gxml.xs
Represents all types in a schema, both simple types and complex types.
SmUnionType<A,S> - Interface in org.gxml.xs
 
SmValueConstraint<A> - Class in org.gxml.xs
A pair consisting of the value constraint kind and value.
SmValueConstraint(SmValueConstraint.Kind, List<? extends A>) - Constructor for class org.gxml.xs.SmValueConstraint
 
SmValueConstraint.Kind - Enum in org.gxml.xs
 
SmVisitor<A,S> - Interface in org.gxml.xs
A visitor of SmComponents.
SmWhiteSpacePolicy - Enum in org.gxml.xs
 
SmWildcard<A,S> - Interface in org.gxml.xs
SmWildcard represent wildcard terms of content models.
SmWildcardIntersectionException - Exception in org.gxml.xs
 
SmWildcardIntersectionException(String) - Constructor for exception org.gxml.xs.SmWildcardIntersectionException
 
SmWildcardIntersectionException(String, SmException) - Constructor for exception org.gxml.xs.SmWildcardIntersectionException
 
SmWildcardIntersectionNotExpressibleException - Exception in org.gxml.xs
 
SmWildcardIntersectionNotExpressibleException() - Constructor for exception org.gxml.xs.SmWildcardIntersectionNotExpressibleException
 
SmWildcardIntersectionNotExpressibleException(SmException) - Constructor for exception org.gxml.xs.SmWildcardIntersectionNotExpressibleException
 
SmWildcardUnionException - Exception in org.gxml.xs
 
SmWildcardUnionException(String) - Constructor for exception org.gxml.xs.SmWildcardUnionException
 
SmWildcardUnionNotExpressibleException - Exception in org.gxml.xs
 
SmWildcardUnionNotExpressibleException() - Constructor for exception org.gxml.xs.SmWildcardUnionNotExpressibleException
 
SmWildcardUse<A,S> - Interface in org.gxml.xs
 
startDocument(URI) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in interface org.gxml.u.GuContentHandler
Receive notification of the beginning of a document.
startElement(S, S, String, SmName<S>) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of the beginning of an element.
startElement(String, String, String) - Method in interface org.gxml.u.GuContentHandler
Receive notification of the beginning of an element.
startSequence() - Method in interface org.gxml.sa.GxSequenceHandler
Receive notification of the start of a sequence.
step(SmName<S>) - Method in interface org.gxml.xs.SmContentFiniteStateMachine
Steps the state machine upon arrival of an element with the specified name.
stream(boolean, boolean, GxContentHandler<A, S, T>) - Method in interface org.gxml.sa.GxCursor
 
stream(N, boolean, boolean, GxContentHandler<A, S, T>) - Method in interface org.gxml.sa.GxModel
Support for streaming a node to a GxContentHandler.
stringValue(String) - Method in interface org.gxml.sa.GxVariantBridge
Converts the Java object for xs:string to a polymorphic value.
subset(SmName<S>, SmName<S>) - Static method in class org.gxml.xs.SmName
 
subtype(T, T) - Method in interface org.gxml.sa.GxMetaBridge
Determines whether the actual type is a sub-type of the expected type.
subtype(SmSequenceType<A, S>, SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
subtype(SmPrimeType<A, S>) - Method in interface org.gxml.xs.SmPrimeType
 
sum(GxQuantifier) - Method in enum org.gxml.sa.GxQuantifier
 
sum(SmQuantifier) - Method in enum org.gxml.xs.SmQuantifier
 
symbolize(String) - Method in interface org.gxml.sa.GxNameBridge
Converts a String into a parametrized symbol.
symbolize(String) - Method in interface org.gxml.xs.SmNameBridge
 

T

text(List<? extends A>) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of character data.
text(String) - Method in interface org.gxml.sa.GxContentHandler
Receive notification of a text event with an untyped value (dm:string-value).
text(String) - Method in interface org.gxml.u.GuContentHandler
Receive notification of a text event.
text() - Method in interface org.gxml.xs.SmSequenceTypeFactory
 
textTest(T) - Method in interface org.gxml.sa.GxMetaBridge
Applies the text() test to the argument.
textTest(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
textType() - Method in interface org.gxml.sa.GxMetaBridge
Returns a type denoting a single text node.
textType(T) - Method in interface org.gxml.sa.GxMetaVisitor
 
textType() - Method in interface org.gxml.xs.SmMetaBridge
 
toQName() - Method in class org.gxml.xs.SmName
 
toString(T, GxNamespaceResolver<S>, S) - Method in interface org.gxml.sa.GxMetaBridge
Computes the String representation of the specified type in SequenceType syntax.
toString(S) - Method in interface org.gxml.sa.GxNameBridge
Converts a parametrized symbol into a String.
toString() - Method in class org.gxml.sa.GxNamespaceBinding
 
toString() - Method in enum org.gxml.sa.GxQuantifier
 
toString() - Method in class org.gxml.xs.SmName
 
toString(S) - Method in interface org.gxml.xs.SmNameBridge
 
toString() - Method in enum org.gxml.xs.SmQuantifier
 
trace(Iterable<? extends I>, String, GxProcessingContext<I, U, N, A, S, T, X>) - Method in interface org.gxml.sa.GxApplication
Implements the XQuery 1.0 and XPath 2.0 Functions and Operators fn:trace function.
typeArray(int) - Method in interface org.gxml.sa.GxMetaBridge
Allocates an empty array of types.

U

union(SmNamespaceConstraint<S>) - Method in class org.gxml.xs.SmNamespaceConstraint
Calculates the union of this namespace constraint and another namespace constraint.
uniqueTypeName() - Method in interface org.gxml.xs.SmCache
Allocates a new unique name for an "anonymous" type.
unparsedEntityPublicId(N, String) - Method in interface org.gxml.sa.GxModel
Returns the public identifier of an unparsed external entity declared in the specified document.
unparsedEntitySystemId(N, String) - Method in interface org.gxml.sa.GxModel
Returns the system identifier of an unparsed external entity declared in the specified document.

V

validate(List<? extends A>, SmSimpleType<A, S>) - Method in interface org.gxml.xs.SmFacet
Checks the passed typed value acccording to this facet.
validate(A, SmSimpleType<A, S>) - Method in interface org.gxml.xs.SmLimit
 
validate(String) - Method in interface org.gxml.xs.SmPattern
Checks the passed String value according to this pattern facet.
validate(List<? extends A>) - Method in interface org.gxml.xs.SmSimpleType
 
validate(String) - Method in interface org.gxml.xs.SmSimpleType
Determines whether the supplied string literal is valid with respect to this type definition and, if successful, calculates the value space representation of the literal.
validate(String, SmPrefixResolver<S>) - Method in interface org.gxml.xs.SmSimpleType
 
validateAtom(String) - Method in interface org.gxml.xs.SmAtomicType
 
valueArray(int) - Method in interface org.gxml.sa.GxVariantBridge
Allocates an empty array of values.
valueOf(String) - Static method in enum org.gxml.sa.GxEventKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.sa.GxQuantifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.sa.GxVariantKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.u.GuEventKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xdm.NodeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmCompareKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmContentTypeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmDerivationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmExceptionThrower
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmFacetKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmIdentityConstraintKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmLengthFacetUOM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmModelGroup.SmCompositor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmNamespaceConstraint.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmNativeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmNodeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmOutcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmPrimeTypeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmProcessContentsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmQuantifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmValueConstraint.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gxml.xs.SmWhiteSpacePolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gxml.sa.GxEventKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.sa.GxQuantifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.sa.GxVariantKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.u.GuEventKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xdm.NodeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmCompareKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmContentTypeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmDerivationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmExceptionThrower
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmFacetKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmIdentityConstraintKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmLengthFacetUOM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmModelGroup.SmCompositor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmNamespaceConstraint.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmNativeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmNodeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmOutcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmPrimeTypeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmProcessContentsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmQuantifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmValueConstraint.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gxml.xs.SmWhiteSpacePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
visit(SmNodeUrType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmDocumentNodeType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmCommentNodeType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmProcessingInstructionNodeType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmNamespaceNodeType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmTextNodeType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmElementNodeType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmElement<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmAtomicType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmAttributeNodeType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmAttribute<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmNoneType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmEmptyType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmChoiceType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmConcatType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmInterleaveType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmUnionType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmMultiplyType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmComplexType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmSimpleUrType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visit(SmListType<A, S>) - Method in interface org.gxml.xs.SmSequenceTypeVisitor
 
visitAttribute(SmAttribute<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitAttributeGroup(SmAttributeGroup<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitElement(SmElement<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitIdentityConstraint(SmIdentityConstraint<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitModelGroup(SmModelGroup<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitNotation(SmNotation<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitType(SmAtomicType<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitType(SmListType<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitType(SmUnionType<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitType(SmSimpleUrType<A, S>) - Method in interface org.gxml.xs.SmVisitor
 
visitType(SmComplexType<A, S>) - Method in interface org.gxml.xs.SmVisitor
 

W

wrapAtom(A) - Method in interface org.gxml.sa.GxAtomBridge
Promotes a single atom into an Iterable sequence containing the same single atom.
wrapAtom(A) - Method in interface org.gxml.xs.SmAtomBridge
 
write(GxContentHandler<A, S, T>) - Method in interface org.gxml.sa.GxWritable
Streams the contents of the tree to a GxContentHandler.
write(GuContentHandler) - Method in interface org.gxml.u.GuCursor
Support for streaming the current node to a GuContentHandler.
write(N, GuContentHandler) - Method in interface org.gxml.u.GuModel
Support for streaming a node to a GuContentHandler.
write(GuContentHandler) - Method in interface org.gxml.u.GuWritable
Streams the contents of the tree to a GuContentHandler.

Z

zeroOrMore(T) - Method in interface org.gxml.sa.GxMetaBridge
Multiply the cardinality of the specified type by optional (*).
zeroOrMore(SmSequenceType<A, S>) - Method in interface org.gxml.xs.SmMetaBridge
 
zeroOrOne() - Method in interface org.gxml.xs.SmPrimeType
 

A B C D E F G H I L M N O P Q R S T U V W Z

Copyright © 2009 Cloud Software Group, Inc. All Rights Reserved.