Package com.adobe.xmp.core.parser
Class RDFXMLParserContext
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
The context object for the RDFXMLParser.
It returns the prefix to namespace definitions found during parsing.
These can be re-used for serialization.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
PREFIX_DEFINITIONS
the key for the prefix definition that are found during parsing -
XPACKET_ATTRIBUTES
is populated with the XMP packet attributes, e.g. 'begin="" id="W5M0MpCehiHzreSzNTczkc9d"'- See Also:
-
-
Constructor Details
-
RDFXMLParserContext
public RDFXMLParserContext()
-
-
Method Details
-
getPrefixDefinitions
- Returns:
- Returns the prefix definitions found in the parsed XMP packet or
null.
-
getXPacketAttributes
- Returns:
- Returns the attributes of the <?xpacket> processing instruction
if available or
null.
-