public class XML_SAX_TYPED_FI
extends java.lang.Object
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 and Description |
---|
XML_SAX_TYPED_FI() |
Modifier and Type | Method and Description |
---|---|
private com.sun.xml.stream.buffer.XMLStreamBuffer |
createBufferFromXMLDocument(java.lang.String schemaLocation,
java.io.InputStream xml) |
private javax.xml.parsers.SAXParser |
getParser() |
private SAXDocumentSerializer |
getSerializer(java.io.OutputStream fi) |
static void |
main(java.lang.String[] args) |
void |
parse(java.lang.String[] args) |
void |
parse(java.lang.String schemaLocation,
java.io.InputStream xml,
java.io.OutputStream fi) |
public void parse(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public void parse(java.lang.String schemaLocation, java.io.InputStream xml, java.io.OutputStream fi) throws java.lang.Exception
java.lang.Exception
private javax.xml.parsers.SAXParser getParser() throws java.lang.Exception
java.lang.Exception
private SAXDocumentSerializer getSerializer(java.io.OutputStream fi)
private com.sun.xml.stream.buffer.XMLStreamBuffer createBufferFromXMLDocument(java.lang.String schemaLocation, java.io.InputStream xml) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception