org.apache.jackrabbit.ocm.nodemanagement.impl
Class BaseNamespaceHelper

java.lang.Object
  extended by org.apache.jackrabbit.ocm.nodemanagement.impl.BaseNamespaceHelper
Direct Known Subclasses:
NamespaceHelper

public abstract class BaseNamespaceHelper
extends Object

Base class of all namespace helpers.

Author:
Oliver Kiessler

Field Summary
static String DEFAULT_NAMESPACE_URI
          Default namespace URI if none is specified.
 
Constructor Summary
BaseNamespaceHelper()
          Creates a new instance of BaseNamespaceHelper.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAMESPACE_URI

public static final String DEFAULT_NAMESPACE_URI
Default namespace URI if none is specified.

See Also:
Constant Field Values
Constructor Detail

BaseNamespaceHelper

public BaseNamespaceHelper()
Creates a new instance of BaseNamespaceHelper.



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.