| Package | Description |
|---|---|
| org.odftoolkit.odfdom.dom | |
| org.odftoolkit.odfdom.pkg |
Representing the "Package Layer", the physical document handling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OdfDocumentNamespace
Namespaces of OpenDocument 1.2 XML Schema
|
| Modifier and Type | Class and Description |
|---|---|
class |
OdfNamespace
Class wrapping the XML Namespace URI and XML Namespace prefix as a single entity.
|
class |
OdfPackageNamespace
Namespaces of OpenDocument 1.2 XML Package Schema
|
| Modifier and Type | Method and Description |
|---|---|
OdfAttribute |
OdfElement.getOdfAttribute(NamespaceName namespace,
String localname)
Retrieves an ODF attribute by
NamespaceName, and local name. |
static OdfName |
OdfName.newName(NamespaceName namespaceNamed,
String name)
Returns the OdfName for the given namespace and name.
|
static OdfNamespace |
OdfNamespace.newNamespace(NamespaceName name)
Returns the OdfNamespace for the given name.
|
OdfNamespace |
OdfFileDom.setNamespace(NamespaceName name)
Adds a new Namespace to the DOM.
|
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.