asia.redact.bracket.properties
Class ParseXML

java.lang.Object
  extended by asia.redact.bracket.properties.ParseXML

 class ParseXML
extends Object

Wrapper on the SAXParser stuff

Author:
Dave
See Also:
BracketPropertiesSAXHandler

Field Summary
(package private)  Properties props
           
 
Constructor Summary
ParseXML()
           
 
Method Summary
 Properties getProps()
           
 void parse(Reader reader)
           Parse our xml input.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

Properties props
Constructor Detail

ParseXML

public ParseXML()
Method Detail

parse

public void parse(Reader reader)
 Parse our xml input.
 
 It is expected to use the character encoding of the reader regardless of what is declared in the file; 
 but we try to sync these - you may have to sync them manually by paying attention. In essence: if your 
 output was generated while in Compatibility mode, then you should use Compatibility mode when deserializing
 the files back in.
 
 See  Properties.getInstanceFromXML();
 
 

Parameters:
reader -

getProps

public Properties getProps()


Copyright © 2011-2013 David R. Smith. All Rights Reserved.