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.
|
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-2014 The Apache Software Foundation. All Rights Reserved.