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: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 2007) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
NodeSource
public NodeSource(Collection collection,
Key key)
NodeSource
public NodeSource(Collection collection)
getCollection
public Collection getCollection()
getKey
public Key getKey()
getCanonicalName
public String getCanonicalName()
Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.