Qizx 2.2 API

Uses of Interface
com.qizx.api.XMLPullStream

Packages that use XMLPullStream
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
com.qizx.api.util Utility classes implementing interfaces from the API, in particular conversion to XML, HTML, DOM, SAX, conversion from DOM and SAX, and connection to JAXP-compatible XSLT engines. 
 

Uses of XMLPullStream in com.qizx.api
 

Methods in com.qizx.api that return XMLPullStream
 XMLPullStream Document.export()
          Streaming export in pull mode.
 XMLPullStream Item.exportNode()
          Streaming export of a Node, in "pull" mode.
 

Methods in com.qizx.api with parameters of type XMLPullStream
 Item ItemFactory.createItem(XMLPullStream source)
          Creates a Node item by reading a XML stream.
 

Uses of XMLPullStream in com.qizx.api.util
 

Methods in com.qizx.api.util with parameters of type XMLPullStream
static int PullStreamConverter.convertTree(XMLPullStream in, XMLPushStream out)
          Reads events from the input stream until a complete well-balanced tree is sent to the output stream.
static Node PullStreamConverter.buildNode(XMLPullStream in)
          Directly builds an internal Node representation from a XML input stream.
 


© 2008 Axyana Software