Skip navigation links

Oracle® Database XML Java API Reference
11g Release 2 (11.2)

E10769-01


Package oracle.xml.binxml

Provides APIs for Binary XML encoding and decoding.

See:
          Description

Interface Summary
BinXMLDecoder The interface for converting a binary stream into XML.
BinXMLEncoder An interface which contains APIs to convert XML to binary stream.
BinXMLMetadataProvider This interface defines APIs for users to plug in a metadata repository used for encoding and decoding.
BinXMLProcessor A top level interface which represents the Binary XML Processor.
BinXMLStream This interface represents the binary XML Stream object.
DBBinXMLMetadataProvider The interface implements the BinXMLMetadataProvider interface.

 

Class Summary
BinXMLMetadataProviderFactory Factory class for creating DBBinXMLMetadataProvider
BinXMLProcessorFactory Factory class to create a BinXMLProcessor object
BinXMLVocabId This class is used to represent the vocabulary Id associated with each dtd or schema document as per the CSX RFC.

 

Exception Summary
BinXMLException This class is used for all types of Binary XML Exceptions

 

Package oracle.xml.binxml Description

Provides APIs for Binary XML encoding and decoding.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


Skip navigation links

Oracle® Database XML Java API Reference
11g Release 2 (11.2)

E10769-01


Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.