|
eXo JCR :: Component :: Webdav Service 1.15.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.xml.WebDavNamespaceContext
public class WebDavNamespaceContext
Created by The eXo Platform SARL Author : Vitaly Guly.
| Constructor Summary | |
|---|---|
WebDavNamespaceContext(javax.jcr.Session session)
WebDav namespace context. |
|
| Method Summary | |
|---|---|
static String |
createName(QName qName)
Converts QName into the String. |
QName |
createQName(String strName)
Converts String into QName. |
String |
getNamespaceURI(String prefix)
Returns namespace URI. |
String |
getPrefix(String namespaceURI)
Returns namespace prefix. |
Iterator<String> |
getPrefixes(String namespaceURI)
Returns the list of registered for this URI namespace prefixes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebDavNamespaceContext(javax.jcr.Session session)
throws javax.jcr.RepositoryException
session - current session.
javax.jcr.RepositoryException - RepositoryException| Method Detail |
|---|
public QName createQName(String strName)
strName - string name
public static String createName(QName qName)
qName - QName
public String getNamespaceURI(String prefix)
getNamespaceURI in interface NamespaceContextprefix - namespace prefix
NamespaceContext.getNamespaceURI(java.lang.String).public String getPrefix(String namespaceURI)
getPrefix in interface NamespaceContextnamespaceURI - namespace URI
NamespaceContext.getPrefix(java.lang.String).public Iterator<String> getPrefixes(String namespaceURI)
getPrefixes in interface NamespaceContextnamespaceURI - namespace URI
NamespaceContext.getPrefixes(java.lang.String).
|
eXo JCR :: Component :: Webdav Service 1.15.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||