Xindice API
version 1.1b4

org.apache.xindice.xml
Class NodeSource

java.lang.Object
  extended byorg.apache.xindice.xml.NodeSource

public final class NodeSource
extends java.lang.Object

NodeSource encapsulates the source of a Document, including its Collection reference and its Key.

Version:
CVS $Revision: 1.7 $, $Date: 2004/02/08 03:50:13 $

Field Summary
static java.lang.String SOURCE_COL
           
static java.lang.String SOURCE_COUNT
           
static java.lang.String SOURCE_KEY
           
static java.lang.String SOURCE_MODIFIED
           
static java.lang.String SOURCE_NS
           
 
Constructor Summary
NodeSource(Collection collection)
           
NodeSource(Collection collection, Key key)
           
 
Method Summary
 java.lang.String getCanonicalName()
           
 Collection getCollection()
           
 Key getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_NS

public static final java.lang.String SOURCE_NS
See Also:
Constant Field Values

SOURCE_COL

public static final java.lang.String SOURCE_COL
See Also:
Constant Field Values

SOURCE_KEY

public static final java.lang.String SOURCE_KEY
See Also:
Constant Field Values

SOURCE_COUNT

public static final java.lang.String SOURCE_COUNT
See Also:
Constant Field Values

SOURCE_MODIFIED

public static final java.lang.String SOURCE_MODIFIED
See Also:
Constant Field Values
Constructor Detail

NodeSource

public NodeSource(Collection collection,
                  Key key)

NodeSource

public NodeSource(Collection collection)
Method Detail

getCollection

public Collection getCollection()

getKey

public Key getKey()

getCanonicalName

public java.lang.String getCanonicalName()

Xindice API
version 1.1b4

Copyright (c) 1999-2004 The Apache Software Foundation. All Rights Reserved.