All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jp.gr.xml.relax.sax.DeclHandlerBase Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show 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