Public Member Functions | |
| RegionConfigurationWriter (File theInputXmlFile) | |
| RegionConfigurationWriter (File theInputXMLFile, File theOutputXMLFile) | |
| Override void | characters (char[] chars, int start, int n) throws SAXException |
| Override void | endDocument () throws SAXException |
| Override void | endElement (String uri, String localName, String qName) throws SAXException |
| File | getOutputFile () |
| void | processXML () |
| Override void | startDocument () throws SAXException |
| Override void | startElement (String uri, String localName, String qName, Attributes attributes) throws SAXException |
Classes | |
| class | FileNameHandler |
| class | RegionHandler |
| Adds regions to the RegionConfiguration. | |
| class | TagHandler |
| class | WidthAndHeightHandler |
| class | XFDFHandler |
| Handles the writing of the XML file once we finish parsing the XFDF information. | |
This software is distributed under the BSD License.
Definition at line 39 of file RegionConfigurationWriter.java.
| RegionConfigurationWriter | ( | File | theInputXmlFile | ) |
| RegionConfigurationWriter | ( | File | theInputXMLFile, | |
| File | theOutputXMLFile | |||
| ) |
| theInputXMLFile | ||
| theOutputXMLFile |
Definition at line 288 of file RegionConfigurationWriter.java.
| Override void characters | ( | char[] | chars, | |
| int | start, | |||
| int | n | |||
| ) | throws SAXException |
Definition at line 297 of file RegionConfigurationWriter.java.
| Override void endDocument | ( | ) | throws SAXException |
Definition at line 311 of file RegionConfigurationWriter.java.
| Override void endElement | ( | String | uri, | |
| String | localName, | |||
| String | qName | |||
| ) | throws SAXException |
Definition at line 320 of file RegionConfigurationWriter.java.
| File getOutputFile | ( | ) |
| Override void startDocument | ( | ) | throws SAXException |
Definition at line 360 of file RegionConfigurationWriter.java.
| Override void startElement | ( | String | uri, | |
| String | localName, | |||
| String | qName, | |||
| Attributes | attributes | |||
| ) | throws SAXException |
Definition at line 369 of file RegionConfigurationWriter.java.
1.4.7