|
|||||||
PREV NEXT | FRAMES NO FRAMES |
XmlConvert
constructor.
init()
method
when the com.unidex.xflat.XtFlatFileBuilder
class
is specified as the output method of the XSLT stylesheet.
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
instance
that can be used to convert a stream of
SAX 2.0
document events into flat file data.
Sax2FlatFileParser
class converts flat file data into
a stream of SAX 2.0
document events.Sax2FlatFileParser
instance
that can be used
to convert flat file data into a stream of
SAX 2.0
document events.
Sax2FlatFileBuilder
class.
SAX 1.0 has been superseded by SAX 2.0.SaxFlatFileBuilder
instance
that can be used to convert a stream of
SAX
1.0 document events into flat file data.
Sax2FlatFileParser
class.
SAX 1.0 has been superseded by SAX 2.0.SaxFlatFileParser
instance
that can be used
to convert flat file data into a stream of
SAX 1.0
document events.
org.xml.sax.Locator
object for locating the origin of SAX document events.
org.xml.sax.Locator
object for locating the origin of SAX document events.
org.xml.sax.DTDHandler
object
via the setDTDHandler()
method,
then SaxFlatFileParser
will not call the
DTDHandler
, since this SAX feature is
not supported.
org.xml.sax.EntityResolver
object
via the setEntityResolver()
method,
then SaxFlatFileParser
will not call the
EntityResolver
, since this SAX feature
is not supported.
java.io.Writer
object to which
the flat file data will be written.
java.io.Writer
object to which
the flat file data will be written.
setLocale()
method
to specify a java.util.Locale
object, then
the method will throw a SAXException
,
since Locales are not supported.
Sax2FlatFileBuilder
instance will use
to validate the SAX 2.0 document events and convert them into
flat file data.
parse()
method will use
to parse and validate flat file data.
SaxFlatFileBuilder
object will use
to validate the SAX document events and convert them into
flat file data.
parse()
method will use
to parse and validate flat file data.
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.
XmlConvert
constructor.
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
class.
|
|||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999 - 2002 Unidex, Inc. |