Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
I
idivide(Numeric)
- Method in interface de.fraunhofer.ipsi.xpathDatatypes.
Numeric
Method idivide
idivide(Numeric)
- Method in class de.fraunhofer.ipsi.xpathDatatypes.
XS_Decimal
Method divide
idivide(Numeric)
- Method in class de.fraunhofer.ipsi.xpathDatatypes.
XS_Double
idivide(Numeric)
- Method in class de.fraunhofer.ipsi.xpathDatatypes.
XS_Float
indentDecrease()
- Method in class de.fraunhofer.ipsi.util.
IndentPrinter
This function decreases the indent by the indent value.
indentIncrease()
- Method in class de.fraunhofer.ipsi.util.
IndentPrinter
This function increases the indent by the indent value.
IndentPrinter
- Class in
de.fraunhofer.ipsi.util
The class IndentPrinter is used to print structured data in as an indented hierarchy.
IndentPrinter()
- Constructor for class de.fraunhofer.ipsi.util.
IndentPrinter
This constructor will create a new IndentPrinter with default indent values.
IndentPrinter(Writer)
- Constructor for class de.fraunhofer.ipsi.util.
IndentPrinter
This constructor will create a new IndentPrinter with default indent values.
indexOf(Item)
- Method in interface de.fraunhofer.ipsi.xquery.datamodel.
Sequence
Method index_of
inheritMode
- Variable in class de.fraunhofer.ipsi.xquery.context.
StaticContext
InheritModeEnum
- Enum in
de.fraunhofer.ipsi.xquery.enums
initDynamicContext(XQueryModule, EvaluationContext)
- Static method in class de.fraunhofer.ipsi.ipsixq.api.impl.
QueryHandler
initStaticContext(XQueryModule, StaticContext)
- Static method in class de.fraunhofer.ipsi.ipsixq.api.impl.
QueryHandler
InputException
- Exception in
de.fraunhofer.ipsi.xquery.io
InputException(String)
- Constructor for exception de.fraunhofer.ipsi.xquery.io.
InputException
InsertBinary(byte[], XQItemType)
- Method in interface javax.xml.xquery.
XQCachedSequence
Inserts a binary value after the current position.
InsertDate(Calendar, XQItemType)
- Method in interface javax.xml.xquery.
XQCachedSequence
Inserts a date value after the current position.
InsertInt(int, XQItemType)
- Method in interface javax.xml.xquery.
XQCachedSequence
Inserts an integer value after the current position.
InsertItem(XQItem)
- Method in interface javax.xml.xquery.
XQCachedSequence
Inserts the given item after the current position.
InsertLong(long, XQItemType)
- Method in interface javax.xml.xquery.
XQCachedSequence
Inserts a long value after the current position.
InsertNode(Node, XQItemType)
- Method in interface javax.xml.xquery.
XQCachedSequence
Inserts the DOM node after the current position.
InsertObject(Object, XQItemType)
- Method in interface javax.xml.xquery.
XQCachedSequence
Inserts an java object after the current position.
insertSequence(XQSequence)
- Method in interface javax.xml.xquery.
XQCachedSequence
Appends the cached sequence with the items from the input sequence.
insertString(String, XQItemType)
- Method in interface javax.xml.xquery.
XQCachedSequence
Inserts a string value after the current position After the insertion, the cursor is positioned to be after the newly inserted item, but before the next item.
insertXMLStream(XMLStreamReader, XQItemType)
- Method in interface javax.xml.xquery.
XQCachedSequence
Inserts a node using the XMLStreamReader.
instanceOf(XQItemType)
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultItem
instanceOf(XQItemType)
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultSequence
instanceOf(XQItemType)
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQResultItemImpl
instanceOf(XQItemType)
- Method in interface javax.xml.xquery.
XQItemAccessor
Checks if the item is an instance of the given type (exact or subset of given type).
intValue()
- Method in class de.fraunhofer.ipsi.xpathDatatypes.
XS_Int
IO_ERROR
- Static variable in exception de.fraunhofer.ipsi.xquery.functions.
FunctionException
IPSIXQ_NS
- Static variable in interface de.fraunhofer.ipsi.xquery.context.
NamespaceConstants
IPSIXQDataSource
- Class in
de.fraunhofer.ipsi.ipsixq.api.impl
IPSIXQDataSource()
- Constructor for class de.fraunhofer.ipsi.ipsixq.api.impl.
IPSIXQDataSource
isAbsolut()
- Method in class de.fraunhofer.ipsi.xpathDatatypes.
XS_AnyURI
Method isAbsolut
isAfterLast()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultSequence
isAfterLast()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQResultSequenceImpl
isAfterLast()
- Method in interface javax.xml.xquery.
XQSequence
Checks if the current position is after the last item in the sequence.
isAny()
- Method in class de.fraunhofer.ipsi.xquery.util.
QNameExpr
Method isAny
isAnyLocalName()
- Method in class de.fraunhofer.ipsi.xquery.util.
QNameExpr
Method isAnyLocalName
isAnyNamespace()
- Method in class de.fraunhofer.ipsi.xquery.util.
QNameExpr
Method isAnyNamespace
isAscending()
- Method in class de.fraunhofer.ipsi.xquery.tree.expression.
XQueryOrderSpec
Method isAscending
isBeforeFirst()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultSequence
isBeforeFirst()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQResultSequenceImpl
isBeforeFirst()
- Method in interface javax.xml.xquery.
XQSequence
Checks if the current position before the first item in the sequence.
isClosed()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractConnection
isClosed()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractExprCommons
isClosed()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultItem
isClosed()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultSequence
isClosed()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQConnectionImpl
isClosed()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQExprCommonsImpl
isClosed()
- Method in interface javax.xml.xquery.
XQConnection
Checks if the connection is closed.
isClosed()
- Method in interface javax.xml.xquery.
XQExprCommons
Checks if the expression is in a closed state.
isClosed()
- Method in interface javax.xml.xquery.
XQItem
Checks if the item is closed.
isClosed()
- Method in interface javax.xml.xquery.
XQSequence
Checks if the sequence is closed.
isCollectionNestingSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if nested collections feature is supported in this data source.
isCopy()
- Method in interface de.fraunhofer.ipsi.xquery.datamodel.
Node
Method isCopy
isDefaultNS()
- Method in class de.fraunhofer.ipsi.xquery.tree.prolog.
XQuerySchemaImport
Method isDefaultNS
isEmpty()
- Method in interface de.fraunhofer.ipsi.xquery.datamodel.
Sequence
Method isEmpty
isEmpty()
- Method in class de.fraunhofer.ipsi.xquery.tree.xml.
XQueryComputedConstructorAbstract
Method isEmpty
isEmpty()
- Method in class de.fraunhofer.ipsi.xquery.tree.xml.
XQueryElementConstructor
Method isEmpty
isEmptyGreatest()
- Method in class de.fraunhofer.ipsi.xquery.tree.expression.
XQueryOrderSpec
Method isEmptyGreatest
isExternal()
- Method in class de.fraunhofer.ipsi.xquery.tree.prolog.
XQueryFunctionDecl
Method getExternal
isExternal()
- Method in class de.fraunhofer.ipsi.xquery.tree.prolog.
XQueryVarDecl
Method setExternal
isFirst()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultSequence
isFirst()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQResultSequenceImpl
isFirst()
- Method in interface javax.xml.xquery.
XQSequence
Checks if the current position at the first item in the sequence.
isForwardAxis()
- Method in enum de.fraunhofer.ipsi.xquery.enums.
AxisEnum
Method isForwardAxis
isForwardStep()
- Method in class de.fraunhofer.ipsi.xquery.tree.primary.
XQueryPrimaryExprAbstract
Method isForwardStep
isForwardStep()
- Method in class de.fraunhofer.ipsi.xquery.tree.xpath.
XQueryAbbreviatedStep
Method isForwardStep
isForwardStep()
- Method in class de.fraunhofer.ipsi.xquery.tree.xpath.
XQueryAtStep
Method isForwardStep
isForwardStep()
- Method in class de.fraunhofer.ipsi.xquery.tree.xpath.
XQueryAxisStep
Method isForwardStep
isForwardStep()
- Method in class de.fraunhofer.ipsi.xquery.tree.xpath.
XQueryKindTest
Method isForwardStep
isForwardStep()
- Method in class de.fraunhofer.ipsi.xquery.tree.xpath.
XQueryNameTest
Method isForwardStep
isForwardStep()
- Method in class de.fraunhofer.ipsi.xquery.tree.xpath.
XQueryPathExpr
Method isForwardStep
isForwardStep()
- Method in class de.fraunhofer.ipsi.xquery.tree.xpath.
XQueryQualifiedStep
Method isForwardStep
isForwardStep()
- Method in interface de.fraunhofer.ipsi.xquery.tree.xpath.
XQueryStepExpr
isFullAxisSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if full axis feature is supported in this connection.
isId()
- Method in interface de.fraunhofer.ipsi.xquery.datamodel.
Node
Method isId
isIdrefs()
- Method in interface de.fraunhofer.ipsi.xquery.datamodel.
Node
Method isIdrefs
isLast()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultSequence
isLast()
- Method in interface javax.xml.xquery.
XQSequence
Checks if the current position at the last item in the sequence.
isModulesSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if modules feature is supported in this connection.
isMustUnderstandExtensionsSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if must understand extensions feature is supported in this connection.
isOfType(XQItemType)
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractItemType
isOfType(XQSequenceType)
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractItemType
isOfType(XQSequenceType)
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractSequenceType
isOfType(XQItemType)
- Method in interface javax.xml.xquery.
XQItemType
Returns true if the given type exactly matches or is a supertype of this type, otherwise returns false.
isOfType(XQSequenceType)
- Method in interface javax.xml.xquery.
XQSequenceType
Returns true if the given type exactly matches or is a supertype of this type.
isOnItem()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultSequence
isOnItem()
- Method in interface javax.xml.xquery.
XQSequence
Check if the sequence is positioned on an item or not.
isPositive()
- Method in class de.fraunhofer.ipsi.xpathDatatypes.
XS_Date
Returns Positive
isPositive()
- Method in class de.fraunhofer.ipsi.xpathDatatypes.
XS_GYear
Returns Positive
isPositive()
- Method in class de.fraunhofer.ipsi.xpathDatatypes.
XS_GYearMonth
Returns Positive
isPragmaSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if pragma feature is supported in this connection.
isReadOnly()
- Method in interface javax.xml.xquery.
XQMetaData
Query if the associated conection is restricted for read only use.
isReferenced()
- Method in interface de.fraunhofer.ipsi.xquery.datamodel.
Node
Method isReferenced
isSchemaImportSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if schema import feature is supported in this connection.
isScrollable()
- Method in class de.fraunhofer.ipsi.ipsixq.api.impl.
XQAbstractResultSequence
isScrollable()
- Method in interface javax.xml.xquery.
XQSequence
Checks if the sequence is scrollable.
isStable()
- Method in class de.fraunhofer.ipsi.xquery.tree.expression.
XQueryOrderBy
Method isStable
isStaticTypingExtensionsSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if static typing extensions feature is supported in this connection.
isStaticTypingSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if static typing is supported in this data source.
isTransactionSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if transaction is supported in this data source.
isXQueryXSupported()
- Method in interface javax.xml.xquery.
XQMetaData
Query if XQueryX format is supported in this data source.
Item
- Interface in
de.fraunhofer.ipsi.xquery.datamodel
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X