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

io.rivulet.HTMLCharReferencesListener Maven / Gradle / Ivy

The newest version!
// Generated from io/rivulet/HTMLCharReferences.g4 by ANTLR 4.0
package io.rivulet;
import org.antlr.v4.runtime.tree.*;
import org.antlr.v4.runtime.Token;

public interface HTMLCharReferencesListener extends ParseTreeListener {
	void enterDecimalCharRef(HTMLCharReferencesParser.DecimalCharRefContext ctx);
	void exitDecimalCharRef(HTMLCharReferencesParser.DecimalCharRefContext ctx);

	void enterNamedCharRef(HTMLCharReferencesParser.NamedCharRefContext ctx);
	void exitNamedCharRef(HTMLCharReferencesParser.NamedCharRefContext ctx);

	void enterHexCharRef(HTMLCharReferencesParser.HexCharRefContext ctx);
	void exitHexCharRef(HTMLCharReferencesParser.HexCharRefContext ctx);

	void enterParse(HTMLCharReferencesParser.ParseContext ctx);
	void exitParse(HTMLCharReferencesParser.ParseContext ctx);

	void enterUnescapedChars(HTMLCharReferencesParser.UnescapedCharsContext ctx);
	void exitUnescapedChars(HTMLCharReferencesParser.UnescapedCharsContext ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy