Xindice API
version 1.1

org.apache.xindice.xml
Class NodeSource

java.lang.Object
  |
  +--org.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: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 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

SOURCE_COL

public static final String SOURCE_COL

SOURCE_KEY

public static final String SOURCE_KEY

SOURCE_COUNT

public static final String SOURCE_COUNT

SOURCE_MODIFIED

public static final String SOURCE_MODIFIED
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.1

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