Xindice API
version 1.2m1

org.apache.xindice.xml
Class NodeSource

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

public final class NodeSource
extends Object

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

Version:
$Revision: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 2007) $

Field Summary
static String SOURCE_COL
           
static String SOURCE_COUNT
           
static String SOURCE_KEY
           
static String SOURCE_MODIFIED
           
static String SOURCE_NS
           
 
Constructor Summary
NodeSource(Collection collection)
           
NodeSource(Collection collection, Key key)
           
 
Method Summary
 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 String SOURCE_NS
See Also:
Constant Field Values

SOURCE_COL

public static final String SOURCE_COL
See Also:
Constant Field Values

SOURCE_KEY

public static final String SOURCE_KEY
See Also:
Constant Field Values

SOURCE_COUNT

public static final String SOURCE_COUNT
See Also:
Constant Field Values

SOURCE_MODIFIED

public static final 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 String getCanonicalName()

Xindice API
version 1.2m1

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