Interface org.xml.sax.ext.LexicalHandler | SAX 2.0 |
http://xml.org/sax/properties/lexical-handlerDiese Property muß über einen Aufruf von setProperty() des Parser-Objekts auf ein Objekt gesetzt werden, das dieses Interface implementiert.
Methoden | |
---|---|
public void | comment(char[] ch, int start, int length) |
public void | endCDATA() |
public void | endDTD() |
public void | endEntity(String name) |
public void | startCDATA() |
public void | startDTD(String name, String publicId, String systemId) |
public void | startEntity(String name) |
http://xml.org/sax/properties/lexical-handler/parameter-entitiesgesetzt werden.