Package com.adobe.epubcheck.nav
Class NavHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler,DeclHandler,EntityResolver2,LexicalHandler
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.adobe.epubcheck.ops.OPSHandler30
anchorNeedsText, hasAltorAnnotation, hasLabel, hasListItem, hasViewport, inBody, inMathML, inPicture, inRegionBasedNav, inSvg, isOutermostSVGAlreadyProcessed, mouseEvents, mouseEventsStrings, scriptEvents, scriptEventsStringsFields inherited from class com.adobe.epubcheck.ops.OPSHandler
charsCount, elementLocationStack, epubTypeInUse, hasCaption, hasCSS, hasTh, hasThead, openElements, tableDepth, textNodeFields inherited from class com.adobe.epubcheck.xml.handlers.XMLHandler
context, path, report -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidcheckTypes(Set<StructureVocab.EPUB_TYPES> types) voidvoidMethods inherited from class com.adobe.epubcheck.ops.OPSHandler30
characters, checkDiscouragedElements, checkHead, checkIFrame, checkImage, checkLink, checkMimetypeMatches, checkObject, checkOverlaysStyles, checkProperties, checkResourceURL, checkScript, checkSSMLPh, checkSVGFontFaceURI, endMediaElement, endObject, getMouseEvents, getScriptEvents, isPalpable, processAnchor, processFigure, processHyperlink, processInlineScripts, processJavascript, processLink, processMeta, processSVG, processTable, processVideo, registerMediaResource, startMediaElement, startMediaSourceMethods inherited from class com.adobe.epubcheck.ops.OPSHandler
checkBoldItalics, checkDependentCondition, checkSymbol, checkXMLStylesheetPI, processingInstructionMethods inherited from class com.adobe.epubcheck.xml.handlers.XMLHandler
currentElement, endElement, registerReference, registerReference, setDocumentLocator, startElementMethods inherited from class com.adobe.epubcheck.xml.handlers.BaseURLHandler
baseURL, checkURLMethods inherited from class com.adobe.epubcheck.xml.handlers.LocationHandler
location, locationMethods inherited from class org.xml.sax.ext.DefaultHandler2
attributeDecl, comment, elementDecl, endCDATA, endDTD, endEntity, externalEntityDecl, getExternalSubset, internalEntityDecl, resolveEntity, resolveEntity, startCDATA, startDTD, startEntityMethods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
Constructor Details
-
NavHandler
NavHandler(ValidationContext context)
-
-
Method Details
-
startElement
public void startElement()- Overrides:
startElementin classOPSHandler30
-
endElement
public void endElement()- Overrides:
endElementin classOPSHandler30
-
checkType
- Overrides:
checkTypein classOPSHandler30
-
checkTypes
- Overrides:
checkTypesin classOPSHandler30
-