public class XMPHandler extends DefaultHandler
| Constructor and Description |
|---|
XMPHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String namespaceURI,
String localName,
String rawName)
Catches the end of an element.
|
void |
fatalError(SAXParseException exception)
Catch a fatal error.
|
boolean |
isPdfaCompliant()
Returns true if no violations of PDF/A compliance have been found,
false if a problem was detected.
|
void |
processingInstruction(String target,
String data) |
characters, endDocument, endPrefixMapping, error, ignorableWhitespace, notationDecl, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic boolean isPdfaCompliant()
public void processingInstruction(String target, String data) throws SAXException
processingInstruction in interface ContentHandlerprocessingInstruction in class DefaultHandlerSAXExceptionpublic void endElement(String namespaceURI, String localName, String rawName)
endElement in interface ContentHandlerendElement in class DefaultHandlerpublic void fatalError(SAXParseException exception)
fatalError in interface ErrorHandlerfatalError in class DefaultHandlerCopyright © 2008–2021 The Open Preservation Foundation. All rights reserved.