Class XML_SAX_TYPED_FI
java.lang.Object
com.sun.xml.fastinfoset.utilities.tools.XML_SAX_TYPED_FI
Convert a XML document to a fast infoset document using a schema.
The schema is used to ascertain the data type of text content or attribute values such that the lexical value of either can be converted to a binary form that is compatible with the Fast Infoset Encoding Algorithms and Restricted Alphabets.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate com.sun.xml.stream.buffer.XMLStreamBuffer
createBufferFromXMLDocument
(String schemaLocation, InputStream xml) private SAXParser
private SAXDocumentSerializer
static void
void
void
parse
(String schemaLocation, InputStream xml, OutputStream fi)
-
Constructor Details
-
XML_SAX_TYPED_FI
public XML_SAX_TYPED_FI()
-
-
Method Details