Uses of Enum Class
org.openpreservation.odf.xml.OdfNamespaces
Packages that use OdfNamespaces
-
Uses of OdfNamespaces in org.openpreservation.odf.xml
Methods in org.openpreservation.odf.xml that return OdfNamespacesModifier and TypeMethodDescriptionstatic final OdfNamespaces
static final OdfNamespaces
static final OdfNamespaces
OdfNamespaces.fromPrefix
(String prefix) static OdfNamespaces
Returns the enum constant of this class with the specified name.static OdfNamespaces[]
OdfNamespaces.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openpreservation.odf.xml with parameters of type OdfNamespacesModifier and TypeMethodDescriptionfinal Schema
OdfSchemaFactory.getSchema
(OdfNamespaces namespace) final Schema
OdfSchemaFactory.getSchema
(OdfNamespaces namespace, Version version) Method parameters in org.openpreservation.odf.xml with type arguments of type OdfNamespacesModifier and TypeMethodDescriptionfinal Schema
OdfSchemaFactory.getSchemas
(Set<OdfNamespaces> namespaces, Version version)