Class XML_SAX_TYPED_FI
- java.lang.Object
-
- com.sun.xml.fastinfoset.utilities.tools.XML_SAX_TYPED_FI
-
public class XML_SAX_TYPED_FI extends 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
Constructors Constructor Description XML_SAX_TYPED_FI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
parse(String[] args)
void
parse(String schemaLocation, InputStream xml, OutputStream fi)
-