A B C D E F G H I J K L N P R S T V W X

A

actionPerformed(ActionEvent) - Method in class xv.swing.ResizeAnimation
 
add(int, JSONVariant) - Method in class xv.json.JSONArray
 
add(JSONVariant) - Method in class xv.json.JSONArray
 
addAll(Collection<? extends JSONVariant>) - Method in class xv.json.JSONArray
 
addAll(int, Collection<? extends JSONVariant>) - Method in class xv.json.JSONArray
 
addChild(TemplateElement) - Method in class xv.text.template.TemplateElement
Add the given template element as the child.
addLocation(String) - Method in class xv.xml.PathContentHandler
Appends a location string to the given message string.
animate() - Method in class xv.swing.ResizeAnimation
Runs through the animation.
append(int) - Method in class xv.text.StringMaker
Appends a code point.
append(char) - Method in class xv.text.StringMaker
Appends the given character.
append(CharSequence, int, int) - Method in class xv.text.StringMaker
 
append(CharSequence) - Method in class xv.text.StringMaker
 
append(char[]) - Method in class xv.text.StringMaker
Appends the given character array.
append(char[], int, int) - Method in class xv.text.StringMaker
Appends the given section of the given character array.
append(String) - Method in class xv.text.StringMaker
 
append(String, int, int) - Method in class xv.text.StringMaker
Appends the given section of the given string.
appendEscapedXML(Appendable, CharSequence) - Static method in class xv.text.StringEscape
Appends the given character sequence, escaped for output into XML.
appendEscapedXMLAttribute(Appendable, CharSequence) - Static method in class xv.text.StringEscape
Appends the given character sequence, escaped for output into an XML attribute.

B

booleanValue() - Method in class xv.json.JSONBoolean
Gets the value of the boolean as a Java boolean.
byteValue() - Method in class xv.json.JSONNumber
Returns the value as a byte.

C

characters(char[], int, int) - Method in class xv.xml.PathContentHandler
Receives character data.
CharArraySequence - Class in xv.util
Utility class for treating character arrays as CharSequences.
CharArraySequence(char[]) - Constructor for class xv.util.CharArraySequence
Generate a new wrapper around the given character array as a char sequence.
CharArraySequence(char[], int, int) - Constructor for class xv.util.CharArraySequence
Generate a new wrapper around the given subsection of a character array as a char sequence.
charAt(int) - Method in class xv.text.CharSequenceSubSequence
Gets the character at the given index.
charAt(int) - Method in class xv.text.StringMaker
 
charAt(int) - Method in class xv.util.CharArraySequence
CharSequenceSubSequence - Class in xv.text
Utility class for creating subsequences of CharSequence objects, mainly intended for implementing CharSequence.subSequence(int, int) and something that I think Sun should include on their own, but that's beside the point.
CharSequenceSubSequence(CharSequence, int, int) - Constructor for class xv.text.CharSequenceSubSequence
 
clear() - Method in class xv.json.JSONArray
 
clear() - Method in class xv.json.JSONObject
clear() - Method in class xv.text.StringMaker
"Clears" the string by resetting the string offset to 0.
clearTextContent() - Method in class xv.xml.PathContentHandler
Removes any stored text content.
comment(char[], int, int) - Method in class xv.xml.PathContentHandler
This method checks to see if PathContentHandler.requireEmptyElement(String) has been called and throws an exception if it has.
contains(Object) - Method in class xv.json.JSONArray
 
contains(String) - Method in class xv.text.template.TemplateEnvironment
Check if the environment has a binding for the given variable name.
containsAll(Collection<?>) - Method in class xv.json.JSONArray
 
