public class ContentHandlerAdapter extends DefaultHandler
| Constructor and Description |
|---|
ContentHandlerAdapter(Attributes attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int offset,
int len) |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String qName) |
Attributes |
getFileMetaInformation() |
void |
startElement(String uri,
String localName,
String qName,
Attributes atts) |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic ContentHandlerAdapter(Attributes attrs)
public Attributes getFileMetaInformation()
public void startElement(String uri, String localName, String qName, Attributes atts)
startElement in interface ContentHandlerstartElement in class DefaultHandlerpublic void characters(char[] ch,
int offset,
int len)
characters in interface ContentHandlercharacters in class DefaultHandlerpublic void endElement(String uri, String localName, String qName)
endElement in interface ContentHandlerendElement in class DefaultHandlerpublic void endDocument()
endDocument in interface ContentHandlerendDocument in class DefaultHandlerCopyright © 2020. All rights reserved.