Package | Description |
---|---|
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.webdav | |
com.liferay.portal.kernel.xml |
Modifier and Type | Method and Description |
---|---|
static Namespace |
OpenSearchUtil.getNamespace(int namespaceType) |
Modifier and Type | Field and Description |
---|---|
static Namespace |
WebDAVUtil.DAV_URI |
Modifier and Type | Method and Description |
---|---|
static Namespace |
WebDAVUtil.createNamespace(String prefix,
String uri) |
Modifier and Type | Method and Description |
---|---|
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 |
Attribute.getNamespace() |
Namespace |
Element.getNamespace() |
Namespace |
QName.getNamespace() |
Namespace |
Element.getNamespaceForPrefix(String prefix) |
Namespace |
Element.getNamespaceForURI(String uri) |
Modifier and Type | Method and Description |
---|---|
List<Namespace> |
Element.additionalNamespaces() |
List<Namespace> |
Element.declaredNamespaces() |
List<Namespace> |
Element.getNamespacesForURI(String uri) |
Modifier and Type | Method and Description |
---|---|
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 |
BaseVisitor.visitNamespace(Namespace namespace) |
T |
Visitor.visitNamespace(Namespace namespace) |