B C D E J O R S W

B

beanCache - Static variable in class com.wutka.jox.JOXBeanDOM
 
beanToDocument(String, Object) - Method in class com.wutka.jox.JOXBeanDOM
Stores a Java bean in an XML document (this is the main method for JOXBeanDOM).

C

createDocument() - Method in class com.wutka.jox.JOXBeanDOM
Creates a new Document using a DocumentBuilder

D

DEFAULT_ENCODING - Static variable in class com.wutka.jox.JOXBeanOutputStream
 
DEFAULT_ENCODING - Static variable in class com.wutka.jox.JOXBeanWriter
 
document - Variable in class com.wutka.jox.JOXBeanDOM
 

E

encoding - Variable in class com.wutka.jox.JOXBeanOutputStream
 
encoding - Variable in class com.wutka.jox.JOXBeanWriter
 

J

JOXBeanBuilder - class com.wutka.jox.JOXBeanBuilder.
JOXBeanBuilder builds a bean from an XML Element subtree.
JOXBeanBuilder(Element) - Constructor for class com.wutka.jox.JOXBeanBuilder
Creates a new JOXBeanBuilder around a DOM Element.
JOXBeanDOM - class com.wutka.jox.JOXBeanDOM.
Converts a Java Bean into an XML Document.
JOXBeanDOM() - Constructor for class com.wutka.jox.JOXBeanDOM
Creates a JOXBeanDOM that stores simple properties as attributes
JOXBeanDOM(boolean) - Constructor for class com.wutka.jox.JOXBeanDOM
Creates a JOXBeanDOM that doesn't use a DTD
JOXBeanDOM(Document) - Constructor for class com.wutka.jox.JOXBeanDOM
Creates a JOXBeanDOM that stores simple properties as attributes
JOXBeanDOM(Document, boolean) - Constructor for class com.wutka.jox.JOXBeanDOM
Creates a JOXBeanDOM that doesn't use a DTD
JOXBeanDOM(Document, DTD) - Constructor for class com.wutka.jox.JOXBeanDOM
Creates a JOXBeanDOM that uses a DTD to determine which attributes to store and what the format of the names should be.
JOXBeanDOM(Document, String) - Constructor for class com.wutka.jox.JOXBeanDOM
Creates a JOXBeanDOM that uses a DTD to determine which attributes to store and what the format of the names should be.
JOXBeanDOM(DTD) - Constructor for class com.wutka.jox.JOXBeanDOM
Creates a JOXBeanDOM that uses a DTD to determine which attributes to store and what the format of the names should be.
JOXBeanDOM(String) - Constructor for class com.wutka.jox.JOXBeanDOM
Creates a JOXBeanDOM that uses a DTD to determine which attributes to store and what the format of the names should be.
JOXBeanInputStream - class com.wutka.jox.JOXBeanInputStream.
An InputStream filter that reads XML into a bean.
JOXBeanInputStream(InputStream) - Constructor for class com.wutka.jox.JOXBeanInputStream
Creates a new JOXInputStream around an existing input stream.
JOXBeanOutputStream - class com.wutka.jox.JOXBeanOutputStream.
An output stream filter that writes out a bean as an XML document.
JOXBeanOutputStream(DTD, OutputStream) - Constructor for class com.wutka.jox.JOXBeanOutputStream
Create a new output stream around an existing stream and specifies a DTD for selecting which attributes should be written and what the names should look like.
JOXBeanOutputStream(DTD, OutputStream, String) - Constructor for class com.wutka.jox.JOXBeanOutputStream
Create a new output stream around an existing stream and specifies a DTD for selecting which attributes should be written and what the names should look like.
JOXBeanOutputStream(OutputStream) - Constructor for class com.wutka.jox.JOXBeanOutputStream
Create a new output stream around an existing stream
JOXBeanOutputStream(OutputStream, boolean) - Constructor for class com.wutka.jox.JOXBeanOutputStream
Create a new output stream around an existing stream
JOXBeanOutputStream(OutputStream, boolean, String) - Constructor for class com.wutka.jox.JOXBeanOutputStream
Create a new output stream around an existing stream
JOXBeanOutputStream(OutputStream, String) - Constructor for class com.wutka.jox.JOXBeanOutputStream
Create a new output stream around an existing stream
JOXBeanOutputStream(String, OutputStream) - Constructor for class com.wutka.jox.JOXBeanOutputStream
Create a new output stream around an existing stream and specifies a DTD for selecting which attributes should be written and what the names should look like.
JOXBeanOutputStream(String, OutputStream, String) - Constructor for class com.wutka.jox.JOXBeanOutputStream
Create a new output stream around an existing stream and specifies a DTD for selecting which attributes should be written and what the names should look like.
JOXBeanReader - class com.wutka.jox.JOXBeanReader.
An Reader filter that reads XML into a bean.
JOXBeanReader(Reader) - Constructor for class com.wutka.jox.JOXBeanReader
Creates a new JOXReader around an existing reader.
JOXBeanWriter - class com.wutka.jox.JOXBeanWriter.
A writer filter that writes out a bean as an XML document.
JOXBeanWriter(DTD, Writer) - Constructor for class com.wutka.jox.JOXBeanWriter
Create a new writer around an existing writer and specifies a DTD for selecting which attributes should be written and what the names should look like.
JOXBeanWriter(DTD, Writer, String) - Constructor for class com.wutka.jox.JOXBeanWriter
Create a new writer around an existing writer and specifies a DTD for selecting which attributes should be written and what the names should look like.
JOXBeanWriter(String, Writer) - Constructor for class com.wutka.jox.JOXBeanWriter
Create a new writer around an existing writer and specifies a DTD for selecting which attributes should be written and what the names should look like.
JOXBeanWriter(String, Writer, String) - Constructor for class com.wutka.jox.JOXBeanWriter
Create a new writer around an existing writer and specifies a DTD for selecting which attributes should be written and what the names should look like.
JOXBeanWriter(Writer) - Constructor for class com.wutka.jox.JOXBeanWriter
Creates a new writer around an existing writer
JOXBeanWriter(Writer, boolean) - Constructor for class com.wutka.jox.JOXBeanWriter
Creates a new writer around an existing writer
JOXBeanWriter(Writer, boolean, String) - Constructor for class com.wutka.jox.JOXBeanWriter
Creates a new writer around an existing writer
JOXBeanWriter(Writer, String) - Constructor for class com.wutka.jox.JOXBeanWriter
Creates a new writer around an existing writer

