class ParseXML extends Object
BracketPropertiesSAXHandler| Modifier and Type | Field and Description |
|---|---|
private Properties |
props |
| Constructor and Description |
|---|
ParseXML() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getProps() |
void |
parse(Reader reader)
Parse our xml input.
|
private 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–2016 David R. Smith. All rights reserved.