public static interface PseudoSAXParser.Handler
Modifier and Type | Method and Description |
---|---|
void |
endDocument(Document document) |
void |
endElement(Element elemen) |
void |
processingInstruction(ProcessingInstruction processingInstruction) |
void |
startDocument(Document document) |
void |
startElement(Element element) |
void startDocument(Document document)
void endDocument(Document document)
void startElement(Element element)
void endElement(Element elemen)
void processingInstruction(ProcessingInstruction processingInstruction)
Copyright © 2020. All rights reserved.