com.sun.xml.fastinfoset.utilities.tools
Class XML_SAX_TYPED_FI

java.lang.Object
  extended by com.sun.xml.fastinfoset.utilities.tools.XML_SAX_TYPED_FI

public class XML_SAX_TYPED_FI
extends java.lang.Object

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
XML_SAX_TYPED_FI()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML_SAX_TYPED_FI

public XML_SAX_TYPED_FI()
Method Detail

parse

public void parse(java.lang.String[] args)
           throws java.lang.Exception
Throws:
java.lang.Exception

parse

public void parse(java.lang.String schemaLocation,
                  java.io.InputStream xml,
                  java.io.OutputStream fi)
           throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception