Package nu.validator.htmlparser.xom
Interface Mode
-
- All Known Implementing Classes:
ModalDocument
public interface Mode
Interface for attaching aDocumentMode
on a Document.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentMode
getMode()
Returns the mode.void
setMode(DocumentMode mode)
Sets the mode.
-
-
-
Method Detail
-
getMode
DocumentMode getMode()
Returns the mode.- Returns:
- the mode
-
setMode
void setMode(DocumentMode mode)
Sets the mode.- Parameters:
mode
- the mode to set
-
-