Uses of Class
org.apache.jackrabbit.webdav.xml.Namespace
-
-
Uses of Namespace in org.apache.jackrabbit.spi2dav
Fields in org.apache.jackrabbit.spi2dav declared as Namespace Modifier and Type Field Description static Namespace
ItemResourceConstants. NAMESPACE
The namespace for all jcr specific extensions. -
Uses of Namespace in org.apache.jackrabbit.webdav
Fields in org.apache.jackrabbit.webdav declared as Namespace Modifier and Type Field Description static Namespace
DavConstants. NAMESPACE
Default Namespace constant -
Uses of Namespace in org.apache.jackrabbit.webdav.bind
Fields in org.apache.jackrabbit.webdav.bind declared as Namespace Modifier and Type Field Description static Namespace
BindConstants. NAMESPACE
The namespace -
Uses of Namespace in org.apache.jackrabbit.webdav.jcr
Fields in org.apache.jackrabbit.webdav.jcr declared as Namespace Modifier and Type Field Description static Namespace
ItemResourceConstants. NAMESPACE
The namespace for all jcr specific extensions. -
Uses of Namespace in org.apache.jackrabbit.webdav.lock
Methods in org.apache.jackrabbit.webdav.lock with parameters of type Namespace Modifier and Type Method Description static Scope
Scope. create(String localName, Namespace namespace)
Create aScope
object from the given name and namespace.static Type
Type. create(String localName, Namespace namespace)
Create aType
object from the given localName and namespace. -
Uses of Namespace in org.apache.jackrabbit.webdav.observation
Fields in org.apache.jackrabbit.webdav.observation declared as Namespace Modifier and Type Field Description static Namespace
ObservationConstants. NAMESPACE
The namespaceMethods in org.apache.jackrabbit.webdav.observation that return Namespace Modifier and Type Method Description Namespace
DefaultEventType. getNamespace()
Namespace
EventType. getNamespace()
Namespace
Filter. getNamespace()
Methods in org.apache.jackrabbit.webdav.observation with parameters of type Namespace Modifier and Type Method Description static EventType[]
DefaultEventType. create(String[] localNames, Namespace namespace)
Factory method to create an array of newEventType
for the specified localNames and the specified namespace.static EventType
DefaultEventType. create(String localName, Namespace namespace)
Factory method to create a newEventType
.Filter[]
SubscriptionInfo. getFilters(String localName, Namespace namespace)
Return array of filters with the specified name.boolean
Filter. isMatchingFilter(String localName, Namespace namespace)
Constructors in org.apache.jackrabbit.webdav.observation with parameters of type Namespace Constructor Description Filter(String filterName, Namespace filterNamespace, String filterValue)
-
Uses of Namespace in org.apache.jackrabbit.webdav.ordering
Fields in org.apache.jackrabbit.webdav.ordering declared as Namespace Modifier and Type Field Description static Namespace
OrderingConstants. NAMESPACE
The namespace -
Uses of Namespace in org.apache.jackrabbit.webdav.property
Methods in org.apache.jackrabbit.webdav.property that return Namespace Modifier and Type Method Description Namespace
DavPropertyName. getNamespace()
Return the namespace of thisDavPropertyName
.Methods in org.apache.jackrabbit.webdav.property with parameters of type Namespace Modifier and Type Method Description boolean
DavPropertyNameSet. add(String localName, Namespace namespace)
Creates a DavPropertyName from the given parameters and add it to this set.static DavPropertyName
DavPropertyName. create(String name, Namespace namespace)
Creates a newDavPropertyName
with the given name and Namespace.DavProperty<?>
DavPropertySet. get(String name, Namespace namespace)
Retrieves the property with the specifiedname
andnamespace
.DavPropertyIterator
DavPropertySet. iterator(Namespace namespace)
Returns an iterator over all those property in this set, that have the indicatednamespace
.static int
ResourceType. registerResourceType(String name, Namespace namespace)
Register an additional resource typeDavProperty<?>
DavPropertySet. remove(String name, Namespace namespace)
Removes the property with the specifiedname
andnamespace
from this set.Constructors in org.apache.jackrabbit.webdav.property with parameters of type Namespace Constructor Description DefaultDavProperty(String name, T value, Namespace namespace)
Creates a new non-protected WebDAV property with the given namespace, name and value.DefaultDavProperty(String name, T value, Namespace namespace, boolean isInvisibleInAllprop)
Creates a new WebDAV property with the given namespace, name and value. -
Uses of Namespace in org.apache.jackrabbit.webdav.search
Fields in org.apache.jackrabbit.webdav.search declared as Namespace Modifier and Type Field Description static Namespace
SearchConstants. NAMESPACE
Namespace definition.
NOTE: For convenience reasons, the namespace is defined to be the defaultDAV:
namespace.Methods in org.apache.jackrabbit.webdav.search that return Namespace Modifier and Type Method Description Namespace
SearchInfo. getLanguageNameSpace()
Returns the namespace of the language specified with the search request element.Methods in org.apache.jackrabbit.webdav.search with parameters of type Namespace Modifier and Type Method Description void
QueryGrammerSet. addQueryLanguage(String grammerName, Namespace namespace)
Add another query queryGrammer to this set.Constructors in org.apache.jackrabbit.webdav.search with parameters of type Namespace Constructor Description SearchInfo(String language, Namespace languageNamespace, String query)
Create a newSearchInfo
instance.SearchInfo(String language, Namespace languageNamespace, String query, Map<String,String> namespaces)
Create a newSearchInfo
instance. -
Uses of Namespace in org.apache.jackrabbit.webdav.security
Fields in org.apache.jackrabbit.webdav.security declared as Namespace Modifier and Type Field Description static Namespace
SecurityConstants. NAMESPACE
Default Namespace constantMethods in org.apache.jackrabbit.webdav.security that return Namespace Modifier and Type Method Description Namespace
Privilege. getNamespace()
Methods in org.apache.jackrabbit.webdav.security with parameters of type Namespace Modifier and Type Method Description static Privilege
Privilege. getPrivilege(String privilege, Namespace namespace)
Factory method to create/retrieve aPrivilege
. -
Uses of Namespace in org.apache.jackrabbit.webdav.transaction
Fields in org.apache.jackrabbit.webdav.transaction declared as Namespace Modifier and Type Field Description static Namespace
TransactionConstants. NAMESPACE
Namespace for transaction related xml elements -
Uses of Namespace in org.apache.jackrabbit.webdav.version
Fields in org.apache.jackrabbit.webdav.version declared as Namespace Modifier and Type Field Description static Namespace
DeltaVConstants. NAMESPACE
The DAV: namespace.Methods in org.apache.jackrabbit.webdav.version with parameters of type Namespace Modifier and Type Method Description void
OptionsResponse. addEntry(String localName, Namespace namespace, String[] hrefs)
Add a new entry to thisOptionsResponse
and make each href present in the String array being a separateDAV:href
element within the entry.boolean
OptionsInfo. containsElement(String localName, Namespace namespace)
Returns true if a child element with the given name and namespace is present.String[]
OptionsResponse. getHrefs(String localName, Namespace namespace)
-
Uses of Namespace in org.apache.jackrabbit.webdav.version.report
Methods in org.apache.jackrabbit.webdav.version.report that return Namespace Modifier and Type Method Description Namespace
ReportType. getNamespace()
Methods in org.apache.jackrabbit.webdav.version.report with parameters of type Namespace Modifier and Type Method Description boolean
ReportInfo. containsContentElement(String localName, Namespace namespace)
Indicates whether this info contains an element with the given name/namespace.Element
ReportInfo. getContentElement(String localName, Namespace namespace)
Retrieves the Xml element with the given name/namespace that is a child of this info.List<Element>
ReportInfo. getContentElements(String localName, Namespace namespace)
Returns a list containing all child Xml elements of this info that have the specified name/namespace.static ReportType
ReportType. register(String localName, Namespace namespace, Class<? extends Report> reportClass)
Register the report type with the given name, namespace and class, that can run that report.Constructors in org.apache.jackrabbit.webdav.version.report with parameters of type Namespace Constructor Description ReportInfo(String typeLocalName, Namespace typeNamespace)
Create a newReportInfo
ReportInfo(String typelocalName, Namespace typeNamespace, int depth, DavPropertyNameSet propertyNames)
Create a newReportInfo
-
Uses of Namespace in org.apache.jackrabbit.webdav.xml
Fields in org.apache.jackrabbit.webdav.xml declared as Namespace Modifier and Type Field Description static Namespace
Namespace. EMPTY_NAMESPACE
static Namespace
Namespace. XML_NAMESPACE
static Namespace
Namespace. XMLNS_NAMESPACE
Methods in org.apache.jackrabbit.webdav.xml that return Namespace Modifier and Type Method Description static Namespace
DomUtil. getNamespace(Element element)
Build a Namespace from the prefix and uri retrieved from the given element.static Namespace
Namespace. getNamespace(String uri)
static Namespace
Namespace. getNamespace(String prefix, String uri)
Methods in org.apache.jackrabbit.webdav.xml with parameters of type Namespace Modifier and Type Method Description static Element
DomUtil. addChildElement(Element parent, String localName, Namespace namespace)
Add a new child element with the given local name and namespace to the specified parent.static Element
DomUtil. addChildElement(Element parent, String localName, Namespace namespace, String text)
Add a new child element with the given local name and namespace to the specified parent.static Element
DomUtil. addChildElement(Node parent, String localName, Namespace namespace)
Add a new child element with the given local name and namespace to the specified parent.static Element
DomUtil. createElement(Document factory, String localName, Namespace namespace)
Create a new DOM element with the specified local name and namespace.static Element
DomUtil. createElement(Document factory, String localName, Namespace namespace, String text)
Create a new DOM element with the specified local name and namespace and add the specified text as Text node to it.static String
DomUtil. getAttribute(Element parent, String localName, Namespace namespace)
Returns the value of the named attribute of the current element.static Element
DomUtil. getChildElement(Node parent, String childLocalName, Namespace childNamespace)
Returns the first child element that matches the given local name and namespace.static ElementIterator
DomUtil. getChildren(Element parent, String childLocalName, Namespace childNamespace)
Returns aElementIterator
containing all child elements of the given parent node that match the given local name and namespace.static String
DomUtil. getChildText(Element parent, String childLocalName, Namespace childNamespace)
CallsDomUtil.getText(Element)
on the first child element that matches the given local name and namespace.static String
DomUtil. getChildTextTrim(Element parent, String childLocalName, Namespace childNamespace)
CallsDomUtil.getTextTrim(Element)
on the first child element that matches the given local name and namespace.static String
DomUtil. getExpandedName(String localName, Namespace namespace)
Returns a string representation of the name of a DOM node consisting of "{" + namespace uri + "}" + localName.static String
DomUtil. getPrefixedName(String localName, Namespace namespace)
Return the qualified name of a DOM node consisting of namespace prefix + ":" + local name.static String
DomUtil. getQualifiedName(String localName, Namespace namespace)
Deprecated.As of 2.0.static boolean
DomUtil. hasChildElement(Node parent, String childLocalName, Namespace childNamespace)
Returns true if the given parent node has a child element that matches the specified local name and namespace.static boolean
DomUtil. matches(Node node, String requiredLocalName, Namespace requiredNamespace)
Returns true if the specified node matches the required names.static void
DomUtil. setAttribute(Element element, String attrLocalName, Namespace attrNamespace, String attrValue)
Add an attribute node to the given element.Constructors in org.apache.jackrabbit.webdav.xml with parameters of type Namespace Constructor Description ElementIterator(Element parent, String localName, Namespace namespace)
Create a new instance ofElementIterator
with the given parent element.
-