Uses of Interface
com.liferay.portal.kernel.xml.Namespace
Packages that use Namespace
Package
Description
-
Uses of Namespace in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that return NamespaceModifier and TypeMethodDescriptionstatic Namespace
OpenSearchUtil.getNamespace
(int namespaceType) -
Uses of Namespace in com.liferay.portal.kernel.webdav
Fields in com.liferay.portal.kernel.webdav declared as NamespaceMethods in com.liferay.portal.kernel.webdav that return NamespaceModifier and TypeMethodDescriptionstatic 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 NamespaceModifier and TypeMethodDescriptionSAXReader.createNamespace
(String uri) SAXReader.createNamespace
(String prefix, String uri) static Namespace
SAXReaderUtil.createNamespace
(String uri) static Namespace
SAXReaderUtil.createNamespace
(String prefix, String uri) Attribute.getNamespace()
Element.getNamespace()
QName.getNamespace()
Element.getNamespaceForPrefix
(String prefix) Element.getNamespaceForURI
(String uri) Methods in com.liferay.portal.kernel.xml that return types with arguments of type NamespaceModifier and TypeMethodDescriptionElement.additionalNamespaces()
Element.declaredNamespaces()
Element.getNamespacesForURI
(String uri) Methods in com.liferay.portal.kernel.xml with parameters of type NamespaceModifier and TypeMethodDescriptionvoid
SAXReader.createQName
(String localName, Namespace namespace) static QName
SAXReaderUtil.createQName
(String localName, Namespace namespace) protected abstract T
BaseVisitor.handleNamespace
(Namespace namespace) boolean
void
Attribute.setNamespace
(Namespace namespace) BaseVisitor.visitNamespace
(Namespace namespace) Visitor.visitNamespace
(Namespace namespace)