| Home >> All >> org >> jxbeans >> [ input Javadoc ] |
| | org.jxbeans.input.tests.* (2) |
org.jxbeans.input: Javadoc index of package org.jxbeans.input.
Package Samples:
org.jxbeans.input.tests: This package contains classes and JXBeans for parsing data in a variety of forms into an XML representation.
Classes:
AbstractParserJXBean: The AbstractParserJXBean class provides a framework for creating other JXBeans that will parse data from one one a set of possible data sources. These parsing sources include: A Reader object A File object A file name (as a String object) A URL object The precedence of usage of the input source is: Reader File (if the Writer is null ) file name (if the File is null ) URL (if the file name is null )
SimpleDocumentGenerator: The SimpleDocumentGenerator class provides a very simple implementation of the DocumentGenerator interface. Specifically, objects of this class can be used if the document to be process has already been generated by some other means in the hosting application. Alternatively, if there is no real starting document, an object of this class can be used to generate a simple, empty document to get a model going.
CSVParser: The CSVParser JXBean parses a comma-separated-value file into an XML structure for use in processing as an XML document.
XMLParser: The XMLParser JXBean will parse an XML document using the JDOM SAXBuilder .
AbstractParserBeanInfo
CSVParserBeanInfo
SimpleDocumentGeneratorBeanInfo
XMLParserBeanInfo
SimpleDocumentGeneratorTestCase
XMLParserTestCase
| Home | Contact Us | Privacy Policy | Terms of Service |