asia.redact.bracket.properties
Class ParseXML
java.lang.Object
asia.redact.bracket.properties.ParseXML
class ParseXML
- extends Object
Wrapper on the SAXParser stuff
- Author:
- Dave
- See Also:
BracketPropertiesSAXHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
props
Properties props
ParseXML
public ParseXML()
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.