Class ParserImpl.ParseEmpty
java.lang.Object
org.w3c.tidy.ParserImpl.ParseEmpty
- All Implemented Interfaces:
Parser
- Enclosing class:
ParserImpl
Parser for empty elements.
- Version:
- $Revision$ ($Author$)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParseEmpty
public ParseEmpty()
-
-
Method Details
-
parse
Description copied from interface:ParserParse the given node.- Specified by:
parsein interfaceParser- Parameters:
lexer- Lexerelement- node created by the lexer upon seeing the start tag, or by the parser when the start tag is inferredmode- content modenestingLevel- The current nesting level of the document. Extremely nested documents are considered an error.- See Also:
-