|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfNamespace | |
|---|---|
| org.odftoolkit.odfdom.pkg | Representing the "Package Layer", the physical document handling. |
| Uses of OdfNamespace in org.odftoolkit.odfdom.pkg |
|---|
| Methods in org.odftoolkit.odfdom.pkg that return OdfNamespace | |
|---|---|
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. |
| Methods in org.odftoolkit.odfdom.pkg with parameters of type OdfNamespace | |
|---|---|
int |
OdfNamespace.compareTo(OdfNamespace namespace)
|
static OdfName |
OdfName.newName(OdfNamespace odfNamespace,
String name)
Returns the OdfName for the given namespace and name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||