com.sun.xml.fastinfoset.tools
Class XML_SAX_FI

java.lang.Object
  extended by com.sun.xml.fastinfoset.tools.TransformInputOutput
      extended by com.sun.xml.fastinfoset.tools.XML_SAX_FI

public class XML_SAX_FI
extends TransformInputOutput


Constructor Summary
XML_SAX_FI()
           
 
Method Summary
 void convert(Reader reader, OutputStream finf)
           
static void main(String[] args)
           
 void parse(InputStream xml, OutputStream finf)
           
 
Methods inherited from class com.sun.xml.fastinfoset.tools.TransformInputOutput
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML_SAX_FI

public XML_SAX_FI()
Method Detail

parse

public void parse(InputStream xml,
                  OutputStream finf)
           throws Exception
Specified by:
parse in class TransformInputOutput
Throws:
Exception

convert

public void convert(Reader reader,
                    OutputStream finf)
             throws Exception
Throws:
Exception

main

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


Copyright © 2011 Oracle Corpration. All Rights Reserved.