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

isorelax.src.jp.gr.xml.relax.sax.LexicalHandlerBase 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.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