Uses of Interface
org.apache.xml.utils.XMLString
Packages that use XMLString
Package
Description
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
In charge of run-time transformations and the production of result trees.
Implementation of Xalan utility classes.
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
-
Uses of XMLString in org.apache.xalan.lib.sql
Methods in org.apache.xalan.lib.sql that return XMLStringModifier and TypeMethodDescriptionDTMDocument.getStringValue
(int nodeHandle) Get the string-value of a node as a String object (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value). -
Uses of XMLString in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer with parameters of type XMLStringModifier and TypeMethodDescriptionKeyManager.getNodeSetDTMByKey
(XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext) Given a valid element key, return the corresponding node list.KeyTable.getNodeSetDTMByKey
(QName name, XMLString ref) Given a valid element key, return the corresponding node list.Constructors in org.apache.xalan.transformer with parameters of type XMLStringModifierConstructorDescriptionKeyRefIterator
(QName name, XMLString ref, Vector keyDecls, DTMIterator ki) Constructor KeyRefIterator -
Uses of XMLString in org.apache.xalan.xsltc.dom
Methods in org.apache.xalan.xsltc.dom that return XMLStringModifier and TypeMethodDescriptionAdaptiveResultTreeImpl.getStringValue
(int nodeHandle) SimpleResultTreeImpl.getStringValue
(int nodeHandle) -
Uses of XMLString in org.apache.xml.dtm
Methods in org.apache.xml.dtm that return XMLStringModifier and TypeMethodDescriptionDTM.getStringValue
(int nodeHandle) Get the string-value of a node as a String object (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value). -
Uses of XMLString in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return XMLStringModifier and TypeMethodDescriptionabstract XMLString
DTMDefaultBase.getStringValue
(int nodeHandle) Get the string-value of a node as a String object (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value).DTMDocumentImpl.getStringValue
(int nodeHandle) Get the string-value of a node as a String object (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value). -
Uses of XMLString in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm that return XMLStringModifier and TypeMethodDescriptionDOM2DTM.getStringValue
(int nodeHandle) Get the string-value of a node as a String object (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value). -
Uses of XMLString in org.apache.xml.dtm.ref.sax2dtm
Methods in org.apache.xml.dtm.ref.sax2dtm that return XMLStringModifier and TypeMethodDescriptionSAX2DTM.getStringValue
(int nodeHandle) Get the string-value of a node as a String object (see http://www.w3.org/TR/xpath#data-model for the definition of a node's string-value).SAX2DTM2.getStringValue
(int nodeHandle) Override SAX2DTM.getStringValue(int) -
Uses of XMLString in org.apache.xml.utils
Classes in org.apache.xml.utils that implement XMLStringModifier and TypeClassDescriptionclass
The default implementation of the XMLString interface, which is just a simple wrapper of a String object.Methods in org.apache.xml.utils that return XMLStringModifier and TypeMethodDescriptionConcatenates the specified string to the end of this string.Concatenates the specified string to the end of this string.abstract XMLString
XMLStringFactory.emptystr()
Get a cheap representation of an empty string.XMLStringFactoryDefault.emptystr()
Get a cheap representation of an empty string.XMLString.fixWhiteSpace
(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces) Conditionally trim all leading and trailing whitespace in the specified String.XMLStringDefault.fixWhiteSpace
(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces) Conditionally trim all leading and trailing whitespace in the specified String.abstract XMLString
XMLStringFactory.newstr
(char[] string, int start, int length) Create a XMLString from a FastStringBuffer.abstract XMLString
Create a new XMLString from a Java string.abstract XMLString
XMLStringFactory.newstr
(FastStringBuffer string, int start, int length) Create a XMLString from a FastStringBuffer.XMLStringFactoryDefault.newstr
(char[] string, int start, int length) Create a XMLString from a FastStringBuffer.Create a new XMLString from a Java string.XMLStringFactoryDefault.newstr
(FastStringBuffer fsb, int start, int length) Create a XMLString from a FastStringBuffer.XMLString.substring
(int beginIndex) Returns a new string that is a substring of this string.XMLString.substring
(int beginIndex, int endIndex) Returns a new string that is a substring of this string.XMLStringDefault.substring
(int beginIndex) Returns a new string that is a substring of this string.XMLStringDefault.substring
(int beginIndex, int endIndex) Returns a new string that is a substring of this string.XMLString.toLowerCase()
Converts all of the characters in thisString
to lower case using the rules of the default locale, which is returned byLocale.getDefault
.XMLString.toLowerCase
(Locale locale) Converts all of the characters in thisString
to lower case using the rules of the givenLocale
.XMLStringDefault.toLowerCase()
Converts all of the characters in thisString
to lower case using the rules of the default locale, which is returned byLocale.getDefault
.XMLStringDefault.toLowerCase
(Locale locale) Converts all of the characters in thisString
to lower case using the rules of the givenLocale
.XMLString.toUpperCase()
Converts all of the characters in thisString
to upper case using the rules of the default locale, which is returned byLocale.getDefault
.XMLString.toUpperCase
(Locale locale) Converts all of the characters in thisString
to upper case using the rules of the given locale.XMLStringDefault.toUpperCase()
Converts all of the characters in thisString
to upper case using the rules of the default locale, which is returned byLocale.getDefault
.XMLStringDefault.toUpperCase
(Locale locale) Converts all of the characters in thisString
to upper case using the rules of the given locale.XMLString.trim()
Removes white space from both ends of this string.XMLStringDefault.trim()
Removes white space from both ends of this string.Methods in org.apache.xml.utils with parameters of type XMLStringModifier and TypeMethodDescriptionint
Compares two strings lexicographically.int
Compares two strings lexicographically.int
XMLString.compareToIgnoreCase
(XMLString str) Compares two strings lexicographically, ignoring case considerations.int
XMLStringDefault.compareToIgnoreCase
(XMLString str) Compares two strings lexicographically, ignoring case considerations.boolean
Compares this string to the specified object.boolean
Compares this string to the specified object.int
Returns the index within this string of the first occurrence of the specified substring.int
Returns the index within this string of the first occurrence of the specified substring.boolean
XMLString.startsWith
(XMLString prefix) Tests if this string starts with the specified prefix.boolean
XMLString.startsWith
(XMLString prefix, int toffset) Tests if this string starts with the specified prefix beginning a specified index.boolean
XMLStringDefault.startsWith
(XMLString prefix) Tests if this string starts with the specified prefix.boolean
XMLStringDefault.startsWith
(XMLString prefix, int toffset) Tests if this string starts with the specified prefix beginning a specified index. -
Uses of XMLString in org.apache.xpath
Methods in org.apache.xpath that return XMLStringModifier and TypeMethodDescriptionExpression.xstr
(XPathContext xctxt) Cast result object to a string. -
Uses of XMLString in org.apache.xpath.objects
Classes in org.apache.xpath.objects that implement XMLStringModifier and TypeClassDescriptionclass
This class represents an XPath string object, and is capable of converting the string to other types, such as a number.class
This class will wrap a FastStringBuffer and allow forclass
This class will wrap a FastStringBuffer and allow forMethods in org.apache.xpath.objects that return XMLStringModifier and TypeMethodDescriptionConcatenates the specified string to the end of this string.Concatenates the specified string to the end of this string.XMLStringFactoryImpl.emptystr()
Get a cheap representation of an empty string.XString.fixWhiteSpace
(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces) Conditionally trim all leading and trailing whitespace in the specified String.XStringForFSB.fixWhiteSpace
(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces) Conditionally trim all leading and trailing whitespace in the specified String.XNodeSet.getStringFromNode
(int n) Get the string conversion from a single node.XMLStringFactoryImpl.newstr
(char[] string, int start, int length) Create a XMLString from a FastStringBuffer.Create a new XMLString from a Java string.XMLStringFactoryImpl.newstr
(FastStringBuffer fsb, int start, int length) Create a XMLString from a FastStringBuffer.XString.substring
(int beginIndex) Returns a new string that is a substring of this string.XString.substring
(int beginIndex, int endIndex) Returns a new string that is a substring of this string.XStringForFSB.substring
(int beginIndex) Returns a new string that is a substring of this string.XStringForFSB.substring
(int beginIndex, int endIndex) Returns a new string that is a substring of this string.XString.toLowerCase()
Converts all of the characters in thisString
to lower case using the rules of the default locale, which is returned byLocale.getDefault
.XString.toLowerCase
(Locale locale) Converts all of the characters in thisString
to lower case using the rules of the givenLocale
.XString.toUpperCase()
Converts all of the characters in thisString
to upper case using the rules of the default locale, which is returned byLocale.getDefault
.XString.toUpperCase
(Locale locale) Converts all of the characters in thisString
to upper case using the rules of the given locale.XString.trim()
Removes white space from both ends of this string.XStringForFSB.trim()
Removes white space from both ends of this string.XNodeSet.xstr()
Cast result object to an XMLString.XObject.xstr()
Cast result object to a string.XRTreeFrag.xstr()
Cast result object to an XMLString.XRTreeFragSelectWrapper.xstr()
Cast result object to an XMLString.XString.xstr()
Cast result object to a string.Methods in org.apache.xpath.objects with parameters of type XMLStringModifier and TypeMethodDescriptionint
Compares two strings lexicographically.int
Compares two strings lexicographically.int
XString.compareToIgnoreCase
(XMLString str) Compares two strings lexicographically, ignoring case considerations.int
XStringForFSB.compareToIgnoreCase
(XMLString xstr) Compares two strings lexicographically, ignoring case considerations.boolean
Compares this string to the specified object.boolean
Compares this string to the specified object.int
Returns the index within this string of the first occurrence of the specified substring.boolean
XString.startsWith
(XMLString prefix) Tests if this string starts with the specified prefix.boolean
XString.startsWith
(XMLString prefix, int toffset) Tests if this string starts with the specified prefix beginning a specified index.boolean
XStringForFSB.startsWith
(XMLString prefix) Tests if this string starts with the specified prefix.boolean
XStringForFSB.startsWith
(XMLString prefix, int toffset) Tests if this string starts with the specified prefix beginning a specified index.