public class EntryContentReader extends EntryReader
| Constructor and Description |
|---|
EntryContentReader(Entry entry)
Constructor.
|
EntryContentReader(Entry entry,
EntryReader extraEntryHandler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String qName) |
void |
endPrefixMapping(String prefix) |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
void |
startPrefixMapping(String prefix,
String uri) |
void |
startTextElement(Attributes attrs)
Receive notification of the beginning of a text element.
|
endContent, endEntry, endLink, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startContent, startEntry, startLink, unparsedEntityDecl, warningpublic EntryContentReader(Entry entry)
entry - The entry object to update during the parsing.public EntryContentReader(Entry entry, EntryReader extraEntryHandler)
entry - The entry object to update during the parsing.extraEntryHandler - Custom handler of all events.public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class EntryReaderSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class EntryReaderSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class EntryReaderSAXExceptionpublic void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping in interface ContentHandlerendPrefixMapping in class EntryReaderSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class EntryReaderSAXExceptionpublic void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException
startElement in interface ContentHandlerstartElement in class EntryReaderSAXExceptionpublic void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class EntryReaderSAXExceptionpublic void startTextElement(Attributes attrs)
attrs - The attributes attached to the element.Copyright © 2005–2016. All rights reserved.