Xindice API

Uses of Class
org.apache.xindice.xml.NodeSource

Packages that use NodeSource
org.apache.xindice.xml.dom Implements the Xindice Compressed DOM and DOMParser. 
 

Uses of NodeSource in org.apache.xindice.xml.dom
 

Methods in org.apache.xindice.xml.dom that return NodeSource
 NodeSource NodeImpl.getSource()
           
 NodeSource DBNode.getSource()
          getSource returns a source for this Node.
 

Methods in org.apache.xindice.xml.dom with parameters of type NodeSource
 void NodeImpl.setSource(NodeSource source)
           
 void DBNode.setSource(NodeSource source)
          setSource sets a source for this Node.
 

Constructors in org.apache.xindice.xml.dom with parameters of type NodeSource
DocumentImpl(byte[] data, SymbolTable symbols, NodeSource source)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation