Package com.adobe.epubcheck.ocf
Class OCFEncryptionFileHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.xml.sax.ext.DefaultHandler2
-
- com.adobe.epubcheck.xml.handlers.LocationHandler
-
- com.adobe.epubcheck.xml.handlers.BaseURLHandler
-
- com.adobe.epubcheck.xml.handlers.XMLHandler
-
- com.adobe.epubcheck.ocf.OCFEncryptionFileHandler
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler,org.xml.sax.ext.DeclHandler,org.xml.sax.ext.EntityResolver2,org.xml.sax.ext.LexicalHandler
class OCFEncryptionFileHandler extends XMLHandler
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringALGORITHMprivate OCFCheckerStatestate-
Fields inherited from class com.adobe.epubcheck.xml.handlers.XMLHandler
context, path, report
-
-
Constructor Summary
Constructors Constructor Description OCFEncryptionFileHandler(ValidationContext context, OCFCheckerState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartElement()-
Methods inherited from class com.adobe.epubcheck.xml.handlers.XMLHandler
currentElement, endElement, endElement, registerReference, registerReference, setDocumentLocator, startElement
-
Methods inherited from class com.adobe.epubcheck.xml.handlers.BaseURLHandler
baseURL, checkURL
-
Methods inherited from class com.adobe.epubcheck.xml.handlers.LocationHandler
location, location
-
Methods inherited from class org.xml.sax.ext.DefaultHandler2
attributeDecl, comment, elementDecl, endCDATA, endDTD, endEntity, externalEntityDecl, getExternalSubset, internalEntityDecl, resolveEntity, resolveEntity, startCDATA, startDTD, startEntity
-
-
-
-
Field Detail
-
ALGORITHM
private static final java.lang.String ALGORITHM
- See Also:
- Constant Field Values
-
state
private final OCFCheckerState state
-
-
Constructor Detail
-
OCFEncryptionFileHandler
public OCFEncryptionFileHandler(ValidationContext context, OCFCheckerState state)
-
-
Method Detail
-
startElement
public void startElement()
- Overrides:
startElementin classXMLHandler
-
-