containsKey(Object) - Method in class xv.json.JSONObject
containsValue(Object) - Method in class xv.json.JSONObject
CopyArrays - Class in xv.util
Deprecated. Java 5 has reached EOL, making this class useless. Provides dumb implementations of the Arrays.copy methods found in JDK6, for use in supporting JDK5 implementations.
CopyArrays() - Constructor for class xv.util.CopyArrays
Deprecated.  
copyOf(T[], int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOf(U[], int, Class<? extends T>) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOf(boolean[], int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOf(byte[], int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOf(char[], int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOf(short[], int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOf(int[], int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOf(long[], int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOf(float[], int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOf(double[], int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOfRange(T[], int, int) - Static method in class xv.util.CopyArrays
Deprecated.  
copyOfRange(boolean[], int, int) - Static method in class xv.util.CopyArrays
Deprecated.  
createCharSequence(Object) - Static method in class xv.util.CharArraySequence
Returns a char sequence that represents the given object.

D

doubleValue() - Method in class xv.json.JSONNumber
Returns the value as a double.

E

endArray() - Method in class xv.json.JSONWriter
 
endCDATA() - Method in class xv.xml.PathContentHandler
Part of LexicalHandler.
endDocument() - Method in class xv.xml.PathContentHandler
 
endDTD() - Method in class xv.xml.PathContentHandler
Part of LexicalHandler.
endElement(String) - Method in class xv.xml.PathContentHandler
Called by PathContentHandler.endElement(String, String, String) with the generated path.
endElement(String, String, String) - Method in class xv.xml.PathContentHandler
Receives notification of the end of an element.
endEntity(String) - Method in class xv.xml.PathContentHandler
Part of LexicalHandler.
endObject() - Method in class xv.json.JSONWriter
 
entrySet() - Method in class xv.json.JSONObject
equals(Object) - Method in class xv.json.JSONArray
 
equals(Object) - Method in class xv.json.JSONBoolean
 
equals(Object) - Method in class xv.json.JSONNumber
 
equals(Object) - Method in class xv.json.JSONObject
 
equals(Object) - Method in class xv.json.JSONString
 
equals(Object) - Method in class xv.text.CharSequenceSubSequence
Checks if this CharSequenceSubSequence is equal to another
equals(Object) - Method in class xv.util.CharArraySequence
Determines if this CharArraySequence is equal to another CharArraySequence.
escapeCharacter(char) - Static method in class xv.json.JSONWriter
 
escapeXML(CharSequence) - Static method in class xv.text.StringEscape
Returns the given character sequence, escaped for output into XML.
escapeXMLAttribute(CharSequence) - Static method in class xv.text.StringEscape
Returns the given character sequence, escaped for output into an XML attribute.
exception(String) - Method in class xv.xml.PathContentHandler
Creates a new SAXException with the given message.
exception(Throwable) - Method in class xv.xml.PathContentHandler
Creates a new SAXException with the given cause.
exception(String, Throwable) - Method in class xv.xml.PathContentHandler
Creates a new SAXException with the given message and cause exception.The current location is appended to the given string via PathContentHandler.addLocation(String).
execute(TemplateEnvironment, Appendable) - Method in class xv.text.template.ExpansionTemplateElement
 
execute(TemplateEnvironment, Appendable) - Method in class xv.text.template.StringTemplateElement
 
execute(TemplateEnvironment) - Method in class xv.text.template.Template
 
execute(TemplateEnvironment, Appendable) - Method in class xv.text.template.Template
 
execute(TemplateEnvironment, Appendable) - Method in class xv.text.template.TemplateElement
Execute the current token.
ExpansionTemplateElement - Class in xv.text.template
 
ExpansionTemplateElement(String) - Constructor for class xv.text.template.ExpansionTemplateElement
 

F

FALSE - Static variable in class xv.json.JSONBoolean
 
floatValue() - Method in class xv.json.JSONNumber
Returns the value as a float.
format(String, Object...) - Static method in class xv.text.NLS
Formats a string.

G

get(int) - Method in class xv.json.JSONArray
 
get(Object) - Method in class xv.json.JSONObject
get(String) - Method in class xv.text.template.TemplateEnvironment
 
get(String, Object) - Method in class xv.text.template.TemplateEnvironment
 
getArray(int) - Method in class xv.json.JSONArray
Gets the item at the given index as an array.
getArray(String) - Method in class xv.json.JSONObject
Gets the given property as an array.
getBestQuoteCharacter(String) - Static method in class xv.json.JSONWriter
Gets the best quoting character to use for the given string.
getBoolean(String) - Method in class xv.json.JSONObject
 
getBoolean(String, boolean) - Method in class xv.json.JSONObject
 
getByte(int, byte) - Method in class xv.json.JSONArray
Gets the given index as a byte.
getByte(int) - Method in class xv.json.JSONArray
Gets the given index as a byte.
getByte(String, byte) - Method in class xv.json.JSONObject
Gets the given property as a byte.
getByte(String) - Method in class xv.json.JSONObject
Gets the given property as a byte.
getDouble(int, double) - Method in class xv.json.JSONArray
Gets the given index as a double.
getDouble(int) - Method in class xv.json.JSONArray
Gets the given index as a double.
getDouble(String, double) - Method in class xv.json.JSONObject
Gets the given property as a double.
getDouble(String) - Method in class xv.json.JSONObject
Gets the given property as a double.
getException() - Method in class xv.swing.JExceptionPane
 
getFloat(int, float) - Method in class xv.json.JSONArray
Gets the given index as a float.
getFloat(int) - Method in class xv.json.JSONArray
Gets the given index as a float.
getFloat(String, float) - Method in class xv.json.JSONObject
Gets the given property as a float.
getFloat(String) - Method in class xv.json.JSONObject
Gets the given property as a float.
getInt(int, int) - Method in class xv.json.JSONArray
Gets the given index as an integer.
getInt(int) - Method in class xv.json.JSONArray
Gets the given index as an integer.
getInt(String, int) - Method in class xv.json.JSONObject
Gets the given property as an integer.
getInt(String) - Method in class xv.json.JSONObject
Gets the given property as an integer.
getLong(int, long) - Method in class xv.json.JSONArray
Gets the given index as an integer.
getLong(int) - Method in class xv.json.JSONArray
Gets the given index as an integer.
getLong(String, long) - Method in class xv.json.JSONObject
Gets the given property as an integer.
getLong(String) - Method in class xv.json.JSONObject
Gets the given property as an integer.
getNamespacePrefix(String) - Method in class xv.xml.PathContentHandler
Gets the namespace prefix that should be used for the given URI.
getNumber(int) - Method in class xv.json.JSONArray
Gets the item at the given index as a number.
getNumber() - Method in class xv.json.JSONNumber
Gets the wrapped Java Number.
getNumber(String) - Method in class xv.json.JSONObject
Gets the given property as a number.
getObject(int) - Method in class xv.json.JSONArray
Gets the item at the given index as an object.
getObject(String) - Method in class xv.json.JSONObject
Gets the given property as an object.
getShort(int, short) - Method in class xv.json.JSONArray
Gets the given index as a short.
getShort(int) - Method in class xv.json.JSONArray
Gets the given index as a short.
getShort(String, short) - Method in class xv.json.JSONObject
Gets the given property as a short.
getShort(String) - Method in class xv.json.JSONObject
Gets the given property as a short.
getString(int) - Method in class xv.json.JSONArray
Gets the item at the given index as a string.
getString(String) - Method in class xv.json.JSONObject
Gets the given property as a string.
getString(String) - Method in class xv.text.template.TemplateEnvironment
Gets the given variable as a string.
getTextContent() - Method in class xv.xml.PathContentHandler
Gets the current text content that has been captured.
getType() - Method in class xv.json.JSONArray
 
getType() - Method in class xv.json.JSONBoolean
Returns "boolean".
getType() - Method in class xv.json.JSONNumber
Returns "number".
getType() - Method in class xv.json.JSONObject
Returns "object".
getType() - Method in class xv.json.JSONString
 
getType() - Method in class xv.json.JSONVariant
Returns a string description of the type - one of "array", "object", "boolean", "number", or "string".
getVariableNames() - Method in class xv.text.template.TemplateEnvironment
 

H

handleException(IOException) - Method in class xv.util.ServiceParser
Called when an I/O exception occurs while reading the file.
hashCode() - Method in class xv.json.JSONArray
 
hashCode() - Method in class xv.json.JSONBoolean
 
hashCode() - Method in class xv.json.JSONNumber
 
hashCode() - Method in class xv.json.JSONObject
 
hashCode() - Method in class xv.json.JSONString
 
hashCode() - Method in class xv.text.CharSequenceSubSequence
Generates a hashcode.
hashCode() - Method in class xv.util.CharArraySequence
 
hasNext() - Method in class xv.util.ServiceParser
 

I

ignorableWhitespace(char[], int, int) - Method in class xv.xml.PathContentHandler
Receives ignorable whitespace.
ignoreChildren() - Method in class xv.xml.PathContentHandler
When called, all child element events of the current element event received will be ignored without generating any calls to PathContentHandler.startElement(String, Attributes) or PathContentHandler.endElement(String).
indexOf(Object) - Method in class xv.json.JSONArray
 
initialize(Class<?>, String) - Static method in class xv.text.NLS
Initializes the given class, setting all public static String fields that are non-final to the properties loaded from a set of properties files, using the default locale.
initialize(Class<?>, String, Locale) - Static method in class xv.text.NLS
Initializes the given class, setting all public static String fields that are non-final to the properties loaded from a set of properties files.
initialize(Class<?>, String, Locale, String) - Static method in class xv.text.NLS
Initializes the given class, setting all public static String fields that are non-final to the properties loaded from a set of properties files.
intValue() - Method in class xv.json.JSONNumber
Returns the value as an int.
isAllowComments() - Method in class xv.json.JSONOptions
 
isAllowHexNumbers() - Method in class xv.json.JSONOptions
 
isAllowOctalNumbers() - Method in class xv.json.JSONOptions
 
isAllowUnquotedLabels() - Method in class xv.json.JSONOptions
 
isCapturingIgnorableWhitespace() - Method in class xv.xml.PathContentHandler
 
isDetailsVisible() - Method in class xv.swing.JExceptionPane
Returns whether the details (usually the stack trace) are visible.
isEmpty() - Method in class xv.json.JSONArray
 
isEmpty() - Method in class xv.json.JSONObject
isWhitespace(char) - Static method in class xv.json.JSONCharacter
Determines if the given character is considered a whitespace character according to the JSON spec.
isWhitespace(int) - Static method in class xv.text.PropertiesReader
Determines if the given character is a whitespace character according to the .properties spec and not according to Character.isWhitespace(int).
iterator() - Method in class xv.json.JSONArray
 
iterator() - Method in class xv.util.ServiceLocator
 

J

JExceptionPane - Class in xv.swing
Panel that displays an exception.
JExceptionPane() - Constructor for class xv.swing.JExceptionPane
 
JExceptionPane(Throwable) - Constructor for class xv.swing.JExceptionPane
 
JSON - Class in xv.json
Main utility class for dealing with JSON.
JSON() - Constructor for class xv.json.JSON
 
JSONArray - Class in xv.json
Represents a JSON array.
JSONArray() - Constructor for class xv.json.JSONArray
 
JSONArray(int) - Constructor for class xv.json.JSONArray
 
JSONBoolean - Class in xv.json
Represents a JSON boolean.
JSONCharacter - Class in xv.json
Handles the definition of character classes in the JSON spec (versus the Java spec).
JSONCharacter() - Constructor for class xv.json.JSONCharacter
 
JSONException - Exception in xv.json
Raised when an error occurs while parsing.
JSONException() - Constructor for exception xv.json.JSONException
 
JSONException(String, Throwable) - Constructor for exception xv.json.JSONException
 
JSONException(String) - Constructor for exception xv.json.JSONException
 
JSONException(Throwable) - Constructor for exception xv.json.JSONException
 
JSONNumber - Class in xv.json
A JSON number.
JSONNumber(Number) - Constructor for class xv.json.JSONNumber
Wraps the given Java Number.
JSONObject - Class in xv.json
A mutable JSON object.
JSONObject() - Constructor for class xv.json.JSONObject
 
JSONOptions - Class in xv.json
Not Implemented Yet.
JSONOptions(boolean, boolean, boolean, boolean) - Constructor for class xv.json.JSONOptions
 
JSONString - Class in xv.json
A JSON string.
JSONString(String) - Constructor for class xv.json.JSONString
 
JSONVariant - Class in xv.json
The base class of all JSON objects.
JSONVariant() - Constructor for class xv.json.JSONVariant
 
JSONWriter - Class in xv.json
The JSONWriter writes JSON out to a given stream.
JSONWriter(Writer) - Constructor for class xv.json.JSONWriter
 

K

keySet() - Method in class xv.json.JSONObject

L

lastIndexOf(Object) - Method in class xv.json.JSONArray
 
length() - Method in class xv.text.CharSequenceSubSequence
The length of the character sequence.
length() - Method in class xv.text.StringMaker
Gets the number of characters currently contained within this string maker.
length() - Method in class xv.util.CharArraySequence
Returns the length of this sequence.
listIterator() - Method in class xv.json.JSONArray
 
listIterator(int) - Method in class xv.json.JSONArray
 
load(Class<S>) - Static method in class xv.util.ServiceLocator
 
loadLocaleProperties(URL) - Static method in class xv.text.NLS
Loads a map of strings to strings using a PropertiesReader, handling overrides in the same manner as NLS.initialize(Class, String, Locale).
loadLocaleProperties(URL, String) - Static method in class xv.text.NLS
Loads a map of strings to strings using a PropertiesReader, handling overrides in the same manner as NLS.initialize(Class, String, Locale).
loadLocaleProperties(URL, Locale, String) - Static method in class xv.text.NLS
Loads a map of strings to strings using a PropertiesReader, handling overrides in the same manner as NLS.initialize(Class, String, Locale).
loadProperties(InputStream) - Static method in class xv.text.PropertiesReader
Utility method for reading properties into a new HashMap.
loadProperties(Reader) - Static method in class xv.text.PropertiesReader
Utility method for reading properties into a new HashMap.
loadProperties(URL) - Static method in class xv.text.PropertiesReader
Utility method for reading properties into a new HashMap.
loadProperties(PropertiesReader) - Static method in class xv.text.PropertiesReader
Utility method for reading properties into a new HashMap.
loadProperties(PropertiesReader, Map<? super String, ? super String>) - Static method in class xv.text.PropertiesReader
Utility method for reading properties into a pre-existing Map.
locator - Variable in class xv.xml.PathContentHandler
The locator as set by PathContentHandler.setDocumentLocator(Locator).
longValue() - Method in class xv.json.JSONNumber
Returns the value as a long.
LOOSE - Static variable in class xv.json.JSONOptions
 

N

needsEscaping(char) - Method in class xv.json.JSONWriter
Gets whether or not this character needs escaping to be written to the given writer.
next() - Method in class xv.util.ServiceParser
 
nextElement - Variable in class xv.text.template.TemplateElement
The next element in the element list, as added by TemplateElement.addChild(TemplateElement).
NLS - Class in xv.text
This class is based on the Eclipse Native Language Support system.
NLS() - Constructor for class xv.text.NLS
 

P

parse(InputStream) - Static method in class xv.json.JSON
Parse the given input as JSON.
parse(String) - Static method in class xv.json.JSON
Parses the given string as a JSON document.
parse(Reader) - Static method in class xv.json.JSON
Parse the given input as JSON.
parse(String) - Static method in class xv.text.template.Template
 
parse(Reader) - Static method in class xv.text.template.Template
 
PathContentHandler - Class in xv.xml
This is an implementation of a SAX ContentHandler that simply generates a "path" string for each element.
PathContentHandler() - Constructor for class xv.xml.PathContentHandler
 
processingInstruction(String, String) - Method in class xv.xml.PathContentHandler
This method checks to see if PathContentHandler.requireEmptyElement(String) has been called and throws an exception if it has.
PropertiesReader - Class in xv.text
A class designed to allow reading Properties files using the format as specified in Properties.load(java.io.Reader).
PropertiesReader(InputStream) - Constructor for class xv.text.PropertiesReader
Loads the given property stream using the ISO 8859-1 character encoding, which is the official property stream encoding.
PropertiesReader(URL) - Constructor for class xv.text.PropertiesReader
Creates a new properties reader using the given URL.
PropertiesReader(Reader) - Constructor for class xv.text.PropertiesReader
Loads the given property stream as characters from the given reader.
put(String, JSONVariant) - Method in class xv.json.JSONObject
putAll(Map<? extends String, ? extends JSONVariant>) - Method in class xv.json.JSONObject

R

readKey() - Method in class xv.text.PropertiesReader
Reads through the stream, finding the next actual key and reading through to the next separator character.
readValue() - Method in class xv.text.PropertiesReader
Reads through the stream, finding the next value.
remove(int) - Method in class xv.json.JSONArray
 
remove(Object) - Method in class xv.json.JSONArray
 
remove(Object) - Method in class xv.json.JSONObject
remove(String) - Method in class xv.text.template.TemplateEnvironment
Removes the given binding.
remove() - Method in class xv.util.ServiceParser
 
removeAll(Collection<?>) - Method in class xv.json.JSONArray
 
requireArray(String) - Method in class xv.json.JSONObject
Gets the given property as an array.
requireBoolean(String) - Method in class xv.json.JSONObject
Gets the given property as a boolean.
requireEmptyElement(String) - Method in class xv.xml.PathContentHandler
Require that the next SAX event must end the current element.
requireNoChildren(String) - Method in class xv.xml.PathContentHandler
Require that no other element be started following this event.
requireNumber(String) - Method in class xv.json.JSONObject
Gets the given property as a number.
requireObject(String) - Method in class xv.json.JSONObject
Gets the given property as an object.
requireString(String) - Method in class xv.json.JSONObject
Gets the given property as a string.
ResizeAnimation - Class in xv.swing
Animation for resizing components.
ResizeAnimation(Component, Dimension) - Constructor for class xv.swing.ResizeAnimation
 
ResizeAnimation(Component, Dimension, int, int) - Constructor for class xv.swing.ResizeAnimation
 
retainAll(Collection<?>) - Method in class xv.json.JSONArray
 

S

ServiceError - Error in xv.util
Thrown when an error occurs while reading from service files.
ServiceError() - Constructor for error xv.util.ServiceError
 
ServiceError(String, Throwable) - Constructor for error xv.util.ServiceError
 
ServiceError(String) - Constructor for error xv.util.ServiceError
 
ServiceError(Throwable) - Constructor for error xv.util.ServiceError
 
ServiceLocator<S> - Class in xv.util
Utility class for locating services.
ServiceParser - Class in xv.util
Parsers a service file, skipping comments and locating class names.
ServiceParser(URL) - Constructor for class xv.util.ServiceParser
Creates a new service parser using the given resource.
ServiceParser(InputStream) - Constructor for class xv.util.ServiceParser
 
ServiceParser(Reader) - Constructor for class xv.util.ServiceParser
 
set(int, JSONVariant) - Method in class xv.json.JSONArray
 
set(String, Object) - Method in class xv.text.template.TemplateEnvironment
 
setCapturingIgnorableWhitespace(boolean) - Method in class xv.xml.PathContentHandler
Sets whether or not ignorable whitespace should be included when text content characters are captured.
setDetailsVisible(boolean) - Method in class xv.swing.JExceptionPane
Sets whether the details (usually the stack trace) are visible.
setDocumentLocator(Locator) - Method in class xv.xml.PathContentHandler
This sets PathContentHandler.locator to the given value.
setException(Throwable) - Method in class xv.swing.JExceptionPane
 
setLength(int) - Method in class xv.text.StringMaker
Sets the length of the string.
shortValue() - Method in class xv.json.JSONNumber
Returns the value as a short.
showExceptionDialog(Component, Throwable) - Static method in class xv.swing.JExceptionPane
Shows an exception message.
showExceptionDialog(Component, Throwable, String, int) - Static method in class xv.swing.JExceptionPane
Shows an exception message using JOptionPane.showMessageDialog(Component, Object, String, int).
size() - Method in class xv.json.JSONArray
 
size() - Method in class xv.json.JSONObject
startArray() - Method in class xv.json.JSONWriter
 
startArray(String) - Method in class xv.json.JSONWriter
 
startCapturingChars() - Method in class xv.xml.PathContentHandler
Starts capturing characters from this point.
startCDATA() - Method in class xv.xml.PathContentHandler
Part of LexicalHandler.
startDocument() - Method in class xv.xml.PathContentHandler
Resets the path and capture character states.
startDTD(String, String, String) - Method in class xv.xml.PathContentHandler
Part of LexicalHandler.
startElement(String, Attributes) - Method in class xv.xml.PathContentHandler
Called by PathContentHandler.startElement(String, String, String, Attributes) with the generated path.
startElement(String, String, String, Attributes) - Method in class xv.xml.PathContentHandler
Receives notification of the start of an element.
startEntity(String) - Method in class xv.xml.PathContentHandler
Part of LexicalHandler.
startObject() - Method in class xv.json.JSONWriter
 
startObject(String) - Method in class xv.json.JSONWriter
 
stopCapturingChars() - Method in class xv.xml.PathContentHandler
Stops capturing characters.
STRICT - Static variable in class xv.json.JSONOptions
 
StringEscape - Class in xv.text
Various string escape methods.
StringEscape() - Constructor for class xv.text.StringEscape
 
StringMaker - Class in xv.text
A very simple class for creating strings.
StringMaker() - Constructor for class xv.text.StringMaker
 
StringMaker(int) - Constructor for class xv.text.StringMaker
 
StringTemplateElement - Class in xv.text.template
Very simple template element that always appends a static string.
StringTemplateElement(String) - Constructor for class xv.text.template.StringTemplateElement
 
subList(int, int) - Method in class xv.json.JSONArray
 
subSequence(int, int) - Method in class xv.text.CharSequenceSubSequence
 
subSequence(int, int) - Method in class xv.text.StringMaker
 
subSequence(int, int) - Method in class xv.util.CharArraySequence
Creates a new subsequence based on this string.

T

takeTextContent() - Method in class xv.xml.PathContentHandler
Gets the current text content and resets it.
Template - Class in xv.text.template
A Template provides a somewhat more robust ability to template strings than NLS.format(String, Object...).
Template(TemplateElement) - Constructor for class xv.text.template.Template
 
TemplateElement - Class in xv.text.template
Base class of elements within the templating system.
TemplateElement() - Constructor for class xv.text.template.TemplateElement
 
TemplateEnvironment - Class in xv.text.template
An environment within a template.
TemplateEnvironment() - Constructor for class xv.text.template.TemplateEnvironment
 
TemplateEnvironment(Map<? extends String, ? extends Object>) - Constructor for class xv.text.template.TemplateEnvironment
Create a new environment using values from the given map.
TemplateEnvironment(String, String...) - Constructor for class xv.text.template.TemplateEnvironment
This is a convenience constructor.
TemplateException - Exception in xv.text.template
 
TemplateException() - Constructor for exception xv.text.template.TemplateException
 
TemplateException(String) - Constructor for exception xv.text.template.TemplateException
 
TemplateException(Throwable) - Constructor for exception xv.text.template.TemplateException
 
TemplateException(String, Throwable) - Constructor for exception xv.text.template.TemplateException
 
toArray() - Method in class xv.json.JSONArray
 
toArray(T[]) - Method in class xv.json.JSONArray
 
toJSON() - Method in class xv.json.JSONVariant
Creates a representation of this object as a JSON stream.
toString() - Method in class xv.json.JSONNumber
Returns the string value of the number.
toString() - Method in class xv.json.JSONString
 
toString() - Method in class xv.text.CharSequenceSubSequence
 
toString() - Method in class xv.text.StringMaker
Returns the contents of the string maker as a string.
toString() - Method in class xv.util.CharArraySequence
Returns a new string based on the character array - this does create a copy of the array.
TRUE - Static variable in class xv.json.JSONBoolean
 

V

valueOf(boolean) - Static method in class xv.json.JSONBoolean
Returns a JSONBoolean representing the given Java boolean.
valueOf(String) - Static method in class xv.json.JSONNumber
Parses the given string as if it were a JSON number, returning an appropriately wrapped Number.
values() - Method in class xv.json.JSONObject

W

write(JSONWriter) - Method in class xv.json.JSONVariant
 
writeBoolean(boolean) - Method in class xv.json.JSONWriter
 
writeBoolean(String, boolean) - Method in class xv.json.JSONWriter
 
writeNull() - Method in class xv.json.JSONWriter
 
writeNull(String) - Method in class xv.json.JSONWriter
 
writeNumber(byte) - Method in class xv.json.JSONWriter
 
writeNumber(String, byte) - Method in class xv.json.JSONWriter
 
writeNumber(short) - Method in class xv.json.JSONWriter
 
writeNumber(String, short) - Method in class xv.json.JSONWriter
 
writeNumber(int) - Method in class xv.json.JSONWriter
 
writeNumber(String, int) - Method in class xv.json.JSONWriter
 
writeNumber(long) - Method in class xv.json.JSONWriter
 
writeNumber(String, long) - Method in class xv.json.JSONWriter
 
writeNumber(float) - Method in class xv.json.JSONWriter
 
writeNumber(String, float) - Method in class xv.json.JSONWriter
 
writeNumber(double) - Method in class xv.json.JSONWriter
 
writeNumber(String, double) - Method in class xv.json.JSONWriter
 
writeNumber(String, Number) - Method in class xv.json.JSONWriter
 
writeString(String) - Method in class xv.json.JSONWriter
 
writeString(String, String) - Method in class xv.json.JSONWriter
 

X

xv.json - package xv.json
[alpha] Provides classes for simple JSON handling.
xv.swing - package xv.swing
[beta] Swing utilities.
xv.text - package xv.text
[beta] Provides classes for dealing with text and Native Language Support.
xv.text.template - package xv.text.template
[alpha] Provides classes for creating simple text templates.
xv.util - package xv.util
[beta] Generic utility classes.
xv.xml - package xv.xml
[beta] Provides some simple XML utilities.

A B C D E F G H I J K L N P R S T V W X

Copyright © 2008-2011. All Rights Reserved.