Uses of Interface
org.openpreservation.format.xml.Namespace
Packages that use Namespace
-
Uses of Namespace in org.openpreservation.format.xml
Methods in org.openpreservation.format.xml that return NamespaceModifier and TypeMethodDescriptionParseResult.getRootNamespace()
Get theNamespace
associated with the document's root elementMethods in org.openpreservation.format.xml that return types with arguments of type NamespaceModifier and TypeMethodDescriptionParseResult.getDeclaredNamespaces()
Get all of the declaredNamespace
s in the documentParseResult.getUsedNamespaces()
Get all of the declaredNamespace
s in the documentMethods in org.openpreservation.format.xml with parameters of type NamespaceModifier and TypeMethodDescriptionstatic final ParseResult
ValidationResults.parseResultOf
(boolean valid, Namespace namespace, List<Namespace> declareNamespaces, List<Namespace> usedNamespaces, String prefix, String name, List<Attribute> attributes, List<Message> messages) Create a newParseResult
object from the supplied values.Method parameters in org.openpreservation.format.xml with type arguments of type NamespaceModifier and TypeMethodDescriptionstatic final ParseResult
ValidationResults.parseResultOf
(boolean valid, Namespace namespace, List<Namespace> declareNamespaces, List<Namespace> usedNamespaces, String prefix, String name, List<Attribute> attributes, List<Message> messages) Create a newParseResult
object from the supplied values. -
Uses of Namespace in org.openpreservation.odf.xml
Classes in org.openpreservation.odf.xml that implement NamespaceMethods in org.openpreservation.odf.xml that return NamespaceModifier and TypeMethodDescriptionOdfXmlDocument.getRootNamespace()
Get the default namespace associated with the root element of the documentMethods in org.openpreservation.odf.xml that return types with arguments of type NamespaceModifier and TypeMethodDescriptionOdfXmlDocument.getForeignNamespaces()
Get the set of foreign namespaces used in the document, e.g.