Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.Node

Packages that use Node
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.api.util.fulltext This package contains the built-in implementation of full-text features. 
 

Uses of Node in com.qizx.api
 

Methods in com.qizx.api that return Node
 Node Node.getAttribute(QName name)
          Gets an attribute of an element by name.
 Node[] Node.getAttributes()
          Gets the attributes of an element.
 Node XMLPullStream.getCurrentNode()
          Returns the current node, if the implementation of this object is able to.
 Node Node.getDocumentNode()
          Returns the document node if any, else the top-level node.
 Node Document.getDocumentNode()
          Returns the root Node of the document, of type document-node().
 Node Node.getFirstChild()
          Returns the first child node of an element or a document node.
 Node Node.getNextNode()
          Returns the next Node in document order.
 Node Node.getNextSibling()
          Returns the next sibling Node.
 Node Item.getNode()
          Gets the item's Node value.
 Node Node.getParent()
          Returns the parent node.
 

Methods in com.qizx.api with parameters of type Node
 boolean Node.contains(Node node)
          Returns true if this node is an ancestor of the parameter node or the node itself.
 double Indexing.convertDate(Node node)
           
 double Indexing.convertNumber(Node node)
           
 boolean Node.deepEquals(Node node, Collator collator)
          Deep equality of two subtrees.
 int Node.documentOrderCompareTo(Node that)
          Compares the document order of two nodes.
 void Indexing.parse(Node specification)
          Parses an Indexing specification from a Node.
 void XMLPushStream.putNamespaces(Node element, int copyNamespaceMode)
          Puts Namespace declarations of the element to the stream according to the specified mode.
 void XMLPushStream.putNodeCopy(Node node, int copyNamespaceMode)
          Copies a Node to the output flow by traversing it recursively.
 int Node.stringValueCompareTo(Node node, Collator collator)
          Compares the string values of two nodes, optionally using a collation.
 

Uses of Node in com.qizx.api.util
 

Methods in com.qizx.api.util that return Node
static Node PullStreamConverter.buildNode(XMLPullStream in)
          Directly builds an internal Node representation from a XML input stream.
static Node DOMToPushStream.convertNode(Node node)
          Utility for conversion of DOM to Data Model nodes
 Node NodeSource.getRootNode()
          Returns the Node used as input by the XSLT transformation.
 Node PushNodeBuilder.reap()
          Returns the top-level node built with this object.
 

Methods in com.qizx.api.util with parameters of type Node
 Node PushStreamToDOM.exportNode(Node node)
          Converts a node of the XDM into a W3C DOM node.
 void XMLSerializer.output(Node node)
          Serializes a node and its subtree.
 void XMLSerializer.putNodeCopy(Node node, int copyNsMode)
           
 String XMLSerializer.serializeToString(Node node)
          Serializes a node and its subtree as a string.
 

Constructors in com.qizx.api.util with parameters of type Node
NodeSource(Node node)
          Creates a NodeSource from a Node.
NodeXMLReader(Node rootNode)
          Builds a NodeXMLReader with a Node as a source.
 

Uses of Node in com.qizx.api.util.fulltext
 

Methods in com.qizx.api.util.fulltext that return Node
 Node FullTextSnippetExtractor.getCurrentNode()
           
 Node FullTextHighlighter.getCurrentNode()
           
 Node FullTextSnippetExtractor.makeSnippet(Node node, QName wrapperElement, QName hiliterElement, QName styleAttribute, String stylePrefix)
          Directly builds a snippet from a source Node.
 

Methods in com.qizx.api.util.fulltext with parameters of type Node
 Node FullTextSnippetExtractor.makeSnippet(Node node, QName wrapperElement, QName hiliterElement, QName styleAttribute, String stylePrefix)
          Directly builds a snippet from a source Node.
 void FullTextSnippetExtractor.start(Node node)
          Searches snippet components in a source XML document or node.
 void FullTextHighlighter.start(Node node)
          Starts iteration on a Node tree.
 


© 2010 Axyana Software