O

output - Variable in class com.wutka.jox.JOXBeanOutputStream
 
output - Variable in class com.wutka.jox.JOXBeanWriter
 

R

readObject(Class) - Method in class com.wutka.jox.JOXBeanBuilder
Reads an XML document into a new instance of the given class, matching tag names to bean property names.
readObject(Class) - Method in class com.wutka.jox.JOXBeanInputStream
Reads an XML document into a new instance of the given class, matching tag names to bean property names.
readObject(Class) - Method in class com.wutka.jox.JOXBeanReader
Reads an XML document into a new instance of the given class, matching tag names to bean property names.
readObject(Object) - Method in class com.wutka.jox.JOXBeanBuilder
Reads an XML document into the object, matching tag names to bean property names.
readObject(Object) - Method in class com.wutka.jox.JOXBeanInputStream
Reads an XML document into the object, matching tag names to bean property names.
readObject(Object) - Method in class com.wutka.jox.JOXBeanReader
Reads an XML document into the object, matching tag names to bean property names.

S

storeBasicType(String, String, Object, int, Element) - Method in class com.wutka.jox.JOXBeanDOM
Writes out a basic type including the opening and closing tags.
storeDate(String, String, Object, int, Element) - Method in class com.wutka.jox.JOXBeanDOM
Writes out a date including the opening and closing tags
storeIndexedProperty(String, Object, IndexedPropertyDescriptor, Element) - Method in class com.wutka.jox.JOXBeanDOM
Stores an indexed property (an array of properties)
storeObject(String, Object) - Method in class com.wutka.jox.JOXBeanDOM
Stores a bean in an XML element and returns the element
storeObjectFields(String, Object, int, Element) - Method in class com.wutka.jox.JOXBeanDOM
Stores the properties of a bean as DOM Elements
storeProperty(String, Object, PropertyDescriptor, int, Element) - Method in class com.wutka.jox.JOXBeanDOM
Stores a non-indexed property
storePropertyValue(String, Object, PropertyDescriptor, int, Element) - Method in class com.wutka.jox.JOXBeanDOM
Stores a property value based on the property type
storePropertyValueByType(String, Object, PropertyDescriptor, int, Element, Class) - Method in class com.wutka.jox.JOXBeanDOM
 
storeString(String, String, Object, int, Element) - Method in class com.wutka.jox.JOXBeanDOM
Writes out a string, using CDATA if the string contains < or &

W

writeObject(String, Object) - Method in class com.wutka.jox.JOXBeanOutputStream
Writes a bean as XML, using rootName as the tag name for the document root.
writeObject(String, Object) - Method in class com.wutka.jox.JOXBeanWriter
Writes a bean as XML, using rootName as the tag name for the document root.
writeString(String) - Method in class com.wutka.jox.JOXBeanOutputStream
Write a string to the output stream.
writeString(String) - Method in class com.wutka.jox.JOXBeanWriter
Write a string to the writer This method is used by the output utility to write a string to either an output stream or a writer.

B C D E J O R S W