Liferay 6.2-ce-ga5

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

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

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.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