November 2003
Intermediate to advanced
1488 pages
36h 35m
English
You can also parse XML documents using WebLogic Server's implementation known as the Streaming API. This API is based on SAX, but gives you more control than SAX while parsing your document. This API enables you to be proactive rather than reactive. In other words, you request events from the parser and process them, rather than waiting for events from the parser as you do with SAX. For this reason, this kind of parsing is known as pull parsing. You can parse not only XML documents using the Streaming API, but also DOM trees and SAX events.
You can parse any XML source by using the Streaming API. Parsing an XML document typically involves the following steps.
Read now
Unlock full access