|
API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of XSequenceType in com.ibm.xml.xapi |
|---|
| Methods in com.ibm.xml.xapi that return XSequenceType | |
|---|---|
XSequenceType |
XSequenceTypeFactory.atomic(javax.xml.namespace.QName typeName,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches atomic items. |
XSequenceType |
XSequenceTypeFactory.attribute(javax.xml.namespace.QName attributeNameOrWildcard,
javax.xml.namespace.QName typeName,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches attributes. |
XSequenceType |
XSequenceTypeFactory.comment(XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches comments. |
XSequenceType |
XSequenceTypeFactory.documentNode(XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches document nodes. |
XSequenceType |
XSequenceTypeFactory.documentNodeWithElement(javax.xml.namespace.QName elementNameOrWildcard,
javax.xml.namespace.QName typeName,
boolean nillable,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches document nodes having exactly one element node matching a given element test. |
XSequenceType |
XSequenceTypeFactory.documentNodeWithSchemaElement(javax.xml.namespace.QName elementName,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches document nodes having exactly one element node matching a given schema-element test. |
XSequenceType |
XSequenceTypeFactory.element(javax.xml.namespace.QName elementNameOrWildcard,
javax.xml.namespace.QName typeName,
boolean nillable,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches elements |
XSequenceType |
XSequenceTypeFactory.emptySequence()
Creates a sequence type that matches the empty sequence. |
XSequenceType[] |
XStaticContext.getFunctionArgTypes(javax.xml.namespace.QName name,
int arity)
Get the function argument types. |
XSequenceType |
XStaticContext.getFunctionReturnType(javax.xml.namespace.QName name,
int arity)
Get the function return type. |
XSequenceType |
XStaticContext.getVariableType(javax.xml.namespace.QName name)
Get the type of a variable binding. |
XSequenceType |
XSequenceTypeFactory.item(XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches items. |
XSequenceType |
XSequenceTypeFactory.node(XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches nodes.. |
XSequenceType |
XSequenceTypeFactory.processingInstruction(javax.xml.namespace.QName piNCName,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches processing instructions. |
XSequenceType |
XSequenceTypeFactory.schemaAttribute(javax.xml.namespace.QName attributeName,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches schema attributes. |
XSequenceType |
XSequenceTypeFactory.schemaElement(javax.xml.namespace.QName elementName,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches schema elements. |
XSequenceType |
XSequenceTypeFactory.text(XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches text nodes. |
| Methods in com.ibm.xml.xapi with parameters of type XSequenceType | |
|---|---|
void |
XStaticContext.declareFunction(javax.xml.namespace.QName name,
XSequenceType type,
XSequenceType... argTypes)
Add a function declaration where the return and argument values are sequences. |
void |
XStaticContext.declareFunction(javax.xml.namespace.QName name,
XSequenceType type,
XSequenceType... argTypes)
Add a function declaration where the return and argument values are sequences. |
void |
XStaticContext.declareVariable(javax.xml.namespace.QName name,
XSequenceType type)
Add a variable binding to the static context. |
|
IBM Copyright 2004-2008 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||