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

A

ANYURI_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
append(XItemView) - Method in interface com.ibm.xml.xapi.XSequenceCursor
Create a new sequence cursor by appending the specified item to this sequence.
append(XSequenceCursor) - Method in interface com.ibm.xml.xapi.XSequenceCursor
Create a new sequence cursor by appending the items in the specified sequence to this sequence.
atomic(QName, XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches atomic items.
attribute(QName, QName, XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches attributes.

B

BASE64BINARY_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
bind(QName, Object) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, String) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, boolean) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, byte) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, byte[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, short) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, int) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, long) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, float) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, double) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, BigDecimal) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, BigInteger) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, QName) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, XMLGregorianCalendar) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, Duration) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind an atomic value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, Node) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a value to a variable (XPath, XQuery) or a param (XSLT).
bind(QName, Source) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a Source object as a value for a variable (XPath, XQuery) or a param (XSLT).
bind(QName, XItemView) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a single item value to a variable (XPath, XQuery) or a param (XSLT).
bindCollation(String, Locale) - Method in interface com.ibm.xml.xapi.XDynamicContext
Associates the specified collation URI with the java.text.Collator for the specified java.util.Locale.
bindCollation(String, Collator) - Method in interface com.ibm.xml.xapi.XDynamicContext
Associates the specified collation URI with the specified java.text.Collator.
bindFunction(QName, Method) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a function to a name.
bindFunction(QName, Method, Object) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a function to a name.
bindSequence(QName, String[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, boolean[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, byte[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT) depending on the type.
bindSequence(QName, byte[][]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, short[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, int[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, long[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, float[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, double[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, BigDecimal[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, BigInteger[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, QName[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, XMLGregorianCalendar[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, Duration[]) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
bindSequence(QName, XSequenceCursor) - Method in interface com.ibm.xml.xapi.XDynamicContext
Bind a sequence value to a variable (XPath, XQuery) or a param (XSLT).
BOOLEAN_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
BOUNDARY_SPACE_PRESERVE - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating the the boundary-space policy for expression evaluation is to preserve white spaces.
BOUNDARY_SPACE_STRIP - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating the the boundary-space policy for expression evaluation is to strip white spaces
BYTE_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

C

com.ibm.xml.xapi - package com.ibm.xml.xapi
 
comment(XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches comments.
compileXPath(String, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XPath expression into Java classes.
compileXPath(String, XStaticContext, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XPath expression into Java classes.
compileXPath(StreamSource, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XPath expression into Java classes.
compileXPath(StreamSource, XStaticContext, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XPath expression into Java classes.
compileXQuery(String, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XQuery expression into Java classes.
compileXQuery(String, XStaticContext, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XQuery expression into Java classes.
compileXQuery(StreamSource, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XQuery expression into Java classes.
compileXQuery(StreamSource, XStaticContext, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XQuery expression into Java classes.
compileXSLT(StreamSource, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XSL stylesheet into Java classes.
compileXSLT(StreamSource, XStaticContext, XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Compile an XSL stylesheet into Java classes.
CONSTRUCTION_MODE_PRESERVE - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that the type of a constructed element node is xs:anyType, and all attribute and element nodes copied during node construction retain their original types.
CONSTRUCTION_MODE_STRIP - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that the type of a constructed element node is xs:untyped; all element nodes copied during node construction receive the type xs:untyped, and all attribute nodes copied during node construction receive the type xs:untypedAtomic.
COPY_NAMESPACES_MODE_INHERIT - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that the inherit mode should be used in namespace binding assignment when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_NO_INHERIT - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that the no-inherit mode should be used in namespace binding assignment when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_NO_PRESERVE - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that the no-preserve mode should be used in namespace binding assignment when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_PRESERVE - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that the preserve mode should be used in namespace binding assignment when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language

D

DATE_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
DATETIME_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
DAYTIMEDURATION_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
DECIMAL_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
declareFunction(QName, QName, QName...) - Method in interface com.ibm.xml.xapi.XStaticContext
Add a function declaration where the return and argument values are single items.
declareFunction(QName, XSequenceType, XSequenceType...) - Method in interface com.ibm.xml.xapi.XStaticContext
Add a function declaration where the return and argument values are sequences.
declareNamespace(String, String) - Method in interface com.ibm.xml.xapi.XStaticContext
Declares a namespace prefix and associates it with a namespace URI.
declareVariable(QName, QName) - Method in interface com.ibm.xml.xapi.XStaticContext
Add a variable binding to the static context for a single item.
declareVariable(QName, XSequenceType) - Method in interface com.ibm.xml.xapi.XStaticContext
Add a variable binding to the static context.
DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_GREATEST - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that ordering of empty sequences and NaN values as keys in an order by clause in a FLWOR expression is "greatest".
DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_LEAST - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that ordering of empty sequences and NaN values as keys in an order by clause in a FLWOR expression is "least".
documentNode(XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches document nodes.
documentNodeWithElement(QName, QName, boolean, XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches document nodes having exactly one element node matching a given element test.
documentNodeWithSchemaElement(QName, XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches document nodes having exactly one element node matching a given schema-element test.
DOUBLE_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
DURATION_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

E

element(QName, QName, boolean, XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches elements
emptySequence() - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches the empty sequence.
ENTITY_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
execute(Source) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for the given source.
execute(Source, XDynamicContext) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for the given source and dynamic context.
execute(XItemView) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for the given item.
execute(XItemView, XDynamicContext) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for the given item and dynamic context.
execute() - Method in interface com.ibm.xml.xapi.XExecutable
Execute for no source.
execute(XDynamicContext) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for no source.
execute(Source, Result) - Method in interface com.ibm.xml.xapi.XQueryExecutable
Execute for the given source, sending the output to the specified result.
execute(Source, XDynamicContext, Result) - Method in interface com.ibm.xml.xapi.XQueryExecutable
Execute for the given source and dynamic context, sending the output to the specified result.
execute(XItemView, Result) - Method in interface com.ibm.xml.xapi.XQueryExecutable
Execute for the given item, sending the output to the specified result.
execute(XItemView, XDynamicContext, Result) - Method in interface com.ibm.xml.xapi.XQueryExecutable
Execute for the given item and dynamic context, sending the output to the specified result.
execute(Result) - Method in interface com.ibm.xml.xapi.XQueryExecutable
Execute for no source, sending the output to the specified result.
execute(XDynamicContext, Result) - Method in interface com.ibm.xml.xapi.XQueryExecutable
Execute for no source, sending the output to the specified result.
execute(Source, Result) - Method in interface com.ibm.xml.xapi.XSLTExecutable
Execute for the given source, sending the output to the specified result.
execute(Source, XDynamicContext, Result) - Method in interface com.ibm.xml.xapi.XSLTExecutable
Execute for the given source and dynamic context, sending the output to the specified result.
execute(XItemView, Result) - Method in interface com.ibm.xml.xapi.XSLTExecutable
Execute for the given item, sending the output to the specified result.
execute(XItemView, XDynamicContext, Result) - Method in interface com.ibm.xml.xapi.XSLTExecutable
Execute for the given item and dynamic context, sending the output to the specified result.
execute(XDynamicContext, Result) - Method in interface com.ibm.xml.xapi.XSLTExecutable
Execute for no source and the given dynamic context, sending the output to the specified result.
executeToList(Source) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for the given source.
executeToList(Source, XDynamicContext) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for the given source and dynamic context.
executeToList(XItemView) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for the given item.
executeToList(XItemView, XDynamicContext) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for the given item and dynamic context.
executeToList() - Method in interface com.ibm.xml.xapi.XExecutable
Execute for no source.
executeToList(XDynamicContext) - Method in interface com.ibm.xml.xapi.XExecutable
Execute for no source.
exportAsList() - Method in interface com.ibm.xml.xapi.XSequenceCursor
Exports the sequence as a List.
exportItem(Result, XOutputParameters) - Method in interface com.ibm.xml.xapi.XItemView
Export to a Result according to the specified output parameters.
exportItem(Result) - Method in interface com.ibm.xml.xapi.XItemView
Export to a Result using the default output parameter settings.
exportSequence(Result, XOutputParameters) - Method in interface com.ibm.xml.xapi.XSequenceCursor
Export the sequence to a Result according to the specified output parameters.
exportSequence(Result) - Method in interface com.ibm.xml.xapi.XSequenceCursor
Export the sequence to a Result using the default output parameter settings.

F

FLOAT_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
FULL_VALIDATION - Static variable in class com.ibm.xml.xapi.XFactory
Constant indicating that executables should be schema aware and input documents will be validated.

G

GDAY_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
getAnyURIValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java String.
getBackwardsCompatible() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the backwards compatible setting.
getBase64BinaryValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java byte array.
getBaseOutputURI() - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the base output URI.
getBaseURI() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the base URI, if set, otherwise null.
getBooleanValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java boolean.
getBoundarySpacePolicy() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the boundary-space policy.
getByteOrderMark() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the byte order mark setting.
getByteValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java byte.
getCDataSectionElements() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the comma separated list of CDATA section element names.
getCharacterMaps() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the character mappings.
getClassLoader() - Method in interface com.ibm.xml.xapi.XCompilationParameters
Get the class loader.
getClassName() - Method in interface com.ibm.xml.xapi.XCompilationParameters
Get the base class name for the generated classes.
getCollation(String) - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the Collator associated with the given collation URI.
getCollection(String, String) - Method in interface com.ibm.xml.xapi.XCollectionResolver
Get the collection for the given URI and base.
getCollectionResolver() - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the registered resolver for collections.
getCompilationFactory() - Method in class com.ibm.xml.xapi.XFactory
Get the compilation factory.
getConstructionMode() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the construction mode.
getCopyNamespacesModeInherit() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the inherit part of the copy-namespaces mode.
getCopyNamespacesModePreserve() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the preserve part of the copy-namespaces mode.
getDateTimeValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java XMLGregorianCalendar.
getDateValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java XMLGregorianCalendar.
getDayTimeDurationValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java Duration.
getDecimalValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java BigDecimal.
getDefaultCollation() - Method in interface com.ibm.xml.xapi.XStaticContext
Gets the URI of the default collation.
getDefaultCollationForXSLSort() - Method in interface com.ibm.xml.xapi.XStaticContext
Gets the URI of the default collation URI used in an XSLT stylesheet by any xsl:sort element that does not have any collation, lang or case-order attributes, as set by a call to XStaticContext.setDefaultCollationForXSLSort(String).
getDefaultElementTypeNamespace() - Method in interface com.ibm.xml.xapi.XStaticContext
Gets the URI of the default element/type namespace, or the empty string if not set.
getDefaultFunctionNamespace() - Method in interface com.ibm.xml.xapi.XStaticContext
Gets the URI of the default function namespace, or the empty string if not set.
getDefaultOrderForEmptySequences() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the default order for empty sequences.
getDirectoryName() - Method in interface com.ibm.xml.xapi.XCompilationParameters
Get the directory name.
getDoctypePublic() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the public identifier to be used in the document type declaration.
getDoctypeSystem() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the system identifier to be used in the document type declaration.
getDOMNode() - Method in interface com.ibm.xml.xapi.XNodeView
Get a DOM Node for this item.
getDoubleValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java double.
getDurationValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java Duration.
getEncoding() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the character encoding.
getEndColumn() - Method in interface com.ibm.xml.xapi.XSourceLocation
Get the end column number within the document.
getEndLine() - Method in interface com.ibm.xml.xapi.XSourceLocation
Get the end line number within the document.
getEscapeURIAttributes() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the escape URI attributes setting.
getFeature(String) - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the state of the named feature.
getFeature(String) - Method in interface com.ibm.xml.xapi.XStaticContext
Get the state of the named feature.
getFloatValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java float.
getFunctionArgTypes(QName, int) - Method in interface com.ibm.xml.xapi.XStaticContext
Get the function argument types.
getFunctionReturnType(QName, int) - Method in interface com.ibm.xml.xapi.XStaticContext
Get the function return type.
getGDayValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java XMLGregorianCalendar.
getGMonthDayValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java XMLGregorianCalendar.
getGMonthValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java XMLGregorianCalendar.
getGYearMonthValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java XMLGregorianCalendar.
getGYearValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java XMLGregorianCalendar.
getHexBinaryValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java byte array.
getImplicitTimeZone() - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the implicit time zone as a Duration object.
getIncludeContentType() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the include content type setting.
getIndent() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the indent setting.
getIndentAmount() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the indent amount.
getIntegerMathMode() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the integer math mode, which is a constant representing the level of precision required and whether overflow detection is required when working with xs:integer values.
getIntegerValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java BigInteger.
getIntValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java int.
getItem() - Method in class com.ibm.xml.xapi.XItemSource
Get the XItemView associated with this source.
getItemFactory() - Method in class com.ibm.xml.xapi.XFactory
Get the item factory.
getKind() - Method in interface com.ibm.xml.xapi.XNodeView
Get the node kind.
getKind() - Method in interface com.ibm.xml.xapi.XSequenceType
Returns an enumerator indicating the Kind of the sequence type.
getListValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the list of values as an XSequenceCursor.
getLongValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java long.
getMediaType() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the media type.
getMessageHandler() - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the dynamic message handler.
getMessageHandler() - Method in class com.ibm.xml.xapi.XFactory
Get the message handler.
getMessageHandler() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the static message handler.
getMethod() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the output method.
getName() - Method in interface com.ibm.xml.xapi.XSequenceType
Returns the name of a processing instruction, element, attribute, element declaration, or attribute declaration used in the sequence type or null for an element or attribute wildcard.
getNamespacePrefixes(String) - Method in interface com.ibm.xml.xapi.XStaticContext
Get all prefixes bound to a URI in the current scope.
getNamespaceURI(String) - Method in interface com.ibm.xml.xapi.XStaticContext
Retrieves the namespace URI associated with the given prefix.
getNillable() - Method in interface com.ibm.xml.xapi.XSequenceType
Returns true for sequence types that match nillable elements.
getNodeQName() - Method in interface com.ibm.xml.xapi.XNodeView
Get the qualified node name.
getNormalizationForm() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the normalization form.
getNotationValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java QName.
getObjectValue(XTypeConstants.Type) - Method in interface com.ibm.xml.xapi.XItemView
Get the value as the specified type where the type is one of the enumerated values of XTypeConstants.Type.
getOccurrenceIndicator() - Method in interface com.ibm.xml.xapi.XSequenceType
Returns an enumerator indicating how many items may appear in a sequence of this type; the cardinality.
getOmitXMLDeclaration() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the omit XML declaration setting.
getOrderingMode() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the ordering mode.
getOutputParameters() - Method in class com.ibm.xml.xapi.XSequenceCursorResult
Get the output parameters associated with this result.
getOutputParameters() - Method in interface com.ibm.xml.xapi.XSLTExecutable
Get the output parameters declared in the stylesheet.
getOutputParameters(QName) - Method in interface com.ibm.xml.xapi.XSLTExecutable
Get the output parameters declared in the stylesheet for the given QName.
getPackageName() - Method in interface com.ibm.xml.xapi.XCompilationParameters
Get the package name for the generated classes.
getPublicId() - Method in interface com.ibm.xml.xapi.XSourceLocation
Get the public identifier for the document.
getQNameValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java QName.
getResource(String, String, String) - Method in interface com.ibm.xml.xapi.XUnparsedTextResolver
Get the resource as a String for the given URI, encoding, and base.
getResult(String, String) - Method in interface com.ibm.xml.xapi.XResultResolver
Get the result document for the given href and base.
getResultResolver() - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the registered resolver for result documents.
getSchema(String, List<String>, String) - Method in interface com.ibm.xml.xapi.XSchemaResolver
Get the schemas for the given namespace and locations.
getSchemaResolver() - Method in class com.ibm.xml.xapi.XFactory
Get the currently registered schema resolver.
getSequenceCursor() - Method in class com.ibm.xml.xapi.XSequenceCursorResult
Get the XSequenceCursor associated with this result.
getSequenceTypeFactory() - Method in class com.ibm.xml.xapi.XFactory
Get the sequence type factory.
getShortValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java short.
getSingletonItem() - Method in interface com.ibm.xml.xapi.XSequenceCursor
Get the current item as a singleton.
getSingletonItem() - Method in interface com.ibm.xml.xapi.XTreeCursor
Get the current node as a singleton.
getSource(String, String) - Method in interface com.ibm.xml.xapi.XSourceResolver
Get the source document for the given URI and base.
getSourceResolver() - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the registered resolver for source documents.
getSourceResolver() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the registered resolver for source documents.
getStandalone() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the standalone setting.
getStartColumn() - Method in interface com.ibm.xml.xapi.XSourceLocation
Get the start column number within the document.
getStartLine() - Method in interface com.ibm.xml.xapi.XSourceLocation
Get the start line number within the document.
getStringValue() - Method in interface com.ibm.xml.xapi.XItemView
Can be used for any type to return a string representation of that value.
getSystemId() - Method in class com.ibm.xml.xapi.XItemSource
Get the system id associated with this source.
getSystemId() - Method in class com.ibm.xml.xapi.XSequenceCursorResult
Get the system id associated with this result.
getSystemId() - Method in interface com.ibm.xml.xapi.XSourceLocation
Get the system identifier for the document.
getTimeValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java XMLGregorianCalendar.
getTreeCursor() - Method in interface com.ibm.xml.xapi.XNodeView
Get a tree cursor for this item.
getTypeName() - Method in interface com.ibm.xml.xapi.XSequenceType
Returns the name of a schema type used in the sequence type.
getUndeclarePrefixes() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the undeclare prefixes setting.
getUnionValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value inside the union as an XItemView.
getUnparsedTextResolver() - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the registered resolver for unparsed text resources.
getUseCompiler() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the use compiler setting.
getValidatedDOM(StreamSource) - Method in class com.ibm.xml.xapi.XFactory
Get a validated DOM.
getValidatedDOM(Document) - Method in class com.ibm.xml.xapi.XFactory
Get a validated DOM.
getValidating() - Method in class com.ibm.xml.xapi.XFactory
Get the validation setting.
getValue() - Method in enum com.ibm.xml.xapi.XNodeView.Kind
Get the value of the enumerator.
getValueType() - Method in interface com.ibm.xml.xapi.XItemView
Get the enumerated type of the value.
getValueTypeName() - Method in interface com.ibm.xml.xapi.XItemView
Get the qualified schema type name of the value.
getVariableType(QName) - Method in interface com.ibm.xml.xapi.XStaticContext
Get the type of a variable binding.
getVersion() - Static method in class com.ibm.xml.xapi.XFactory
Get the version of the XFactory.
getVersion() - Method in interface com.ibm.xml.xapi.XOutputParameters
Get the output method version.
getXPathCompatibilityMode() - Method in interface com.ibm.xml.xapi.XStaticContext
Get the XPath 1.0 compatibility mode.
getXSLTInitialMode() - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the name of the initial mode
getXSLTInitialTemplate() - Method in interface com.ibm.xml.xapi.XDynamicContext
Get the name of the initial template.
getYearMonthDurationValue() - Method in interface com.ibm.xml.xapi.XItemView
Get the value as a Java Duration.
GMONTH_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
GMONTHDAY_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
GYEAR_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
GYEARMONTH_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

H

HEXBINARY_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

I

ID_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
IDREF_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
INT_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
INTEGER_MATH_MODE_ARBITRARY_PRECISION - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that xs:integer values should support an arbitrary number of digits of precision.
INTEGER_MATH_MODE_LIMITED_PRECISION - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that xs:integer values need only support the minimum precision required for a minimally conforming processor (18 digits).
INTEGER_MATH_MODE_OVERFLOW_DETECTION - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that xs:integer values need only support the minimum precision required for a minimally conforming processor (18 digits) but any overflow condition should be detected and error FOAR0002 raised.
INTEGER_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
isAtomic() - Method in interface com.ibm.xml.xapi.XItemView
Returns whether the item is atomic or not.
isSameDocument(XItemView) - Method in interface com.ibm.xml.xapi.XNodeView
Indicates if the specified node and this node are in the same document.
item(Object, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(String, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(boolean, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(byte, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(byte[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(short, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a atomic new item.
item(int, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(long, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(float, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(double, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(BigDecimal, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(BigInteger, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(QName, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(XMLGregorianCalendar, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(Duration, QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item.
item(String) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type string.
item(boolean) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type boolean.
item(byte) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type byte.
item(byte[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type hexBinary.
item(short) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type short.
item(int) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type int.
item(long) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type long.
item(float) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type float.
item(double) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type double.
item(BigDecimal) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type decimal.
item(BigInteger) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type integer.
item(QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type QName.
item(XMLGregorianCalendar) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type dateTime.
item(Duration) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new atomic item of type duration.
item(Node) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new item of complex type.
item(Source) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new item of complex type.
item(XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches items.

L

LANGUAGE_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
loadXPath(XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Load the compiled XPath expression classes and return an XPathExecutable object.
loadXQuery(XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Load the compiled XQuery expression classes and return an XQueryExecutable object.
loadXSLT(XCompilationParameters) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Load the compiled XSL stylesheet classes and return an XSLTransformExecutable object.
LONG_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

M

METHOD_HTML - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the html output method.
METHOD_TEXT - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the text output method.
METHOD_XHTML - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the xhtml output method.
METHOD_XML - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the xml output method.

N

NAME_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
NCNAME_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
NEGATIVEINTEGER_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
newCompilationParameters(String) - Method in interface com.ibm.xml.xapi.XCompilationFactory
Create a new XCompilationParameters object.
newDynamicContext() - Method in class com.ibm.xml.xapi.XFactory
Create a new XDynamicContext.
newInstance() - Static method in class com.ibm.xml.xapi.XFactory
Create the default XFactory instance.
newOutputParameters() - Method in class com.ibm.xml.xapi.XFactory
Create a new XOutputParameters.
newStaticContext() - Method in class com.ibm.xml.xapi.XFactory
Create a new XStaticContext.
NMTOKEN_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
NO_VALIDATION - Static variable in class com.ibm.xml.xapi.XFactory
Constant indicating that executables should not be schema aware and input documents will not be validated.
node(XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches nodes..
NONNEGATIVEINTEGER_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
NONPOSITIVEINTEGER_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
NORMALIZATION_FORM_C - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the normalization form NFC setting.
NORMALIZATION_FORM_D - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the normalization form NFD setting.
NORMALIZATION_FORM_FULLY_NORMALIZED - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the normalization form fully-normalized setting.
NORMALIZATION_FORM_KC - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the normalization form NFKC setting.
NORMALIZATION_FORM_KD - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the normalization form NFKD setting.
NORMALIZATION_FORM_NONE - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the normalization form none setting.
NORMALIZEDSTRING_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
NOTATION_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

O

ORDERING_MODE_ORDERED - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that ordered results are to be returned by certain path expressions, union, intersect, and except expressions, and FLWOR expressions that have no order by clause.
ORDERING_MODE_UNORDERED - Static variable in interface com.ibm.xml.xapi.XStaticContext
The constant indicating that unordered results are to be returned by certain path expressions, union, intersect, and except expressions, and FLWOR expressions that have no order by clause.

P

POSITIVEINTEGER_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
prepareXPath(String) - Method in class com.ibm.xml.xapi.XFactory
Create an XPathExecutable for an XPath expression which can then be used to apply that expression to input documents.
prepareXPath(String, XStaticContext) - Method in class com.ibm.xml.xapi.XFactory
Create an XPathExecutable for an XPath expression which can then be used to apply that expression to input documents.
prepareXPath(StreamSource) - Method in class com.ibm.xml.xapi.XFactory
Create an XPathExecutable for an XPath expression which can then be used to apply that expression to input documents.
prepareXPath(StreamSource, XStaticContext) - Method in class com.ibm.xml.xapi.XFactory
Create an XPathExecutable for an XPath expression which can then be used to apply that expression to input documents.
prepareXQuery(String) - Method in class com.ibm.xml.xapi.XFactory
Create an XQueryExecutable for an XQuery expression which can then be used to apply that expression to input documents.
prepareXQuery(String, XStaticContext) - Method in class com.ibm.xml.xapi.XFactory
Create an XQueryExecutable for an XQuery expression which can then be used to apply that expression to input documents.
prepareXQuery(StreamSource) - Method in class com.ibm.xml.xapi.XFactory
Create an XQueryExecutable for an XQuery expression which can then be used to apply that expression to input documents.
prepareXQuery(StreamSource, XStaticContext) - Method in class com.ibm.xml.xapi.XFactory
Create an XQueryExecutable for an XQuery expression which can then be used to apply that expression to input documents.
prepareXSLT(Source) - Method in class com.ibm.xml.xapi.XFactory
Create an XSLTransformExecutable for an XSL stylesheet which can then be used to apply that stylesheet to input documents.
prepareXSLT(Source, XStaticContext) - Method in class com.ibm.xml.xapi.XFactory
Create an XSLTransformExecutable for an XSL stylesheet which can then be used to apply that stylesheet to input documents.
processingInstruction(QName, XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches processing instructions.

Q

QNAME_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

R

registerImportedSchemas() - Method in interface com.ibm.xml.xapi.XQueryExecutable
Registers any schemas that the stylesheet imports using <import schema> declarations with the XFactory that created this XQueryExecutable instance.
registerImportedSchemas() - Method in interface com.ibm.xml.xapi.XSLTExecutable
Registers any schemas that the stylesheet imports using <xsl:import-schema> declarations with the XFactory that created this XSLTExecutable instance.
registerSchema(Source) - Method in class com.ibm.xml.xapi.XFactory
Register a schema.
registerSchemas(List<? extends Source>) - Method in class com.ibm.xml.xapi.XFactory
Register a list of schemas.
relativePosition(XItemView) - Method in interface com.ibm.xml.xapi.XNodeView
Returns -1, 0, or 1 to indicate if this node is before, the same or after the specified node.
removeBinding(QName) - Method in interface com.ibm.xml.xapi.XDynamicContext
Remove the binding for the specified variable.
removeCollationBinding(String) - Method in interface com.ibm.xml.xapi.XDynamicContext
Remove the Collator associated with the given collation URI.
removeFunctionBinding(QName, int) - Method in interface com.ibm.xml.xapi.XDynamicContext
Remove the binding for the specified function.
report(XMessageHandler.MsgType, String, XSourceLocation, Throwable, XSequenceCursor) - Method in interface com.ibm.xml.xapi.XMessageHandler
This method will be called when an info, warning or error condition occurs.

S

SCHEMA_NAMESPACE - Static variable in interface com.ibm.xml.xapi.XTypeConstants
Schema namespace
schemaAttribute(QName, XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches schema attributes.
schemaElement(QName, XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches schema elements.
sequence(XItemView[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(NodeList) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence from a NodeList.
sequence(String[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of string items.
sequence(boolean[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of boolean items.
sequence(byte[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of byte items.
sequence(byte[][]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of hexBinary items.
sequence(short[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of short items.
sequence(int[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of int items.
sequence(long[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of long items.
sequence(float[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of float items.
sequence(double[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of double items.
sequence(BigDecimal[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of decimal items.
sequence(BigInteger[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of integer items.
sequence(QName[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of QName items.
sequence(XMLGregorianCalendar[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of dateTime items.
sequence(Duration[]) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence of duration items.
sequence(Object[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(String[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(boolean[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(byte[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(byte[][], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(short[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(int[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(long[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(float[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(double[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(BigDecimal[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(BigInteger[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(QName[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(XMLGregorianCalendar[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
sequence(Duration[], QName) - Method in interface com.ibm.xml.xapi.XItemFactory
Create a new sequence.
setBackwardsCompatible(boolean) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify whether backwards compatible mode is enabled or not.
setBaseOutputURI(String) - Method in interface com.ibm.xml.xapi.XDynamicContext
Sets the base URI to use when resolving result documents.
setBaseURI(String) - Method in interface com.ibm.xml.xapi.XStaticContext
Set the base URI.
setBoundarySpacePolicy(int) - Method in interface com.ibm.xml.xapi.XStaticContext
Set the boundary-space policy.
setByteOrderMark(boolean) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specifiy whether a byte order mark should be written at the start of the serialized output.
setCDataSectionElements(String) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify a comma separated list of the names of elements whose text node children should be serialized using CDATA sections.
setCharacterMaps(List<String>) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify character mappings.
setClassLoader(ClassLoader) - Method in interface com.ibm.xml.xapi.XCompilationParameters
Specify the class loader to use when loading the classes.
setClassName(String) - Method in interface com.ibm.xml.xapi.XCompilationParameters
Specify the base class name to use for the generated class files at compile time or the base class name to search for at load time.
setCollectionResolver(XCollectionResolver) - Method in interface com.ibm.xml.xapi.XDynamicContext
Registers a URI resolver for collections.
setConstructionMode(int) - Method in interface com.ibm.xml.xapi.XStaticContext
Set the construction mode.
setCopyNamespacesModeInherit(int) - Method in interface com.ibm.xml.xapi.XStaticContext
Set the inherit part of the copy-namespaces mode.
setCopyNamespacesModePreserve(int) - Method in interface com.ibm.xml.xapi.XStaticContext
Set the preserve part of the copy namespaces mode.
setDefaultCollation(String) - Method in interface com.ibm.xml.xapi.XStaticContext
Sets the default collation property of the static context.
setDefaultCollationForXSLSort(String) - Method in interface com.ibm.xml.xapi.XStaticContext
Sets the collation URI used in an XSLT stylesheet by any xsl:sort element that does not have any collation, lang or case-order attributes.
setDefaultElementTypeNamespace(String) - Method in interface com.ibm.xml.xapi.XStaticContext
Sets the URI of the default element/type namespace.
setDefaultFunctionNamespace(String) - Method in interface com.ibm.xml.xapi.XStaticContext
Sets the URI of the default function namespace, the empty string to make it unspecified.
setDefaultOrderForEmptySequences(int) - Method in interface com.ibm.xml.xapi.XStaticContext
Set the default order for empty sequences.
setDirectoryName(String) - Method in interface com.ibm.xml.xapi.XCompilationParameters
Specify the directory to write the class files to at compile time.
setDoctypePublic(String) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify the public identifier to be used in the document type declaration.
setDoctypeSystem(String) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify the system identifier to be used in the document type declaration.
setEncoding(String) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify the preferred character encoding to use when encoding sequences of characters as sequences of bytes.
setEscapeURIAttributes(boolean) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify whether to escape URI attributes.
setFeature(String, boolean) - Method in interface com.ibm.xml.xapi.XDynamicContext
Set a feature for this dynamic context.
setFeature(String, boolean) - Method in interface com.ibm.xml.xapi.XStaticContext
Set a feature for this static context.
setImplicitTimeZone(Duration) - Method in interface com.ibm.xml.xapi.XDynamicContext
Sets the implicit time zone.
setIncludeContentType(boolean) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify whether a meta element is to be added as the first child of the html element specifying the character encoding used.
setIndent(boolean) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify whether additional whitespace may be added during serialization.
setIndentAmount(int) - Method in interface com.ibm.xml.xapi.XOutputParameters
Set the indent amount (number of spaces to use when indenting).
setIntegerMathMode(int) - Method in interface com.ibm.xml.xapi.XStaticContext
Set the integer math mode, which is a constant representing the level of precision required and whether overflow detection is required when working with xs:integer values.
setItem(XItemView) - Method in class com.ibm.xml.xapi.XItemSource
Set the XItemView.
setMediaType(String) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify the media type (MIME content type).
setMessageHandler(XMessageHandler) - Method in interface com.ibm.xml.xapi.XDynamicContext
Set a message handler to process dynamic errors and messages.
setMessageHandler(XMessageHandler) - Method in class com.ibm.xml.xapi.XFactory
Set the message handler to be used when registering schemas, creating new items and sequences, and preparing and executing expressions, queries and stylesheets.
setMessageHandler(XMessageHandler) - Method in interface com.ibm.xml.xapi.XStaticContext
Set a message handler to process static errors and messages.
setMethod(String) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify the output method to be used by the serializer.
setNormalizationForm(String) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify whether Unicode normalization should be applied.
setOmitXMLDeclaration(boolean) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify whether to omit the XML declaration.
setOrderingMode(int) - Method in interface com.ibm.xml.xapi.XStaticContext
Set the ordering mode.
setOutputParameters(XOutputParameters) - Method in class com.ibm.xml.xapi.XSequenceCursorResult
Set the output parameters associated with this result.
setPackageName(String) - Method in interface com.ibm.xml.xapi.XCompilationParameters
Specify the package name to use for the class files at compile time or the package name to search for at load time.
setResultResolver(XResultResolver) - Method in interface com.ibm.xml.xapi.XDynamicContext
Register a resolver for result documents.
setSchemaResolver(XSchemaResolver) - Method in class com.ibm.xml.xapi.XFactory
Set the schema resolver to be used for imports in schemas registered using the registerSchema method or for schemas imported in XSLT using the xsl:import-schema declaration.
setSequenceCursor(XSequenceCursor) - Method in class com.ibm.xml.xapi.XSequenceCursorResult
Set the XSequenceCursor.
setSourceResolver(XSourceResolver) - Method in interface com.ibm.xml.xapi.XDynamicContext
Register a resolver for dynamically resolved source documents such as for the fn:doc function and the XSLT document function.
setSourceResolver(XSourceResolver) - Method in interface com.ibm.xml.xapi.XStaticContext
Register a URI resolver for source documents.
setStandalone(String) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify whether to output a standalone document declaration.
setSystemId(String) - Method in class com.ibm.xml.xapi.XItemSource
Set the system id.
setSystemId(String) - Method in class com.ibm.xml.xapi.XSequenceCursorResult
Set the system id.
setUndeclarePrefixes(boolean) - Method in interface com.ibm.xml.xapi.XOutputParameters
Specify whether namespace undeclarations (of the form xmlns:foo="") should be output when a child element has no namespace node with the same name (that is, namespace prefix) as a namespace node of its parent element.
setUnparsedTextResolver(XUnparsedTextResolver) - Method in interface com.ibm.xml.xapi.XDynamicContext
Register a resolver for external resources loaded through the XSLT unparsed-text function.
setUseCompiler(boolean) - Method in interface com.ibm.xml.xapi.XStaticContext
Set whether to use the compiler when preparing an expression (as opposed to the interpreter).
setValidating(int) - Method in class com.ibm.xml.xapi.XFactory
When full validation is enabled the factory will create validating executables and the input document will be validated on execution.
setVersion(String) - Method in interface com.ibm.xml.xapi.XOutputParameters
Set the version for the output method.
setXPathCompatibilityMode(int) - Method in interface com.ibm.xml.xapi.XStaticContext
Set the XPath 1.0 compatibility mode.
setXSLTInitialMode(QName) - Method in interface com.ibm.xml.xapi.XDynamicContext
Specify a mode to use as the initial mode in an XSLT transformation.
setXSLTInitialTemplate(QName) - Method in interface com.ibm.xml.xapi.XDynamicContext
Specify a named template to use as the initial template in an XSLT transformation.
SHORT_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
STANDALONE_NO - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the standalone no setting.
STANDALONE_OMIT - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the standalone omit setting.
STANDALONE_YES - Static variable in interface com.ibm.xml.xapi.XOutputParameters
Predefined string for the standalone yes setting.
STRING_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

T

text(XSequenceType.OccurrenceIndicator) - Method in interface com.ibm.xml.xapi.XSequenceTypeFactory
Creates a sequence type that matches text nodes.
TIME_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
toFirstAttribute() - Method in interface com.ibm.xml.xapi.XTreeCursor
Moves the cursor to the first attribute.
toFirstChild() - Method in interface com.ibm.xml.xapi.XTreeCursor
Moves the cursor to the first child.
toFirstNamespace() - Method in interface com.ibm.xml.xapi.XTreeCursor
Moves the cursor to the first namespace.
TOKEN_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
toNext() - Method in interface com.ibm.xml.xapi.XSequenceCursor
Moves the cursor to the next item in the sequence.
toNextAttribute() - Method in interface com.ibm.xml.xapi.XTreeCursor
Moves the cursor to the next attribute.
toNextNamespace() - Method in interface com.ibm.xml.xapi.XTreeCursor
Moves the cursor to the next namespace.
toNextSibling() - Method in interface com.ibm.xml.xapi.XTreeCursor
Moves the cursor to the next sibling element.
toParent() - Method in interface com.ibm.xml.xapi.XTreeCursor
Moves the cursor to the parent node.
toPrevious() - Method in interface com.ibm.xml.xapi.XSequenceCursor
Moves the cursor to the previous item in the sequence.
toRoot() - Method in interface com.ibm.xml.xapi.XTreeCursor
Moves the cursor to the root node.

U

UNICODE_CODE_POINT_COLLATION_URI - Static variable in interface com.ibm.xml.xapi.XStaticContext
Constant definition of the Unicode code point collation URI.
UNSIGNEDBYTE_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
UNSIGNEDINT_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
UNSIGNEDLONG_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
UNSIGNEDSHORT_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
UNTYPED_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 
UNTYPEDATOMIC_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

V

valueOf(String) - Static method in enum com.ibm.xml.xapi.XMessageHandler.MsgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.xml.xapi.XNodeView.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.xml.xapi.XSequenceType.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.xml.xapi.XSequenceType.OccurrenceIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.xml.xapi.XTypeConstants.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ibm.xml.xapi.XMessageHandler.MsgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.xml.xapi.XNodeView.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.xml.xapi.XSequenceType.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.xml.xapi.XSequenceType.OccurrenceIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.xml.xapi.XTypeConstants.Type
Returns an array containing the constants of this enum type, in the order they are declared.

X

XCollectionResolver - Interface in com.ibm.xml.xapi
Implement this class to resolve the URI provided on a call to fn:collection to a sequence of nodes.
XCompilationFactory - Interface in com.ibm.xml.xapi
Factory for compiling expressions, queries and stylesheets into Java classes.
XCompilationParameters - Interface in com.ibm.xml.xapi
Interface for compilation parameter settings.
XDynamicContext - Interface in com.ibm.xml.xapi
Use the XDynamicContext to override execution-time settings.
XExecutable - Interface in com.ibm.xml.xapi
Base executable class.
XFactory - Class in com.ibm.xml.xapi
The XFactory class is the main factory class for creating executables for XPath, XQuery, and XSLT.
XFactory() - Constructor for class com.ibm.xml.xapi.XFactory
 
XItemFactory - Interface in com.ibm.xml.xapi
Factory for creating new items and sequences.
XItemSource - Class in com.ibm.xml.xapi
An implementation of Source for XItemView objects.
XItemSource(XItemView) - Constructor for class com.ibm.xml.xapi.XItemSource
Create a new XItemSource for the given item.
XItemView - Interface in com.ibm.xml.xapi
Represents an item in the data model.
XMessageHandler - Interface in com.ibm.xml.xapi
Implement this class to override the default error and message handling behaviour.
XMessageHandler.MsgType - Enum in com.ibm.xml.xapi
Enumerator of message error levels.
XNodeView - Interface in com.ibm.xml.xapi
Represents a node in the data model (an item with complex type).
XNodeView.Kind - Enum in com.ibm.xml.xapi
Enumeration of node kinds.
XOutputParameters - Interface in com.ibm.xml.xapi
Interface for output parameter settings.
XPATH1_0_BC_COMPATIBILITY - Static variable in interface com.ibm.xml.xapi.XStaticContext
Constant for 1.0 backwards compatibility as defined in the XPath 2.0 specification.
XPATH2_0_PURE_COMPATIBILITY - Static variable in interface com.ibm.xml.xapi.XStaticContext
Constant for pure 2.0 behaviour for XPath (no backwards compatibility).
XPATH_LATEST_VERSION - Static variable in interface com.ibm.xml.xapi.XStaticContext
Constant for latest version.
XPathExecutable - Interface in com.ibm.xml.xapi
Represents a prepared XPath expression.
XProcessException - Exception in com.ibm.xml.xapi
Base exception for XML processing.
XProcessException(String, Throwable) - Constructor for exception com.ibm.xml.xapi.XProcessException
 
XQueryExecutable - Interface in com.ibm.xml.xapi
Represents a prepared XQuery expression.
XResultResolver - Interface in com.ibm.xml.xapi
Implement this class to override the default resolution behaviour for the URI reference in XSLT xsl:result-document instructions.
XSchemaResolver - Interface in com.ibm.xml.xapi
Implement this class to override the default schema resolution behaviour.
XSequenceCursor - Interface in com.ibm.xml.xapi
Represents a sequence of items providing cursor access to the items.
XSequenceCursorResult - Class in com.ibm.xml.xapi
An implementation of Result for XSequenceCursor.
XSequenceCursorResult() - Constructor for class com.ibm.xml.xapi.XSequenceCursorResult
Create a new XSequenceCursorResult.
XSequenceType - Interface in com.ibm.xml.xapi
Represents a sequence type.
XSequenceType.Kind - Enum in com.ibm.xml.xapi
Enumeration for the kind of sequence as defined in the SequenceType syntax.
XSequenceType.OccurrenceIndicator - Enum in com.ibm.xml.xapi
Enumeration of occurrence indicators.
XSequenceTypeFactory - Interface in com.ibm.xml.xapi
Factory for creating sequence types.
XSLTExecutable - Interface in com.ibm.xml.xapi
Represents a prepared XSLT stylesheet.
XSourceLocation - Interface in com.ibm.xml.xapi
Represents a location in a document.
XSourceResolver - Interface in com.ibm.xml.xapi
Implement this class to override the default source document resolution behaviour.
XStaticContext - Interface in com.ibm.xml.xapi
Use the XStaticContext to override prepare time settings.
XTreeCursor - Interface in com.ibm.xml.xapi
Represents a node providing cursor access to the attributes and children of the node.
XTypeConstants - Interface in com.ibm.xml.xapi
Predefined constants for the built-in types including:
XTypeConstants.Type - Enum in com.ibm.xml.xapi
Enumerator of built-in types.
XUnparsedTextResolver - Interface in com.ibm.xml.xapi
Implement this class to override the default unparsed text resolution behaviour.
XViewException - Exception in com.ibm.xml.xapi
View exception.
XViewException(String, Throwable) - Constructor for exception com.ibm.xml.xapi.XViewException
 

Y

YEARMONTHDURATION_QNAME - Static variable in interface com.ibm.xml.xapi.XTypeConstants
 

A B C D E F G H I L M N O P Q R S T U V X Y
IBM Copyright 2004-2008