C E F G I P S X

C

characters(char[], int, int) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Receive notification of character data inside an element.

E

endDocument() - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Receive notification of the end of a document.
endDocument() - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Receive notification of the end of a document.
endElement(String) - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Receive notification of the end of an element.
endElement(String, String, String) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Receive notification of the end of an element.
endPrefixMapping(String) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
End the scope of a prefix-URI namespace mapping.

F

flatToFlat(Reader, Reader, Writer) - Method in class com.unidex.xflat.XmlConvert
Converts source flat file data into target flat file data.
flatToXml(Reader, Writer) - Method in class com.unidex.xflat.XmlConvert
Converts flat file data into an XML document using the XFlat schema that was passed to the XmlConvert constructor.

G

getColumnNumber() - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. Returns the column number for the current document event.
getContentHandler() - Method in class com.unidex.xflat.Sax2FlatFileParser
Return the current content handler.
getDTDHandler() - Method in class com.unidex.xflat.Sax2FlatFileParser
Return the current DTD handler.
getEntityResolver() - Method in class com.unidex.xflat.Sax2FlatFileParser
Return the current entity resolver.
getErrorHandler() - Method in class com.unidex.xflat.Sax2FlatFileParser
Return the current error handler.
getFeature(String) - Method in class com.unidex.xflat.Sax2FlatFileParser
Check a parser feature.
getLineNumber() - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. Returns the record number for the current document event.
getProperty(String) - Method in class com.unidex.xflat.Sax2FlatFileParser
Get the value of a parser property.
getPublicId() - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. Returns the public identifier for the current document event.
getSystemId() - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. Returns the system identifier for the current document event.

I

ignorableWhitespace(char[], int, int) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Receive notification of ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Receive notification of ignorable whitespace.
init(Destination, AttributeList) - Method in class com.unidex.xflat.XtFlatFileBuilder
XT will automatically invoke the init() method when the com.unidex.xflat.XtFlatFileBuilder class is specified as the output method of the XSLT stylesheet.

P

parse(InputSource) - Method in class com.unidex.xflat.Sax2FlatFileParser
Parses the flat file data and converts it into a stream of SAX 2.0 document events.
parse(InputSource) - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. Parses flat file data and converts the flat file data into a stream of SAX 1.0 document events.
parse(String) - Method in class com.unidex.xflat.Sax2FlatFileParser
Parses the flat file data and converts it into a stream of SAX 2.0 document events.
parse(String) - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. Same as the previous method, except that the source of the flat file data is specified with a system identifier.
processingInstruction(String, String) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Receive notification of a processing instruction.

S

