Package | Description |
---|---|
org.apache.xalan.lib.sql |
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
|
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.sax2dtm |
Modifier and Type | Field and Description |
---|---|
protected SuballocatedIntVector |
DTMDocument.m_attribute
For each element node, there can be zero or more attributes.
|
Modifier and Type | Method and Description |
---|---|
protected SuballocatedIntVector |
DTMDocument.findNamespaceContext(int parm1) |
Modifier and Type | Method and Description |
---|---|
protected int |
DTMDocument.findInSortedSuballocatedIntVector(SuballocatedIntVector parm1,
int parm2) |
Modifier and Type | Field and Description |
---|---|
protected SuballocatedIntVector |
DTMDefaultBase.m_dtmIdent
The document identity number(s).
|
protected SuballocatedIntVector |
DTMDefaultBase.m_exptype
The expanded names, one array element for each node.
|
protected SuballocatedIntVector |
DTMDefaultBase.m_firstch
First child values, one array element for each node.
|
protected SuballocatedIntVector |
DTMDefaultBase.m_namespaceDeclSetElements
SuballocatedIntVector of elements at which corresponding
namespaceDeclSets were defined
|
protected SuballocatedIntVector |
DTMDefaultBase.m_nextsib
Next sibling values, one array element for each node.
|
protected SuballocatedIntVector |
DTMDefaultBase.m_parent
Previous sibling values, one array element for each node.
|
protected SuballocatedIntVector |
DTMDefaultBase.m_prevsib
Previous sibling values, one array element for each node.
|
Modifier and Type | Method and Description |
---|---|
protected SuballocatedIntVector |
DTMDefaultBase.findNamespaceContext(int elementNodeIndex)
Retrieve list of namespace declaration locations
active at this node.
|
SuballocatedIntVector |
DTMDefaultBase.getDTMIDs()
Query which DTMIDs this DTM is currently using within the DTMManager.
|
Modifier and Type | Method and Description |
---|---|
protected int |
DTMDefaultBase.findInSortedSuballocatedIntVector(SuballocatedIntVector vector,
int lookfor)
Subroutine: Locate the specified node within
m_namespaceDeclSetElements, or the last element which
preceeds it in document order
%REVIEW% Inlne this into findNamespaceContext? Create SortedSuballocatedIntVector type?
|
Modifier and Type | Field and Description |
---|---|
protected SuballocatedIntVector |
SAX2DTM.m_data
This vector holds offset and length data.
|
protected SuballocatedIntVector |
SAX2DTM.m_dataOrQName
Data or qualified name values, one array element for each node.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.