|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHasParserHandler
A content handler that has a parser assigned to it.
Method Summary | |
---|---|
org.xml.sax.XMLReader |
getParser()
Returns the parser for this handler. |
void |
setParser(org.xml.sax.XMLReader parser)
Sets the parser for this handler; may be set to null |
Methods inherited from interface org.xml.sax.ContentHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Method Detail |
---|
org.xml.sax.XMLReader getParser()
null
.
null
parser for this handlervoid setParser(org.xml.sax.XMLReader parser)
null
parser
- the new parser for this handler; may be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |