public class DOMSAXProducerVisitor extends Object implements IDOMVisitor
| Constructor and Description |
|---|
DOMSAXProducerVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
emulateEndDocument() |
void |
emulateStartDocument() |
boolean |
enter(CDATASection cdata) |
boolean |
enter(Comment comment) |
boolean |
enter(Document doc) |
boolean |
enter(Element element) |
boolean |
enter(EntityReference entityRef) |
boolean |
enter(ProcessingInstruction pi) |
boolean |
enter(Text text) |
void |
leave(Document doc) |
void |
leave(Element element) |
void |
leave(EntityReference entityRef) |
void |
setContentHandler(ContentHandler content) |
void |
setDeclHandler(DeclHandler decl) |
void |
setDTDHandler(DTDHandler dtd) |
void |
setErrorHandler(ErrorHandler error) |
void |
setLexicalHandler(LexicalHandler lexical) |
void |
setPublicID(String id) |
void |
setSystemID(String id) |
void |
throwException(boolean useException) |
public void setSystemID(String id)
public void setPublicID(String id)
public void setDTDHandler(DTDHandler dtd)
public void setContentHandler(ContentHandler content)
public void setLexicalHandler(LexicalHandler lexical)
public void setDeclHandler(DeclHandler decl)
public void setErrorHandler(ErrorHandler error)
public void emulateStartDocument()
public void emulateEndDocument()
public void throwException(boolean useException)
public boolean enter(Element element)
enter in interface IDOMVisitorpublic boolean enter(Text text)
enter in interface IDOMVisitorpublic boolean enter(CDATASection cdata)
enter in interface IDOMVisitorpublic boolean enter(EntityReference entityRef)
enter in interface IDOMVisitorpublic boolean enter(ProcessingInstruction pi)
enter in interface IDOMVisitorpublic boolean enter(Comment comment)
enter in interface IDOMVisitorpublic boolean enter(Document doc)
enter in interface IDOMVisitorpublic void leave(Element element)
leave in interface IDOMVisitorpublic void leave(EntityReference entityRef)
leave in interface IDOMVisitorpublic void leave(Document doc)
leave in interface IDOMVisitorCopyright © 2016 Philip Helger. All rights reserved.