Uses of Interface
org.apache.xml.utils.XMLString
| Package | Description |
|---|---|
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.dom2dtm | |
| org.apache.xml.dtm.ref.sax2dtm | |
| 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.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.objects |
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.transformer
Methods in org.apache.xalan.transformer with parameters of type XMLString Modifier and Type Method Description XNodeSetKeyManager. getNodeSetDTMByKey(XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext)Given a valid element key, return the corresponding node list.XNodeSetKeyTable. getNodeSetDTMByKey(QName name, XMLString ref)Given a valid element key, return the corresponding node list. -
Uses of XMLString in org.apache.xml.dtm
Methods in org.apache.xml.dtm that return XMLString Modifier and Type Method Description XMLStringDTM. 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 XMLString Modifier and Type Method Description abstract XMLStringDTMDefaultBase. 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).XMLStringDTMDocumentImpl. 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 XMLString Modifier and Type Method Description XMLStringDOM2DTM. 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 XMLString Modifier and Type Method Description XMLStringSAX2DTM. 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).XMLStringSAX2DTM2. getStringValue(int nodeHandle)Override SAX2DTM.getStringValue(int) -
Uses of XMLString in org.apache.xml.utils
Classes in org.apache.xml.utils that implement XMLString Modifier and Type Class Description classXMLStringDefaultThe default implementation of the XMLString interface, which is just a simple wrapper of a String object.Methods in org.apache.xml.utils that return XMLString Modifier and Type Method Description XMLStringXMLString. concat(String str)Concatenates the specified string to the end of this string.XMLStringXMLStringDefault. concat(String str)Concatenates the specified string to the end of this string.abstract XMLStringXMLStringFactory. emptystr()Get a cheap representation of an empty string.XMLStringXMLString. fixWhiteSpace(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces)Conditionally trim all leading and trailing whitespace in the specified String.XMLStringXMLStringDefault. fixWhiteSpace(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces)Conditionally trim all leading and trailing whitespace in the specified String.abstract XMLStringXMLStringFactory. newstr(char[] string, int start, int length)Create a XMLString from a FastStringBuffer.abstract XMLStringXMLStringFactory. newstr(String string)Create a new XMLString from a Java string.abstract XMLStringXMLStringFactory. newstr(FastStringBuffer string, int start, int length)Create a XMLString from a FastStringBuffer.XMLStringXMLString. substring(int beginIndex)Returns a new string that is a substring of this string.XMLStringXMLString. substring(int beginIndex, int endIndex)Returns a new string that is a substring of this string.XMLStringXMLStringDefault. substring(int beginIndex)Returns a new string that is a substring of this string.XMLStringXMLStringDefault. substring(int beginIndex, int endIndex)Returns a new string that is a substring of this string.XMLStringXMLString. toLowerCase()Converts all of the characters in thisStringto lower case using the rules of the default locale, which is returned byLocale.getDefault.XMLStringXMLString. toLowerCase(Locale locale)Converts all of the characters in thisStringto lower case using the rules of the givenLocale.XMLStringXMLStringDefault. toLowerCase()Converts all of the characters in thisStringto lower case using the rules of the default locale, which is returned byLocale.getDefault.XMLStringXMLStringDefault. toLowerCase(Locale locale)Converts all of the characters in thisStringto lower case using the rules of the givenLocale.XMLStringXMLString. toUpperCase()Converts all of the characters in thisStringto upper case using the rules of the default locale, which is returned byLocale.getDefault.XMLStringXMLString. toUpperCase(Locale locale)Converts all of the characters in thisStringto upper case using the rules of the given locale.XMLStringXMLStringDefault. toUpperCase()Converts all of the characters in thisStringto upper case using the rules of the default locale, which is returned byLocale.getDefault.XMLStringXMLStringDefault. toUpperCase(Locale locale)Converts all of the characters in thisStringto upper case using the rules of the given locale.XMLStringXMLString. trim()Removes white space from both ends of this string.XMLStringXMLStringDefault. trim()Removes white space from both ends of this string.Methods in org.apache.xml.utils with parameters of type XMLString Modifier and Type Method Description intXMLString. compareTo(XMLString anotherString)Compares two strings lexicographically.intXMLStringDefault. compareTo(XMLString anotherString)Compares two strings lexicographically.intXMLString. compareToIgnoreCase(XMLString str)Compares two strings lexicographically, ignoring case considerations.intXMLStringDefault. compareToIgnoreCase(XMLString str)Compares two strings lexicographically, ignoring case considerations.booleanXMLString. equals(XMLString anObject)Compares this string to the specified object.booleanXMLStringDefault. equals(XMLString anObject)Compares this string to the specified object.intXMLString. indexOf(XMLString str)Returns the index within this string of the first occurrence of the specified substring.intXMLStringDefault. indexOf(XMLString str)Returns the index within this string of the first occurrence of the specified substring.booleanXMLString. startsWith(XMLString prefix)Tests if this string starts with the specified prefix.booleanXMLString. startsWith(XMLString prefix, int toffset)Tests if this string starts with the specified prefix beginning a specified index.booleanXMLStringDefault. startsWith(XMLString prefix)Tests if this string starts with the specified prefix.booleanXMLStringDefault. 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 XMLString Modifier and Type Method Description XMLStringExpression. xstr(XPathContext xctxt)Cast result object to a string. -
Uses of XMLString in org.apache.xpath.functions
Methods in org.apache.xpath.functions that return XMLString Modifier and Type Method Description protected XMLStringFunctionDef1Arg. getArg0AsString(XPathContext xctxt)Execute the first argument expression that is expected to return a string. -
Uses of XMLString in org.apache.xpath.objects
Classes in org.apache.xpath.objects that implement XMLString Modifier and Type Class Description classXStringThis class represents an XPath string object, and is capable of converting the string to other types, such as a number.classXStringForCharsThis class will wrap a FastStringBuffer and allow forclassXStringForFSBThis class will wrap a FastStringBuffer and allow forMethods in org.apache.xpath.objects that return XMLString Modifier and Type Method Description XMLStringXString. concat(String str)Concatenates the specified string to the end of this string.XMLStringXStringForFSB. concat(String str)Concatenates the specified string to the end of this string.XMLStringXMLStringFactoryImpl. emptystr()Get a cheap representation of an empty string.XMLStringXString. fixWhiteSpace(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces)Conditionally trim all leading and trailing whitespace in the specified String.XMLStringXStringForFSB. fixWhiteSpace(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces)Conditionally trim all leading and trailing whitespace in the specified String.XMLStringXNodeSet. getStringFromNode(int n)Get the string conversion from a single node.XMLStringXMLStringFactoryImpl. newstr(char[] string, int start, int length)Create a XMLString from a FastStringBuffer.XMLStringXMLStringFactoryImpl. newstr(String string)Create a new XMLString from a Java string.XMLStringXMLStringFactoryImpl. newstr(FastStringBuffer fsb, int start, int length)Create a XMLString from a FastStringBuffer.XMLStringXString. substring(int beginIndex)Returns a new string that is a substring of this string.XMLStringXString. substring(int beginIndex, int endIndex)Returns a new string that is a substring of this string.XMLStringXStringForFSB. substring(int beginIndex)Returns a new string that is a substring of this string.XMLStringXStringForFSB. substring(int beginIndex, int endIndex)Returns a new string that is a substring of this string.XMLStringXString. toLowerCase()Converts all of the characters in thisStringto lower case using the rules of the default locale, which is returned byLocale.getDefault.XMLStringXString. toLowerCase(Locale locale)Converts all of the characters in thisStringto lower case using the rules of the givenLocale.XMLStringXString. toUpperCase()Converts all of the characters in thisStringto upper case using the rules of the default locale, which is returned byLocale.getDefault.XMLStringXString. toUpperCase(Locale locale)Converts all of the characters in thisStringto upper case using the rules of the given locale.XMLStringXString. trim()Removes white space from both ends of this string.XMLStringXStringForFSB. trim()Removes white space from both ends of this string.XMLStringXNodeSet. xstr()Cast result object to an XMLString.XMLStringXObject. xstr()Cast result object to a string.XMLStringXRTreeFrag. xstr()Cast result object to an XMLString.XMLStringXRTreeFragSelectWrapper. xstr()Cast result object to an XMLString.XMLStringXString. xstr()Cast result object to a string.Methods in org.apache.xpath.objects with parameters of type XMLString Modifier and Type Method Description intXString. compareTo(XMLString xstr)Compares two strings lexicographically.intXStringForFSB. compareTo(XMLString xstr)Compares two strings lexicographically.intXString. compareToIgnoreCase(XMLString str)Compares two strings lexicographically, ignoring case considerations.intXStringForFSB. compareToIgnoreCase(XMLString xstr)Compares two strings lexicographically, ignoring case considerations.booleanXString. equals(XMLString obj2)Compares this string to the specified object.booleanXStringForFSB. equals(XMLString obj2)Compares this string to the specified object.intXString. indexOf(XMLString str)Returns the index within this string of the first occurrence of the specified substring.booleanXString. startsWith(XMLString prefix)Tests if this string starts with the specified prefix.booleanXString. startsWith(XMLString prefix, int toffset)Tests if this string starts with the specified prefix beginning a specified index.booleanXStringForFSB. startsWith(XMLString prefix)Tests if this string starts with the specified prefix.booleanXStringForFSB. startsWith(XMLString prefix, int toffset)Tests if this string starts with the specified prefix beginning a specified index.