Searched defs:XMLString (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLString.java28 * <strong>Note:</strong> Methods that are passed an XMLString structure
34 * <strong>Note:</strong> Methods that are passed an XMLString structure
46 public class XMLString { class
66 public XMLString() { method in class:XMLString
70 * Constructs an XMLString structure preset with the specified
77 public XMLString(char[] ch, int offset, int length) { method in class:XMLString
82 * Constructs an XMLString structure with copies of the values in
88 * @param string The XMLString to copy.
90 public XMLString(XMLString strin method in class:XMLString
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXMLString.java21 * $Id: XMLString.java,v 1.2.4.1 2005/09/15 08:16:02 suresh_emailid Exp $
30 * other character data. By using XMLString, character copies can be reduced
33 public interface XMLString interface
76 public XMLString fixWhiteSpace(boolean trimHead,
130 * <code>null</code> and is an <code>XMLString</code> object that represents
140 public abstract boolean equals(XMLString anObject);
201 public abstract int compareTo(XMLString anotherString);
221 public abstract int compareToIgnoreCase(XMLString str);
263 public abstract boolean startsWith(XMLString prefix, int toffset);
297 public abstract boolean startsWith(XMLString prefi
[all...]

Completed in 62 milliseconds