Package com.adobe.epubcheck.ncx
Class NCXHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler,DeclHandler,EntityResolver2,LexicalHandler
-
Field Summary
FieldsFields inherited from class com.adobe.epubcheck.xml.handlers.XMLHandler
context, path, report -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] chars, int start, int len) voidgetUid()voidMethods 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, processingInstruction, 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
-
TEXT
- See Also:
-
uid
String uid
-
-
Constructor Details
-
NCXHandler
-
-
Method Details
-
characters
public void characters(char[] chars, int start, int len) - Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler
-
startElement
public void startElement()- Overrides:
startElementin classXMLHandler
-
endElement
public void endElement()- Overrides:
endElementin classXMLHandler
-
getUid
- Returns:
- the uid
-