|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringVector | |
---|---|
org.apache.xml.dtm.ref.sax2dtm | |
org.apache.xpath.functions | Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package. |
Uses of StringVector in org.apache.xml.dtm.ref.sax2dtm |
---|
Fields in org.apache.xml.dtm.ref.sax2dtm declared as StringVector | |
---|---|
protected StringVector |
SAX2DTM.m_sourceSystemId
Made protected for access by SAX2RTFDTM. |
Uses of StringVector in org.apache.xpath.functions |
---|
Methods in org.apache.xpath.functions that return StringVector | |
---|---|
private StringVector |
FuncId.getNodesByID(XPathContext xctxt,
int docContext,
java.lang.String refval,
StringVector usedrefs,
NodeSetDTM nodeSet,
boolean mayBeMore)
Fill in a list with nodes that match a space delimited list if ID ID references. |
Methods in org.apache.xpath.functions with parameters of type StringVector | |
---|---|
private StringVector |
FuncId.getNodesByID(XPathContext xctxt,
int docContext,
java.lang.String refval,
StringVector usedrefs,
NodeSetDTM nodeSet,
boolean mayBeMore)
Fill in a list with nodes that match a space delimited list if ID ID references. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |