Uses of Interface org.apache.xml.utils.XMLString

Uses in package org.apache.xml.dtm.ref.dom2dtm

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).

Uses in package org.apache.xpath.objects

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
XString.startsWith(XMLString prefix, int toffset)
Tests if this string starts with the specified prefix beginning a specified index.
boolean
XStringForFSB.startsWith(XMLString prefix, int toffset)
Tests if this string starts with the specified prefix beginning a specified index.

Methods with return type org.apache.xml.utils.XMLString

XMLString
XString.concat(String str)
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
Get the string conversion from a single node.
XMLString
Create a new XMLString from a Java string.
XMLString
XMLStringFactoryImpl.newstr(char[] string, int start, int length)
Create a XMLString from a FastStringBuffer.
XMLString
XMLStringFactoryImpl.newstr(FastStringBuffer fsb, int start, int length)
Create a XMLString from a FastStringBuffer.
XMLString
XString.substring(int beginIndex)
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
XString.substring(int beginIndex, int endIndex)
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.

Uses in package org.apache.xml.dtm

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).

Uses in package org.apache.xalan.lib.sql

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).

Uses in package org.apache.xml.dtm.ref.sax2dtm

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.

Uses in package org.apache.xalan.transformer

Constructors with parameter type org.apache.xml.utils.XMLString

KeyRefIterator.KeyRefIterator(QName name, XMLString ref, Vector keyDecls, DTMIterator ki)
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.

Uses in package org.apache.xml.utils

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
XMLString.compareTo(XMLString anotherString)
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
XMLString.startsWith(XMLString prefix, int toffset)
Tests if this string starts with the specified prefix beginning a specified index.
boolean
XMLStringDefault.startsWith(XMLString prefix, int toffset)
Tests if this string starts with the specified prefix beginning a specified index.

Methods with return type org.apache.xml.utils.XMLString

XMLString
XMLString.concat(String str)
Concatenates the specified string to the end of this string.
XMLString
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
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
XMLStringFactory.newstr(FastStringBuffer string, int start, int length)
Create a XMLString from a FastStringBuffer.
XMLString
XMLStringFactoryDefault.newstr(FastStringBuffer fsb, int start, int length)
Create a XMLString from a FastStringBuffer.
XMLString
XMLString.substring(int beginIndex)
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
XMLString.substring(int beginIndex, int endIndex)
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
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
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.

Uses in package org.apache.xalan.xsltc.dom

Methods with return type org.apache.xml.utils.XMLString

XMLString
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
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 in package org.apache.xpath

Methods with return type org.apache.xml.utils.XMLString

XMLString
Cast result object to a string.

Uses in package org.apache.xml.dtm.ref

Methods with return type org.apache.xml.utils.XMLString

XMLString
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
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).

Copyright B) 2005 Apache XML Project. All Rights Reserved.