Ricebridge
Search This Site
May 13 2008 13:43 UTC

Got a question for us?
Just Ask!


$15 Gift Certificate for every bug you find.

Bookmark Ricebridge Java Components - user friendly and well documented at del.icio.us Digg Ricebridge Java Components - user friendly and well documented at Digg.com Bookmark Ricebridge Java Components - user friendly and well documented at reddit.com Bookmark Ricebridge Java Components - user friendly and well documented at YahooMyWeb Bookmark Ricebridge Java Components - user friendly and well documented at Spurl.net Bookmark Ricebridge Java Components - user friendly and well documented at Simpy.com Bookmark Polyphasic Mutants at NewsVine Blink this Ricebridge Java Components - user friendly and well documented at blinklist.com Bookmark Ricebridge Java Components - user friendly and well documented at Furl.net Fark Ricebridge Java Components - user friendly and well documented at Fark.com

Reference

XML Manager provides a number of settings that control the parsing and generation of XML files. For a full list of these settings, see:

XML Manager also provides statistics and error reporting.

Settings for Loading XML Data

[top]

Setting Default Methods Related Description
background  false  setBackground(boolean) 
getBackground() 
Run the loading or saving process in a separate background thread.
closestream  true  setCloseStream(boolean) 
getCloseStream() 
Close any input or output streams used by the load or save process.
encoding  UTF-8  setEncoding(String) 
getEncoding() 
Character encoding for XML input and output.
ignorebadrecords  false  setIgnoreBadRecords(boolean) 
getIgnoreBadRecords() 
Ignore any bad records that are encountered during load and save operations and continue processing.
namespaceaware  true  setNamespaceAware(boolean) 
getNamespaceAware() 
validating 
saxfeature 
Enables namespace support when parsing XML documents.
saxfeature  false  setSAXFeature(String,boolean) 
getSAXFeature() 
namespaceaware 
validating 
Set a URI-defined SAX parser feature.
validating  false  setValidating(boolean) 
getValidating() 
namespaceaware 
saxfeature 
Enables validation when parsing XML documents.



Settings for Saving XML Data

[top]

Setting Default Methods Related Description
background  false  setBackground(boolean) 
getBackground() 
Run the loading or saving process in a separate background thread.
closestream  true  setCloseStream(boolean) 
getCloseStream() 
Close any input or output streams used by the load or save process.
encoding  UTF-8  setEncoding(String) 
getEncoding() 
Character encoding for XML input and output.
flush  true  setFlush(boolean) 
getFlush() 
Flush the XML OutputStream after each record.
footer  [empty]  setFooter(String) 
getFooter() 
header 
Set the XML output footer text.
header  [empty]  setHeader(String) 
getHeader() 
footer 
Set the XML output header text.
ignorebadrecords  false  setIgnoreBadRecords(boolean) 
getIgnoreBadRecords() 
Ignore any bad records that are encountered during load and save operations and continue processing.
indent  true  setIndent(boolean) 
getIndent() 
Indent the output XML for human reability.
namespaceaware  true  setNamespaceAware(boolean) 
getNamespaceAware() 
Enables namespace support when parsing XML documents.



Statistics

[top]

Setting Methods Related Description
average time / record  getAverageTimePerRecordInSeconds() 
total time 
Average time per record in seconds.
ending time  getEndDate() 
starting time 
Ending time point.
starting time  getStartDate() 
ending time 
Starting time point.
total bad records  getTotalBadRecords() 
total records 
Total bad record count (current if running in background).
total records  getTotalRecords() 
total bad records 
Total record count (current if running in background).
total time  getTimeTaken() 
total time / seconds 
average time / record 
Total time in milliseconds.
total time / seconds  getTimeTakenInSeconds() 
total time 
average time / record 
Total time in seconds.



Additional Methods

[top]

Setting Methods Related Description
get bad records  getBadRecords() 
Get a list of descriptions of any semantically incorrect data records encountered.
is load finished  isLoadFinished() 
is save finished 
Returns true when the loading process is finished.
is save finished  isSaveFinished() 
is load finished 
Returns true when the saveing process is finished.



comment on this page Home | Search | About Us | Contact Us | Our Products | Documentation | Resources | Login
Copyright © 2004-2008 Ricebridge. All Rights Reserved.