|
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(QName typeName,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches atomic items. |
XSequenceType |
XSequenceTypeFactory.attribute(QName attributeNameOrWildcard,
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(QName elementNameOrWildcard,
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(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(QName elementNameOrWildcard,
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(QName name,
int arity)
Get the function argument types. |
XSequenceType |
XStaticContext.getFunctionReturnType(QName name,
int arity)
Get the function return type. |
XSequenceType |
XStaticContext.getVariableType(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(QName piNCName,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches processing instructions. |
XSequenceType |
XSequenceTypeFactory.schemaAttribute(QName attributeName,
XSequenceType.OccurrenceIndicator cardinality)
Creates a sequence type that matches schema attributes. |
XSequenceType |
XSequenceTypeFactory.schemaElement(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(QName name,
XSequenceType type,
XSequenceType... argTypes)
Add a function declaration where the return and argument values are sequences. |
void |
XStaticContext.declareFunction(QName name,
XSequenceType type,
XSequenceType... argTypes)
Add a function declaration where the return and argument values are sequences. |
void |
XStaticContext.declareVariable(QName name,
XSequenceType type)
Add a variable binding to the static context. |
|
IBM Copyright 2004-2008 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |