Class BaseURLHandler
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
- All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, DeclHandler, EntityResolver2, LexicalHandler
- Direct Known Subclasses:
XMLHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBaseURLHandler(ValidationContext context) BaseURLHandler(ValidationContext context, io.mola.galimatias.URL baseURL) -
Method Summary
Modifier and TypeMethodDescriptionprotected final io.mola.galimatias.URLbaseURL()protected final io.mola.galimatias.URLvoidstartElement(String uri, String localName, String qName, Attributes attributes) Methods inherited from class LocationHandler
location, location, setDocumentLocatorMethods inherited from class DefaultHandler2
attributeDecl, comment, elementDecl, endCDATA, endDTD, endEntity, externalEntityDecl, getExternalSubset, internalEntityDecl, resolveEntity, resolveEntity, startCDATA, startDTD, startEntityMethods inherited from class DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
declaration
-
Field Details
-
baseURL
private io.mola.galimatias.URL baseURL -
urlChecker
-
-
Constructor Details
-
BaseURLHandler
-
BaseURLHandler
-
-
Method Details
-
baseURL
protected final io.mola.galimatias.URL baseURL() -
startElement
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-
checkURL
-