Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • PrintPrint
Share this Page URL
Help

CHAPTER 4 Parsing XML > Parsing Binary XML

Parsing Binary XML

Binary XML is an Oracle-defined XML format for storing and processing large XML documents.

The following are some basic concepts of the binary XML format:

Image  All XML element tags and attributes are tokenized in binary XML.
Binary XML has an index table storing all XML element and attribute names (tokens), and their reference IDs (token IDs). In the document, all of the XML elements and attributes are referred to by the reference IDs. This reduces the XML document size, especially when long (normally meaningful) tag names are used for the XML element and attribute names.

Image  Binary is a pre-parsed format.
XML parsing information is stored within binary XML documents. The Oracle XML processor can quickly locate the XML objects. You can think of binary XML as serialized a DOM object, through which the XML processors know where to get the data.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • PrintPrint