Skip to content

Instantly share code, notes, and snippets.

@davidbilik
Created November 18, 2018 11:54
Show Gist options
  • Save davidbilik/fd6ab435b7dd5b8f503e4c290323d0da to your computer and use it in GitHub Desktop.
Save davidbilik/fd6ab435b7dd5b8f503e4c290323d0da to your computer and use it in GitHub Desktop.
/**
* This method will be called whenn the HTML parser encounters
* a tag that it does not know how to interpret.
*/
public void handleTag(boolean opening, String tag, Editable output, XMLReader xmlReader);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment