Uses of Class
java.util.Vector
| Package | Description |
|---|---|
| java.util | |
| org.apache.xalan.extensions | |
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xalan.xslt |
Implementation of Xalan command-line interface.
|
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| 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.
|
| org.apache.xpath.jaxp | |
| org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| org.apache.xpath.operations |
Support for XPath operations, such as +, -, string(), etc.
|
| org.apache.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
| org.bouncycastle.asn1 | |
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.jce | |
| org.conscrypt | |
| SQLite |
-
Uses of Vector in java.util
-
Uses of Vector in org.apache.xalan.extensions
Methods in org.apache.xalan.extensions that return Vector Modifier and Type Method Description VectorExtensionNamespacesManager. getExtensions()Get the vector of extension namespaces.Methods in org.apache.xalan.extensions with parameters of type Vector Modifier and Type Method Description abstract ObjectExtensionHandler. callFunction(String funcName, Vector args, Object methodKey, ExpressionContext exprContext)Process a call to a function.abstract ObjectExtensionHandler. callFunction(FuncExtFunction extFunction, Vector args, ExpressionContext exprContext)Process a call to a function.ObjectExtensionsTable. extFunction(String ns, String funcName, Vector argVec, Object methodKey, ExpressionContext exprContext)Handle an extension function.ObjectExtensionsTable. extFunction(FuncExtFunction extFunction, Vector argVec, ExpressionContext exprContext)Handle an extension function.intExtensionNamespacesManager. namespaceIndex(String namespace, Vector extensions)Get the index for a namespace entry in the extension namespace Vector, -1 if no such entry yet exists. -
Uses of Vector in org.apache.xalan.processor
Methods in org.apache.xalan.processor with parameters of type Vector Modifier and Type Method Description voidWhitespaceInfoPaths. setElements(Vector elems)Set from the elements attribute. -
Uses of Vector in org.apache.xalan.templates
Fields in org.apache.xalan.templates declared as Vector Modifier and Type Field Description protected VectorElemForEach. m_sortElemsVector containing the xsl:sort elements associated with this element.Methods in org.apache.xalan.templates that return Vector Modifier and Type Method Description VectorStylesheetRoot. getExtensions()Get the vector of extension namespaces.VectorStylesheetRoot. getKeysComposed()Get the composed "xsl:key" properties.VectorOutputProperties. getQNameProperties(String key)Searches for the list of qname properties with the specified key in the property list.static VectorOutputProperties. getQNameProperties(String key, Properties props)Searches for the list of qname properties with the specified key in the property list.VectorOutputProperties. getQNameProperties(QName key)Searches for the list of qname properties with the specified key in the property list.VectorStylesheetRoot. getVariablesAndParamsComposed()Get all global "xsl:variable" properties in scope for this stylesheet.Methods in org.apache.xalan.templates with parameters of type Vector Modifier and Type Method Description protected voidStylesheetRoot. addImports(Stylesheet stylesheet, boolean addToList, Vector importList)Add the imports in the given sheet to the working importList vector.protected voidRedundentExprEliminator. changeToVarRef(QName varName, ExpressionOwner owner, Vector paths, ElemTemplateElement psuedoVarRecipient)Change the expression owned by the owner argument to a variable reference of the given name.protected org.apache.xalan.templates.RedundentExprEliminator.MultistepExprHolderRedundentExprEliminator. createMultistepExprList(Vector paths)For the reduction of location path parts, create a list of all the multistep paths with more than one step, sorted by the number of steps, with the most steps occuring earlier in the list.protected voidRedundentExprEliminator. diagnoseNumPaths(Vector paths, int numPathsEliminated, int numUniquePathsEliminated)Print out to std err the number of paths reduced.protected voidRedundentExprEliminator. eleminateRedundent(ElemTemplateElement psuedoVarRecipient, Vector paths)Method to be called after the all expressions within an node context have been visited.protected voidRedundentExprEliminator. eleminateSharedPartialPaths(ElemTemplateElement psuedoVarRecipient, Vector paths)Eliminate the shared partial paths in the expression list.protected intRedundentExprEliminator. findAndEliminateRedundant(int start, int firstOccuranceIndex, ExpressionOwner firstOccuranceOwner, ElemTemplateElement psuedoVarRecipient, Vector paths)Look through the vector from start point, looking for redundant occurances.voidAVT. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.abstract voidAVTPart. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidAVTPartSimple. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidAVTPartXPath. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.protected intRedundentExprEliminator. oldFindAndEliminateRedundant(int start, int firstOccuranceIndex, ExpressionOwner firstOccuranceOwner, ElemTemplateElement psuedoVarRecipient, Vector paths)To be removed.voidStylesheetComposed. recompose(Vector recomposableElements)Adds all recomposable values for this precedence level into the recomposableElements Vector that was passed in as the first parameter.voidOutputProperties. setQNameProperties(String key, Vector v)Set an output property with a QName list value.voidOutputProperties. setQNameProperties(QName key, Vector v)Set an output property with a QName list value.voidElemUse. setUseAttributeSets(Vector v)Set the "use-attribute-sets" attribute.DTMIteratorElemForEach. sortNodes(XPathContext xctxt, Vector keys, DTMIterator sourceNodes)Sort given nodes -
Uses of Vector in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return Vector Modifier and Type Method Description VectorKeyIterator. getKeyDeclarations()Get the key declarations from the stylesheetVectorTransformerImpl. processSortKeys(ElemForEach foreach, int sourceNodeContext)Get the keys for the xsl:sort elements.Methods in org.apache.xalan.transformer with parameters of type Vector Modifier and Type Method Description ObjectTransformerImpl. extFunction(String ns, String funcName, Vector argVec, Object methodKey)ObjectTransformerImpl. extFunction(FuncExtFunction extFunction, Vector argVec)voidNodeSorter. sort(DTMIterator v, Vector keys, XPathContext support)Given a vector of nodes, sort each node according to the criteria in the keys.Constructors in org.apache.xalan.transformer with parameters of type Vector Constructor Description KeyTable(int doc, PrefixResolver nscontext, QName name, Vector keyDeclarations, XPathContext xctxt)Build a keys table. -
Uses of Vector in org.apache.xalan.xslt
Methods in org.apache.xalan.xslt that return Vector Modifier and Type Method Description protected VectorEnvironmentCheck. checkPathForJars(String cp, String[] jars)Cheap-o listing of specified .jars found in the classpath.Methods in org.apache.xalan.xslt with parameters of type Vector Modifier and Type Method Description protected booleanEnvironmentCheck. appendFoundJars(Node container, Document factory, Vector v, String desc)Print out report of .jars found in a classpath.protected booleanEnvironmentCheck. logFoundJars(Vector v, String desc)Print out report of .jars found in a classpath. -
Uses of Vector in org.apache.xml.dtm.ref
Fields in org.apache.xml.dtm.ref declared as Vector Modifier and Type Field Description protected VectorDTMDefaultBase. m_namespaceDeclSetsVector of SuballocatedIntVectors of NS decl sets -
Uses of Vector in org.apache.xml.dtm.ref.dom2dtm
Fields in org.apache.xml.dtm.ref.dom2dtm declared as Vector Modifier and Type Field Description protected VectorDOM2DTM. m_nodesThe node objects. -
Uses of Vector in org.apache.xml.dtm.ref.sax2dtm
Fields in org.apache.xml.dtm.ref.sax2dtm declared as Vector Modifier and Type Field Description protected VectorSAX2DTM. m_prefixMappingsNamespace support, only relevent at construction time.protected VectorSAX2DTM2. m_values -
Uses of Vector in org.apache.xml.serializer
Methods in org.apache.xml.serializer with parameters of type Vector Modifier and Type Method Description voidToSAXHandler. setCdataSectionElements(Vector URI_and_localNames)Does nothing.voidToStream. setCdataSectionElements(Vector URI_and_localNames)Remembers the cdata sections specified in the cdata-section-elements.voidToUnknownStream. setCdataSectionElements(Vector URI_and_localNames) -
Uses of Vector in org.apache.xml.utils
Fields in org.apache.xml.utils declared as Vector Modifier and Type Field Description protected VectorDOMHelper. m_candidateNoAncestorXMLNSDeprecated.Vector of node (odd indexes) and NSInfos (even indexes) that tell if the given node is a candidate for ancestor namespace processing.protected VectorDOMBuilder. m_prefixMappingsNamespace support -
Uses of Vector in org.apache.xpath
Methods in org.apache.xpath with parameters of type Vector Modifier and Type Method Description ObjectExtensionsProvider. extFunction(String ns, String funcName, Vector argVec, Object methodKey)Execute the extension function.ObjectExtensionsProvider. extFunction(FuncExtFunction extFunction, Vector argVec)Execute the extension function.abstract voidExpression. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidXPath. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time. -
Uses of Vector in org.apache.xpath.axes
Methods in org.apache.xpath.axes with parameters of type Vector Modifier and Type Method Description voidFilterExprIterator. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidFilterExprIteratorSimple. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidFilterExprWalker. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidNodeSequence. fixupVariables(Vector vars, int globalsSize)voidPredicatedNodeTest. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidUnionChildIterator. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidUnionPathIterator. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidWalkingIterator. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidWalkingIteratorSorted. fixupVariables(Vector vars, int globalsSize)This function is used to perform some extra analysis of the iterator. -
Uses of Vector in org.apache.xpath.functions
Methods in org.apache.xpath.functions with parameters of type Vector Modifier and Type Method Description voidFuncCurrent. fixupVariables(Vector vars, int globalsSize)No arguments to process, so this does nothing.voidFuncExtFunction. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidFuncFalse. fixupVariables(Vector vars, int globalsSize)No arguments to process, so this does nothing.voidFuncLast. fixupVariables(Vector vars, int globalsSize)No arguments to process, so this does nothing.voidFuncPosition. fixupVariables(Vector vars, int globalsSize)No arguments to process, so this does nothing.voidFunction2Args. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidFunction3Args. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidFunctionMultiArgs. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidFunctionOneArg. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidFuncTrue. fixupVariables(Vector vars, int globalsSize)No arguments to process, so this does nothing. -
Uses of Vector in org.apache.xpath.jaxp
Methods in org.apache.xpath.jaxp with parameters of type Vector Modifier and Type Method Description ObjectJAXPExtensionsProvider. extFunction(String ns, String funcName, Vector argVec, Object methodKey)Execute the extension function.ObjectJAXPExtensionsProvider. extFunction(FuncExtFunction extFunction, Vector argVec)Execute the extension function. -
Uses of Vector in org.apache.xpath.objects
Methods in org.apache.xpath.objects with parameters of type Vector Modifier and Type Method Description voidXObject. fixupVariables(Vector vars, int globalsSize)XObjects should not normally need to fix up variables.voidXRTreeFragSelectWrapper. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time. -
Uses of Vector in org.apache.xpath.operations
Methods in org.apache.xpath.operations with parameters of type Vector Modifier and Type Method Description voidOperation. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidUnaryOperation. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidVariable. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time. -
Uses of Vector in org.apache.xpath.patterns
Methods in org.apache.xpath.patterns with parameters of type Vector Modifier and Type Method Description voidFunctionPattern. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidNodeTest. fixupVariables(Vector vars, int globalsSize)Node tests by themselves do not need to fix up variables.voidStepPattern. fixupVariables(Vector vars, int globalsSize)This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.voidUnionPattern. fixupVariables(Vector vars, int globalsSize)No arguments to process, so this does nothing. -
Uses of Vector in org.bouncycastle.asn1
Fields in org.bouncycastle.asn1 declared as Vector Modifier and Type Field Description protected VectorASN1Sequence. seqConstructors in org.bouncycastle.asn1 with parameters of type Vector Constructor Description BERConstructedOctetString(Vector octs)Deprecated. -
Uses of Vector in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Vector Modifier and Type Method Description VectorX509Name. getOIDs()Deprecated.return a vector of the oids in the name, in the order they were found.VectorX509Name. getValues()Deprecated.return a vector of the values found in the name, in the order they were found.VectorX509Name. getValues(ASN1ObjectIdentifier oid)Deprecated.return a vector of the values found in the name, in the order they were found, with the DN label corresponding to passed in oid.Constructors in org.bouncycastle.asn1.x509 with parameters of type Vector Constructor Description ExtendedKeyUsage(Vector usages)Deprecated.use KeyPurposeId[] constructor.X509Extensions(Vector ordering, Hashtable extensions)Deprecated.use ExtensionsX509Extensions(Vector objectIDs, Vector values)Deprecated.use ExtensionsX509Name(Vector ordering, Hashtable attributes)Deprecated.Constructor from a table of attributes with ordering.X509Name(Vector ordering, Hashtable attributes, X509NameEntryConverter converter)Deprecated.use X500Name, X500NameBuilderX509Name(Vector oids, Vector values)Deprecated.use X500Name, X500NameBuilderX509Name(Vector oids, Vector values, X509NameEntryConverter converter)Deprecated.use X500Name, X500NameBuilder -
Uses of Vector in org.bouncycastle.jce
Constructors in org.bouncycastle.jce with parameters of type Vector Constructor Description X509Principal(Vector ordering, Hashtable attributes)constructor from a table of attributes and a vector giving the specific ordering required for encoding or conversion to a string.X509Principal(Vector oids, Vector values)constructor from a vector of attribute values and a vector of OIDs. -
Uses of Vector in org.conscrypt
Fields in org.conscrypt declared as Vector Modifier and Type Field Description protected Vector<DelegatedTask>HandshakeProtocol. delegatedTasksDelegated tasks for this handshake implementation -
Uses of Vector in SQLite