Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
E
G
O
S
X
E
EX_CLOSE
- Static variable in class org.bifrost.xmlio.
XmlWriter
Exception when there is a problem flushing or closing the writer.
EX_FILE
- Static variable in class org.bifrost.xmlio.
XmlReader
Exception error messages
EX_FILE
- Static variable in class org.bifrost.xmlio.
XmlWriter
Exception when there is an error creating an output file.
EX_NULL_ATTRIBUTE
- Static variable in class org.bifrost.xmlio.
XmlWriter
Exception when an attribute is null.
EX_NULL_OBJECT
- Static variable in class org.bifrost.xmlio.
XmlWriter
Exception when a null object is encountered.
EX_NULL_READER
- Static variable in class org.bifrost.xmlio.
XmlReader
EX_NULL_WRITER
- Static variable in class org.bifrost.xmlio.
XmlWriter
Exception when a writer is null.
EX_OBJECT_GRAPH
- Static variable in class org.bifrost.xmlio.
XmlWriter
Exception when there is an error calling a getter.
EX_PARSING
- Static variable in class org.bifrost.xmlio.
XmlReader
EX_PRIMATIVE
- Static variable in class org.bifrost.xmlio.
XmlWriter
Exception when a primative object is found in a List or Set.
EX_URL
- Static variable in class org.bifrost.xmlio.
XmlReader
EX_WRITING
- Static variable in class org.bifrost.xmlio.
XmlWriter
Exception when there is an error writing to the Writer.
G
getBeautify()
- Method in class org.bifrost.xmlio.
XmlWriter
Gets the flag which controls 'beautifying' the output.
getBreakString()
- Method in class org.bifrost.xmlio.
XmlWriter
Gets the string which will be used to break each element/attribute line of the resulting xml if beatifying is true.
getConfig()
- Method in class org.bifrost.xmlio.
XmlReader
Get the configuration object
getConfig()
- Method in class org.bifrost.xmlio.
XmlWriter
getDashedNames()
- Method in class org.bifrost.xmlio.
XmlWriter
getIncludePackageName()
- Method in class org.bifrost.xmlio.
XmlWriter
Get the flag indicating whether the fully qualified classname should be output as an element or just the classname (without the package).
getIndentString()
- Method in class org.bifrost.xmlio.
XmlWriter
Gets the string which will be used to indent each element/attribute of the resulting xml if beatifying is true.
getOutputNulls()
- Method in class org.bifrost.xmlio.
XmlWriter
getRootObject()
- Method in class org.bifrost.xmlio.
XmlReader
Returns the root object derived from the xml.
O
org.bifrost.xmlio
- package org.bifrost.xmlio
S
setBeautify(boolean)
- Method in class org.bifrost.xmlio.
XmlWriter
Sets the flag to control 'beautifying' the output.
setBreakString(String)
- Method in class org.bifrost.xmlio.
XmlWriter
Sets the string which will be used to break each element/attribute line of the resulting xml if beatifying is true.
setConfig(XmlIOConfig)
- Method in class org.bifrost.xmlio.
XmlReader
Set the configuration object
setConfig(XmlIOConfig)
- Method in class org.bifrost.xmlio.
XmlWriter
setDashedNames(boolean)
- Method in class org.bifrost.xmlio.
XmlWriter
setIncludePackageName(boolean)
- Method in class org.bifrost.xmlio.
XmlWriter
Set the flag indicating whether the fully qualified classname should be output as an element or just the classname (without the package).
setIndentString(String)
- Method in class org.bifrost.xmlio.
XmlWriter
Sets the string which will be used to indent each element/attribute of the resulting xml if beatifying is true.
setOutputNulls(boolean)
- Method in class org.bifrost.xmlio.
XmlWriter
setRootObject(Object)
- Method in class org.bifrost.xmlio.
XmlWriter
Sets the root object to be serialized out and initiates the process of writing xml out to the writer.
X
XmlException
- Exception in
org.bifrost.xmlio
This exception is thrown by the xml reader and xml writer classes.
XmlException()
- Constructor for exception org.bifrost.xmlio.
XmlException
Constructor.
XmlException(String)
- Constructor for exception org.bifrost.xmlio.
XmlException
Constructor.
XmlReader
- Class in
org.bifrost.xmlio
Read data from an XML file into a graph of objects.
XmlReader(String, String)
- Constructor for class org.bifrost.xmlio.
XmlReader
Constructor.
XmlReader(URL, String)
- Constructor for class org.bifrost.xmlio.
XmlReader
Constructor.
XmlReader(InputStream, String)
- Constructor for class org.bifrost.xmlio.
XmlReader
Constructor.
XmlWriter
- Class in
org.bifrost.xmlio
Serialize an xml representation of a graph of objects into a writer.
XmlWriter(Writer)
- Constructor for class org.bifrost.xmlio.
XmlWriter
Constructor which initializes the XmlWriter with the supplied writer object.
XmlWriter(String)
- Constructor for class org.bifrost.xmlio.
XmlWriter
Constructor which creates a FileWriter from the supplied filename.
E
G
O
S
X
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes