|
Qizx fe-4.4p2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLPullStream | |
---|---|
com.qizx.api | API of the embeddable version of the Qizx XML Query engine. |
com.qizx.api.fulltext | This package represents a simple framework for extending and redefining full-text features. |
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.api.util.fulltext | This package contains the built-in implementation of full-text features. |
com.qizx.xdm |
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.fulltext |
---|
Subinterfaces of XMLPullStream in com.qizx.api.fulltext | |
---|---|
interface |
FullTextPullStream
An extension of XMLPullStream that separates fragments of text matching the key terms of a full-text query. |
Uses of XMLPullStream in com.qizx.api.util |
---|
Methods in com.qizx.api.util with parameters of type XMLPullStream | |
---|---|
static Node |
PullStreamConverter.buildNode(XMLPullStream in)
Directly builds an internal Node representation from a XML input stream. |
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. |
Uses of XMLPullStream in com.qizx.api.util.fulltext |
---|
Classes in com.qizx.api.util.fulltext that implement XMLPullStream | |
---|---|
class |
FullTextHighlighter
An implementation of FullTextPullStream that can be used to
highlight terms of a full-text query (more generally to distinguish these terms
from the rest of the XML source). |
class |
FullTextSnippetExtractor
Extracts a snippet of text from an XML node, attempting to show the key terms of a full-text query. |
Methods in com.qizx.api.util.fulltext with parameters of type XMLPullStream | |
---|---|
void |
FullTextHighlighter.start(XMLPullStream source)
Starts iteration using another XML Stream as source. |
Uses of XMLPullStream in com.qizx.xdm |
---|
Classes in com.qizx.xdm that implement XMLPullStream | |
---|---|
class |
com.qizx.xdm.XMLPullStreamBase
|
|
© 2010 Axyana Software | |||||||||
PREV NEXT | FRAMES NO FRAMES |