|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamespaceName | |
---|---|
org.odftoolkit.odfdom.dom | |
org.odftoolkit.odfdom.pkg | Representing the "Package Layer", the physical document handling. |
Uses of NamespaceName in org.odftoolkit.odfdom.dom |
---|
Classes in org.odftoolkit.odfdom.dom that implement NamespaceName | |
---|---|
class |
OdfDocumentNamespace
Namespaces of OpenDocument 1.2 XML Schema |
Uses of NamespaceName in org.odftoolkit.odfdom.pkg |
---|
Classes in org.odftoolkit.odfdom.pkg that implement NamespaceName | |
---|---|
class |
OdfNamespace
Class wrapping the XML Namespace URI and XML Namespace prefix as a single entity. |
Methods in org.odftoolkit.odfdom.pkg with parameters of type NamespaceName | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |