protected boolean |
HTMLParseState.noteQTag(java.lang.String tagName,
java.util.List<AttrNameValue> attributes) |
This method is called for every <? ...
|
protected boolean |
TagParseState.noteQTag(java.lang.String tagName,
java.util.List<AttrNameValue> attributes) |
This method is called for every <? ...
|
protected boolean |
XMLFuzzyParseState.noteQTag(java.lang.String tagName,
java.util.List<AttrNameValue> attributes) |
This method is called for every <? ...
|
protected boolean |
XMLParseState.noteQTag(java.lang.String tagName,
java.util.List<AttrNameValue> attributes) |
This method is called for every <? ...
|
protected boolean |
HTMLParseState.noteTag(java.lang.String tagName,
java.util.List<AttrNameValue> attributes) |
This method gets called for every tag.
|
protected boolean |
TagParseState.noteTag(java.lang.String tagName,
java.util.List<AttrNameValue> attributes) |
This method gets called for every tag.
|
protected boolean |
XMLFuzzyParseState.noteTag(java.lang.String tagName,
java.util.List<AttrNameValue> attributes) |
This method gets called for every tag.
|
protected boolean |
XMLParseState.noteTag(java.lang.String tagName,
java.util.List<AttrNameValue> attributes) |
This method gets called for every tag.
|