jp.gr.xml.relax.sax.LexicalHandlerBase Maven / Gradle / Ivy
package jp.gr.xml.relax.sax;
import org.xml.sax.SAXException;
import org.xml.sax.ext.LexicalHandler;
public class LexicalHandlerBase
implements LexicalHandler {
public LexicalHandlerBase() {
}
public void startDTD(String s, String s1, String s2)
throws SAXException {
}
public void endDTD()
throws SAXException {
}
public void startEntity(String s)
throws SAXException {
}
public void endEntity(String s)
throws SAXException {
}
public void startCDATA()
throws SAXException {
}
public void endCDATA()
throws SAXException {
}
public void comment(char ac[], int i, int j) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy