
isorelax.src.jp.gr.xml.relax.sax.DeclHandlerBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb1-impl Show documentation
Show all versions of jaxb1-impl Show documentation
JAXB (JSR 222) reference implementation - JAXB1 build
The newest version!
package jp.gr.xml.relax.sax;
import org.xml.sax.SAXException;
import org.xml.sax.ext.DeclHandler;
public class DeclHandlerBase
implements DeclHandler {
public DeclHandlerBase() {
}
public void elementDecl(String s, String s1)
throws SAXException {
}
public void attributeDecl(String s, String s1, String s2, String s3, String s4)
throws SAXException {
}
public void internalEntityDecl(String s, String s1)
throws SAXException {
}
public void externalEntityDecl(String s, String s1, String s2)
throws SAXException {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy