| Frames | No Frames |
Constructors with parameter type org.apache.xml.utils.XMLString | |
Constructor KeyRefIterator
| |
Methods with parameter type org.apache.xml.utils.XMLString | |
| XNodeSet | Given a valid element key, return the corresponding node list.
|
| XNodeSet | KeyManager.getNodeSetDTMByKey(XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext) Given a valid element key, return the corresponding node list.
|
Methods with return type org.apache.xml.utils.XMLString | |
| XMLString | DOM2DTM.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).
|
Methods with return type org.apache.xml.utils.XMLString | |
| XMLString | Cast result object to a string.
|
Classes implementing org.apache.xml.utils.XMLString | |
| class | 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 for
|
| class | This class will wrap a FastStringBuffer and allow for
|
Methods with parameter type org.apache.xml.utils.XMLString | |
| int | Compares two strings lexicographically.
|
| int | Compares two strings lexicographically.
|
| int | Compares two strings lexicographically, ignoring case considerations.
|
| int | 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 | Tests if this string starts with the specified prefix.
|
| boolean | Tests if this string starts with the specified prefix.
|
| boolean | Tests if this string starts with the specified prefix beginning
a specified index.
|
| boolean | Tests if this string starts with the specified prefix beginning
a specified index.
|
Methods with return type org.apache.xml.utils.XMLString | |
| XMLString | Concatenates the specified string to the end of this string.
|
| XMLString | XStringForFSB.concat(String str) Concatenates the specified string to the end of this string.
|
| XMLString | Get a cheap representation of an empty string.
|
| XMLString | XString.fixWhiteSpace(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces) Conditionally trim all leading and trailing whitespace in the specified String.
|
| XMLString | XStringForFSB.fixWhiteSpace(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces) Conditionally trim all leading and trailing whitespace in the specified String.
|
| XMLString | XNodeSet.getStringFromNode(int n) Get the string conversion from a single node.
|
| XMLString | XMLStringFactoryImpl.newstr(String string) Create a new XMLString from a Java string.
|
| XMLString | XMLStringFactoryImpl.newstr(char[] string, int start, int length) Create a XMLString from a FastStringBuffer.
|
| XMLString | Create a XMLString from a FastStringBuffer.
|
| XMLString | Returns a new string that is a substring of this string. |
| XMLString | XStringForFSB.substring(int beginIndex) Returns a new string that is a substring of this string. |
| XMLString | Returns a new string that is a substring of this string. |
| XMLString | XStringForFSB.substring(int beginIndex, int endIndex) Returns a new string that is a substring of this string. |
| XMLString | Converts all of the characters in this String to lower
case using the rules of the default locale, which is returned
by Locale.getDefault.
|
| XMLString | XString.toLowerCase(Locale locale) Converts all of the characters in this String to lower
case using the rules of the given Locale.
|
| XMLString | Converts all of the characters in this String to upper
case using the rules of the default locale, which is returned
by Locale.getDefault.
|
| XMLString | XString.toUpperCase(Locale locale) Converts all of the characters in this String to upper
case using the rules of the given locale.
|
| XMLString | Removes white space from both ends of this string.
|
| XMLString | Removes white space from both ends of this string.
|
| XMLString | Cast result object to an XMLString.
|
| XMLString | Cast result object to a string.
|
| XMLString | Cast result object to an XMLString.
|
| XMLString | Cast result object to an XMLString.
|
| XMLString | Cast result object to a string.
|
Methods with return type org.apache.xml.utils.XMLString | |
| XMLString | SAX2DTM.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).
|
| XMLString | SAX2DTM2.getStringValue(int nodeHandle) Override SAX2DTM.getStringValue(int)
This method is only used by Xalan-J Interpretive. |
Methods with return type org.apache.xml.utils.XMLString | |
| XMLString | AdaptiveResultTreeImpl.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).
|
| XMLString | SimpleResultTreeImpl.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).
|
Methods with return type org.apache.xml.utils.XMLString | |
| 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).
|
| XMLString | 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).
|
Methods with return type org.apache.xml.utils.XMLString | |
| XMLString | DTMDocument.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).
|
Classes implementing org.apache.xml.utils.XMLString | |
| class | The default implementation of the XMLString interface,
which is just a simple wrapper of a String object.
|
Methods with parameter type org.apache.xml.utils.XMLString | |
| int | Compares two strings lexicographically.
|
| int | Compares two strings lexicographically.
|
| int | Compares two strings lexicographically, ignoring case considerations.
|
| int | 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 | Tests if this string starts with the specified prefix.
|
| boolean | Tests if this string starts with the specified prefix.
|
| boolean | Tests if this string starts with the specified prefix beginning
a specified index.
|
| boolean | Tests if this string starts with the specified prefix beginning
a specified index.
|
Methods with return type org.apache.xml.utils.XMLString | |
| XMLString | Concatenates the specified string to the end of this string.
|
| XMLString | XMLStringDefault.concat(String str) Concatenates the specified string to the end of this string.
|
| XMLString | Get a cheap representation of an empty string.
|
| XMLString | Get a cheap representation of an empty string.
|
| XMLString | XMLString.fixWhiteSpace(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces) Conditionally trim all leading and trailing whitespace in the specified String.
|
| XMLString | XMLStringDefault.fixWhiteSpace(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces) Conditionally trim all leading and trailing whitespace in the specified String.
|
| XMLString | XMLStringFactory.newstr(String string) Create a new XMLString from a Java string.
|
| XMLString | XMLStringFactoryDefault.newstr(String string) Create a new XMLString from a Java string.
|
| XMLString | XMLStringFactory.newstr(char[] string, int start, int length) Create a XMLString from a FastStringBuffer.
|
| XMLString | XMLStringFactoryDefault.newstr(char[] string, int start, int length) Create a XMLString from a FastStringBuffer.
|
| XMLString | Create a XMLString from a FastStringBuffer.
|
| XMLString | Create a XMLString from a FastStringBuffer.
|
| XMLString | Returns a new string that is a substring of this string. |
| XMLString | XMLStringDefault.substring(int beginIndex) Returns a new string that is a substring of this string. |
| XMLString | Returns a new string that is a substring of this string. |
| XMLString | XMLStringDefault.substring(int beginIndex, int endIndex) Returns a new string that is a substring of this string. |
| XMLString | Converts all of the characters in this String to lower
case using the rules of the default locale, which is returned
by Locale.getDefault.
|
| XMLString | Converts all of the characters in this String to lower
case using the rules of the default locale, which is returned
by Locale.getDefault.
|
| XMLString | XMLString.toLowerCase(Locale locale) Converts all of the characters in this String to lower
case using the rules of the given Locale.
|
| XMLString | XMLStringDefault.toLowerCase(Locale locale) Converts all of the characters in this String to lower
case using the rules of the given Locale.
|
| XMLString | Converts all of the characters in this String to upper
case using the rules of the default locale, which is returned
by Locale.getDefault.
|
| XMLString | Converts all of the characters in this String to upper
case using the rules of the default locale, which is returned
by Locale.getDefault.
|
| XMLString | XMLString.toUpperCase(Locale locale) Converts all of the characters in this String to upper
case using the rules of the given locale.
|
| XMLString | XMLStringDefault.toUpperCase(Locale locale) Converts all of the characters in this String to upper
case using the rules of the given locale.
|
| XMLString | Removes white space from both ends of this string.
|
| XMLString | Removes white space from both ends of this string.
|
Methods with return type org.apache.xml.utils.XMLString | |
| XMLString | DTM.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).
|