class ParseXML extends Object
BracketPropertiesSAXHandler| Modifier and Type | Field and Description |
|---|---|
(package private) Properties |
props |
| Constructor and Description |
|---|
ParseXML() |
Properties props
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();
reader - public Properties getProps()
Copyright © 2011-2014 David R. Smith. All Rights Reserved.