Package nu.validator.htmlparser.xom
Interface Mode
-
- All Known Implementing Classes:
ModalDocument
public interface ModeInterface for attaching aDocumentModeon a Document.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentModegetMode()Returns the mode.voidsetMode(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
-
-