|
Qizx fe-4.4p2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLPushStream | |
---|---|
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. |
com.qizx.xdm |
Uses of XMLPushStream in com.qizx.api |
---|
Methods in com.qizx.api that return XMLPushStream | |
---|---|
XMLPushStream |
Library.beginImportDocument(String documentPath)
Document import primitive: returns a push-style interface allowing storing a document from a source other than a parser. |
Methods in com.qizx.api with parameters of type XMLPushStream | |
---|---|
void |
Document.export(XMLPushStream output)
Streaming export in push mode. |
void |
Item.export(XMLPushStream writer)
Streaming export of a Node in "push" mode. |
void |
Indexing.export(XMLPushStream stream)
Converts to an external representation. |
void |
ContentImporter.parse(XMLPushStream handler,
String documentPath)
Actual import work. |
Uses of XMLPushStream in com.qizx.api.util |
---|
Classes in com.qizx.api.util that implement XMLPushStream | |
---|---|
class |
PushNodeBuilder
An implementation of XMLPushStream that builds an in-memory Node tree and returns the top Node. |
class |
PushStreamToDOM
An implementation of XMLPushStream which creates W3C DOM documents or nodes. |
class |
PushStreamToSAX
An implementation of XMLPushStream that converts to SAX2 events. |
class |
XMLSerializer
An implementation of XMLPushStream that serializes into XML, XHTML, HTML or plain text. |
Methods in com.qizx.api.util that return XMLPushStream | |
---|---|
XMLPushStream |
DOMToPushStream.getOutput()
Returns the current output handler. |
Methods in com.qizx.api.util with parameters of type XMLPushStream | |
---|---|
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. |
void |
DOMToPushStream.setOutput(XMLPushStream output)
Redefines the current output handler. |
Constructors in com.qizx.api.util with parameters of type XMLPushStream | |
---|---|
DOMToPushStream(ItemFactory itemFactory,
XMLPushStream output)
Builds an adapter from DOM to an implementation of XMLPushStream. |
|
PushStreamResult(XMLPushStream output)
Builds a SAXResult that writes to a XMLPushStream. |
|
SAXToPushStream(XMLPushStream output)
Builds a SAX to XMLPushStream adapter. |
Uses of XMLPushStream in com.qizx.xdm |
---|
Classes in com.qizx.xdm that implement XMLPushStream | |
---|---|
class |
com.qizx.xdm.CorePushBuilder
An implementation of XMLPushStream that builds a CoreDataModel tree. |
class |
com.qizx.xdm.XMLPushStreamBase
A Base implementation of XMLPushStream. |
|
© 2010 Axyana Software | |||||||||
PREV NEXT | FRAMES NO FRAMES |