Class XMLParserHandler.InnerAnyTagState

Enclosing class:
XMLParserHandler

public class XMLParserHandler.InnerAnyTagState extends XMLParserHandler.InnerParseState
Parses any valid XML; handles unimplemented tags. Often used while building a parser to silently parse and ignore tags that the parser is not yet ready to handle.