org.oclc.da.gdfr.registryprototype.properties
Class XmlProps

java.lang.Object
  extended by org.oclc.da.gdfr.registryprototype.properties.XmlProps

public class XmlProps
extends java.lang.Object


Field Summary
static java.lang.String ADMIN_NS_NAME
          The namespace name of the adminData schema
static java.lang.String ADMIN_NS_URI
          The namespace URI of the adminData schema
static java.lang.String ADMIN_PATH
          XPath to reach the adminData of a deposit record
static java.lang.String BASE_NAME_PATH
          XPath to access the base name of the CollectionItem
static java.lang.String BYTES_PATH
          XPath to reach the bytes of a deposit record
static java.lang.String COLLECTION_NS_NAME
          The namespace name of the collection schema
static java.lang.String COLLECTION_NS_URI
          The namespace URI of the collection schema
static java.lang.String CONTENT_CONTENT_TYPE_PATH
          XPath to reach the contentType element of a content record
static java.lang.String CONTENT_ID_PATH
          XPath to access the identifier of the content, if present
static java.lang.String CONTENT_NS_NAME
          The namespace name of the content schema
static java.lang.String CONTENT_NS_URI
          The namespace URI of the content schema
static java.lang.String CONTENT_TYPE_PATH
          XPath to reach the contentType element in an adminData record
static java.lang.String CURRENT_FLAG_PATH
          XPath to the currentFlag field of a record
static java.lang.String DEPOSIT_NS_NAME
          The namespace name of the deposit schema
static java.lang.String DEPOSIT_NS_URI
          The namespace URI of the deposit schema
static java.lang.String DEPOSIT_ROOT
          XPath to reach the root element's name of a deposit record
static java.lang.String DESCRIPTION_PATH
          XPath to reach the description of a deposit item
static java.lang.String IDENTIFIER_NAME
          XPath to access the identifier name of the CollectionItem
static java.lang.String IDENTIFIER_NAME_PATH
          XPath to the reach the identifier of content in a profile
static java.lang.String IDENTIFIER_PATH
          XPath to access the identifier of the CollectionItems
static java.lang.String INDEX_NAME_PATH
          XPath to reach an index's name
static java.lang.String INDEX_PATH
          XPath to reach an entire index element
static java.lang.String INDEX_PATH_PATH
          XPath to reach an index's xpath
static java.lang.String INDEX_ROOT
          Element name of the index-root (used for storing decoded content)
static java.lang.String INDEX_TYPE_PATH
          XPath to reach an index's data type
static java.lang.String INDEXES_PATH
          XPath to get the names of indices out of the profile
static java.lang.String PARENT_COLLECTION_PATH
          XPath to reach the parentCollection element of the Collection schema
static java.lang.String PROFILE_IDENTIFIER_PATH
          XPath to get to the identifier of the profile itself
static java.lang.String PROFILE_NAME_PATH
          XPath to access the name of the Collection
static java.lang.String PROFILE_NS_NAME
          The namespace name of the profile schema
static java.lang.String PROFILE_NS_URI
          The namespace URI of the profile schema
static java.lang.String VERSION_ID_PATH
          XPath to the versionID of a record
static java.lang.String XML_PROPS
          This is xml configuration properties file path.
static java.lang.String XS_NS_NAME
          The namespace name of the xs schema
static java.lang.String XS_NS_URI
          The namespace URI of the xs schema
static java.lang.String XSD_LOCATION_PATH
          XPath to reach the XSD location in a CollectionProfile
 
Constructor Summary
XmlProps()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_PROPS

public static final java.lang.String XML_PROPS
This is xml configuration properties file path. This .properties file will contain XPath statements pertaining to the CollectionProfile objects.

See Also:
Constant Field Values

PROFILE_IDENTIFIER_PATH

public static final java.lang.String PROFILE_IDENTIFIER_PATH
XPath to get to the identifier of the profile itself


IDENTIFIER_PATH

public static final java.lang.String IDENTIFIER_PATH
XPath to access the identifier of the CollectionItems


CONTENT_ID_PATH

public static final java.lang.String CONTENT_ID_PATH
XPath to access the identifier of the content, if present


