Package | Description |
---|---|
org.odftoolkit.odfdom.pkg |
Representing the "Package Layer", the physical document handling.
|
Modifier and Type | Method and Description |
---|---|
static OdfNamespace |
OdfNamespace.getNamespace(String uri)
Returns the namespace for the given uri.
|
static OdfNamespace |
OdfNamespace.newNamespace(NamespaceName name)
Returns the OdfNamespace for the given name.
|
static OdfNamespace |
OdfNamespace.newNamespace(String prefix,
String uri)
Returns the OdfNamespace for the given name.
|
OdfNamespace |
OdfFileDom.setNamespace(NamespaceName name)
Adds a new Namespace to the DOM.
|
OdfNamespace |
OdfFileDom.setNamespace(String prefix,
String uri)
Adds a new Namespace to the DOM.
|
Modifier and Type | Method and Description |
---|---|
int |
OdfNamespace.compareTo(OdfNamespace namespace) |
static OdfName |
OdfName.newName(OdfNamespace odfNamespace,
String name)
Returns the OdfName for the given namespace and name.
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.