Sax2FlatFileBuilder - class com.unidex.xflat.Sax2FlatFileBuilder.
The Sax2FlatFileBuilder class converts a stream of SAX 2.0 document events into flat file data, the layout of which is specified by an XFlat schema.
Sax2FlatFileBuilder() - Constructor for class com.unidex.xflat.Sax2FlatFileBuilder
Creates a Sax2FlatFileBuilder instance that can be used to convert a stream of SAX 2.0 document events into flat file data.
Sax2FlatFileParser - class com.unidex.xflat.Sax2FlatFileParser.
The Sax2FlatFileParser class converts flat file data into a stream of SAX 2.0 document events.
Sax2FlatFileParser() - Constructor for class com.unidex.xflat.Sax2FlatFileParser
Creates a Sax2FlatFileParser instance that can be used to convert flat file data into a stream of SAX 2.0 document events.
SaxFlatFileBuilder - class com.unidex.xflat.SaxFlatFileBuilder.
Deprecated. This class is still available, but it has been superseded by the Sax2FlatFileBuilder class. SAX 1.0 has been superseded by SAX 2.0.
SaxFlatFileBuilder() - Constructor for class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Creates a SaxFlatFileBuilder instance that can be used to convert a stream of SAX 1.0 document events into flat file data.
SaxFlatFileParser - class com.unidex.xflat.SaxFlatFileParser.
Deprecated. This class is still available, but it has been superseded by the Sax2FlatFileParser class. SAX 1.0 has been superseded by SAX 2.0.
SaxFlatFileParser() - Constructor for class com.unidex.xflat.SaxFlatFileParser
Deprecated. Creates a SaxFlatFileParser instance that can be used to convert flat file data into a stream of SAX 1.0 document events.
setContentHandler(ContentHandler) - Method in class com.unidex.xflat.Sax2FlatFileParser
Allow an application to register a content handler.
setDocumentHandler(DocumentHandler) - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. Allows an application to register a document event handler.
setDocumentLocator(Locator) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Receive an org.xml.sax.Locator object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Receive an org.xml.sax.Locator object for locating the origin of SAX document events.
setDTDHandler(DTDHandler) - Method in class com.unidex.xflat.Sax2FlatFileParser
Allow an application to register a DTD handler.
setDTDHandler(DTDHandler) - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. If your application specifies an org.xml.sax.DTDHandler object via the setDTDHandler() method, then SaxFlatFileParser will not call the DTDHandler, since this SAX feature is not supported.
setEntityResolver(EntityResolver) - Method in class com.unidex.xflat.Sax2FlatFileParser
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. If your application specifies an org.xml.sax.EntityResolver object via the setEntityResolver() method, then SaxFlatFileParser will not call the EntityResolver, since this SAX feature is not supported.
setErrorHandler(ErrorHandler) - Method in class com.unidex.xflat.Sax2FlatFileParser
Allow an application to register an error handler.
setErrorHandler(ErrorHandler) - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. Allows an application to register an error event handler.
setFeature(String, boolean) - Method in class com.unidex.xflat.Sax2FlatFileParser
Set a feature for the parser.
setFlatFileWriter(Writer, boolean) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Specifies the java.io.Writer object to which the flat file data will be written.
setFlatFileWriter(Writer, boolean) - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Specifies the java.io.Writer object to which the flat file data will be written.
setLocale(Locale) - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. If your application calls the setLocale() method to specify a java.util.Locale object, then the method will throw a SAXException, since Locales are not supported.
setProperty(String, Object) - Method in class com.unidex.xflat.Sax2FlatFileParser
Set a parser property.
setXflatSchema(InputSource, boolean) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Specifies the source of an XFlat schema, which the Sax2FlatFileBuilder instance will use to validate the SAX 2.0 document events and convert them into flat file data.
setXflatSchema(InputSource, boolean) - Method in class com.unidex.xflat.Sax2FlatFileParser
Specifies the source of an XFlat schema, which the parse() method will use to parse and validate flat file data.
setXflatSchema(InputSource, boolean) - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Specifies the source of an XFlat schema, which the SaxFlatFileBuilder object will use to validate the SAX document events and convert them into flat file data.
setXflatSchema(InputSource, boolean) - Method in class com.unidex.xflat.SaxFlatFileParser
Deprecated. Specifies the source of an XFlat schema, which the parse() method will use to parse and validate flat file data.
skippedEntity(String) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Receive notification of a skipped entity.
startDocument() - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Receive notification of the start of a document.
startDocument() - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Receive notification of the start of a document.
startElement(String, AttributeList) - Method in class com.unidex.xflat.SaxFlatFileBuilder
Deprecated. Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Receive notification of the start of an element.
startPrefixMapping(String, String) - Method in class com.unidex.xflat.Sax2FlatFileBuilder
Begin the scope of a prefix-URI namespace mapping.

X

XflatException - exception com.unidex.xflat.XflatException.
Signals that XML Convert has encountered an error (e.g., a syntax error in the XFlat schema, a syntax error in the flat file data, etc.).
XmlConvert - class com.unidex.xflat.XmlConvert.
Your Java application can use this class to perform any of the following conversions: flat file to XML document XML document to flat file flat file to flat file
XmlConvert(Reader, boolean) - Constructor for class com.unidex.xflat.XmlConvert
Creates an XmlConvert instance that can be used to perform one or more of the following conversions: flat file to XML document, XML document to flat file, or flat file to flat file.
xmlToFlat(Reader, Writer) - Method in class com.unidex.xflat.XmlConvert
Converts an XML document into flat file data using the XFlat schema that was passed to the XmlConvert constructor.
XtFlatFileBuilder - class com.unidex.xflat.XtFlatFileBuilder.
The XtFlatFileBuilder class is an XT output method that converts a result tree into a flat file, the layout of which is specified in an XFlat schema.
XtFlatFileBuilder() - Constructor for class com.unidex.xflat.XtFlatFileBuilder
Creates an instance of the XtFlatFileBuilder class.

C E F G I P S X

Table of Contents

Copyright © 1999 - 2002 Unidex, Inc.
All rights reserved.

Unidex Home Page