Uses of Interface
org.openpreservation.format.xml.Namespace
-
Uses of Namespace in org.openpreservation.format.xml
Modifier and TypeMethodDescriptionParseResult.getRootNamespace()
Get theNamespace
associated with the document's root elementModifier and TypeMethodDescriptionParseResult.getDeclaredNamespaces()
Get all of the declaredNamespace
s in the documentParseResult.getUsedNamespaces()
Get all of the declaredNamespace
s in the documentModifier 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.Modifier 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
Modifier and TypeMethodDescriptionOdfXmlDocument.getRootNamespace()
Get the default namespace associated with the root element of the documentModifier and TypeMethodDescriptionOdfXmlDocument.getForeignNamespaces()
Get the set of foreign namespaces used in the document, e.g.