Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.xml.Namespace

Packages that use Namespace
com.liferay.portal.deploy.sandbox   
com.liferay.portal.googleapps   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.webdav   
com.liferay.portal.kernel.xml   
com.liferay.portal.xml   
com.liferay.util.xml   
 

Uses of Namespace in com.liferay.portal.deploy.sandbox
 

Methods in com.liferay.portal.deploy.sandbox that return Namespace
protected  Namespace PortletSandboxHandler.getPortletNamespace(Document document)
           
 

Uses of Namespace in com.liferay.portal.googleapps
 

Methods in com.liferay.portal.googleapps that return Namespace
protected  Namespace GBaseManagerImpl.getAppsNamespace()
           
static Namespace GHelperUtil.getAppsNamespace()
           
protected  Namespace GBaseManagerImpl.getAtomNamespace()
           
static Namespace GHelperUtil.getAtomNamespace()
           
 

Uses of Namespace in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search that return Namespace
static Namespace OpenSearchUtil.getNamespace(int namespaceType)
           
 

Uses of Namespace in com.liferay.portal.kernel.webdav
 

Fields in com.liferay.portal.kernel.webdav declared as Namespace
static Namespace WebDAVUtil.DAV_URI
           
 

Methods in com.liferay.portal.kernel.webdav that return Namespace
static Namespace WebDAVUtil.createNamespace(String prefix, String uri)
           
 

Uses of Namespace in com.liferay.portal.kernel.xml
 

Methods in com.liferay.portal.kernel.xml that return Namespace
static Namespace SAXReaderUtil.createNamespace(String uri)
           
 Namespace SAXReader.createNamespace(String uri)
           
static Namespace SAXReaderUtil.createNamespace(String prefix, String uri)
           
 Namespace SAXReader.createNamespace(String prefix, String uri)
           
 Namespace QName.getNamespace()
           
 Namespace Attribute.getNamespace()
           
 Namespace Element.getNamespace()
           
 Namespace Element.getNamespaceForPrefix(String prefix)
           
 Namespace Element.getNamespaceForURI(String uri)
           
 

Methods in com.liferay.portal.kernel.xml that return types with arguments of type Namespace
 List<Namespace> Element.additionalNamespaces()
           
 List<Namespace> Element.declaredNamespaces()
           
 List<Namespace> Element.getNamespacesForURI(String uri)
           
 

Methods in com.liferay.portal.kernel.xml with parameters of type Namespace
 void Element.add(Namespace namespace)
           
static QName SAXReaderUtil.createQName(String localName, Namespace namespace)
           
 QName SAXReader.createQName(String localName, Namespace namespace)
           
protected abstract  T BaseVisitor.handleNamespace(Namespace namespace)
           
 boolean Element.remove(Namespace namespace)
           
 void Attribute.setNamespace(Namespace namespace)
           
 T Visitor.visitNamespace(Namespace namespace)
           
 T BaseVisitor.visitNamespace(Namespace namespace)
           
 

Uses of Namespace in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement Namespace
 class NamespaceImpl
           
 

Methods in com.liferay.portal.xml that return Namespace
 Namespace SAXReaderImpl.createNamespace(String uri)
           
 Namespace SAXReaderImpl.createNamespace(String prefix, String uri)
           
 Namespace QNameImpl.getNamespace()
           
 Namespace ElementImpl.getNamespace()
           
 Namespace AttributeImpl.getNamespace()
           
 Namespace ElementImpl.getNamespaceForPrefix(String prefix)
           
 Namespace ElementImpl.getNamespaceForURI(String uri)
           
 

Methods in com.liferay.portal.xml that return types with arguments of type Namespace
 List<Namespace> ElementImpl.additionalNamespaces()
           
 List<Namespace> ElementImpl.declaredNamespaces()
           
 List<Namespace> ElementImpl.getNamespacesForURI(String uri)
           
static List<Namespace> SAXReaderImpl.toNewNamespaces(List<org.dom4j.Namespace> oldNamespaces)
           
 

Methods in com.liferay.portal.xml with parameters of type Namespace
 void ElementImpl.add(Namespace namespace)
           
 QName SAXReaderImpl.createQName(String localName, Namespace namespace)
           
 boolean ElementImpl.remove(Namespace namespace)
           
 void AttributeImpl.setNamespace(Namespace namespace)
           
 

Uses of Namespace in com.liferay.util.xml
 

Methods in com.liferay.util.xml with parameters of type Namespace
static Element DocUtil.add(Element element, String name, Namespace namespace)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, boolean text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, double text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, float text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, int text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, long text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, Object text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, short text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, String text)
           
 


Liferay 6.2-ce-ga5