Class RDFXMLParserContext

    • Field Detail

      • PREFIX_DEFINITIONS

        public static String PREFIX_DEFINITIONS
        the key for the prefix definition that are found during parsing
      • XPACKET_ATTRIBUTES

        public static final String XPACKET_ATTRIBUTES
        is populated with the XMP packet attributes, e.g. 'begin="" id="W5M0MpCehiHzreSzNTczkc9d"'
        See Also:
        Constant Field Values
    • Constructor Detail

      • RDFXMLParserContext

        public RDFXMLParserContext()
    • Method Detail

      • getPrefixDefinitions

        public Map<String,​String> getPrefixDefinitions()
        Returns:
        Returns the prefix definitions found in the parsed XMP packet or null.
      • getXPacketAttributes

        public String getXPacketAttributes()
        Returns:
        Returns the attributes of the <?xpacket> processing instruction if available or null.