BASE_NAME_PATH

public static final java.lang.String BASE_NAME_PATH
XPath to access the base name of the CollectionItem


IDENTIFIER_NAME

public static final java.lang.String IDENTIFIER_NAME
XPath to access the identifier name of the CollectionItem


PROFILE_NAME_PATH

public static final java.lang.String PROFILE_NAME_PATH
XPath to access the name of the Collection


INDEXES_PATH

public static final java.lang.String INDEXES_PATH
XPath to get the names of indices out of the profile


ADMIN_PATH

public static final java.lang.String ADMIN_PATH
XPath to reach the adminData of a deposit record


XSD_LOCATION_PATH

public static final java.lang.String XSD_LOCATION_PATH
XPath to reach the XSD location in a CollectionProfile


CONTENT_TYPE_PATH

public static final java.lang.String CONTENT_TYPE_PATH
XPath to reach the contentType element in an adminData record


CONTENT_CONTENT_TYPE_PATH

public static final java.lang.String CONTENT_CONTENT_TYPE_PATH
XPath to reach the contentType element of a content record


IDENTIFIER_NAME_PATH

public static final java.lang.String IDENTIFIER_NAME_PATH
XPath to the reach the identifier of content in a profile


INDEX_NAME_PATH

public static final java.lang.String INDEX_NAME_PATH
XPath to reach an index's name


INDEX_PATH_PATH

public static final java.lang.String INDEX_PATH_PATH
XPath to reach an index's xpath


INDEX_TYPE_PATH

public static final java.lang.String INDEX_TYPE_PATH
XPath to reach an index's data type


INDEX_PATH

public static final java.lang.String INDEX_PATH
XPath to reach an entire index element


DESCRIPTION_PATH

public static final java.lang.String DESCRIPTION_PATH
XPath to reach the description of a deposit item


PARENT_COLLECTION_PATH

public static final java.lang.String PARENT_COLLECTION_PATH
XPath to reach the parentCollection element of the Collection schema


BYTES_PATH

public static final java.lang.String BYTES_PATH
XPath to reach the bytes of a deposit record


VERSION_ID_PATH

public static final java.lang.String VERSION_ID_PATH
XPath to the versionID of a record


CURRENT_FLAG_PATH

public static final java.lang.String CURRENT_FLAG_PATH
XPath to the currentFlag field of a record


DEPOSIT_ROOT

public static final java.lang.String DEPOSIT_ROOT
XPath to reach the root element's name of a deposit record


INDEX_ROOT

public static final java.lang.String INDEX_ROOT
Element name of the index-root (used for storing decoded content)


ADMIN_NS_NAME

public static final java.lang.String ADMIN_NS_NAME
The namespace name of the adminData schema


ADMIN_NS_URI

public static final java.lang.String ADMIN_NS_URI
The namespace URI of the adminData schema


DEPOSIT_NS_NAME

public static final java.lang.String DEPOSIT_NS_NAME
The namespace name of the deposit schema


DEPOSIT_NS_URI

public static final java.lang.String DEPOSIT_NS_URI
The namespace URI of the deposit schema


COLLECTION_NS_NAME

public static final java.lang.String COLLECTION_NS_NAME
The namespace name of the collection schema


COLLECTION_NS_URI

public static final java.lang.String COLLECTION_NS_URI
The namespace URI of the collection schema


CONTENT_NS_NAME

public static final java.lang.String CONTENT_NS_NAME
The namespace name of the content schema


CONTENT_NS_URI

public static final java.lang.String CONTENT_NS_URI
The namespace URI of the content schema


XS_NS_NAME

public static final java.lang.String XS_NS_NAME
The namespace name of the xs schema


XS_NS_URI

public static final java.lang.String XS_NS_URI
The namespace URI of the xs schema


PROFILE_NS_NAME

public static final java.lang.String PROFILE_NS_NAME
The namespace name of the profile schema


PROFILE_NS_URI

public static final java.lang.String PROFILE_NS_URI
The namespace URI of the profile schema

Constructor Detail

XmlProps

public XmlProps()


Copyright © 2008 OCLC Online Computer Library Center, Inc.. All Rights Reserved.