|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nu.xom.Node nu.xom.ParentNode nu.xom.Document nu.validator.htmlparser.xom.ModalDocument
public class ModalDocument
Document with Mode
.
Constructor Summary | |
---|---|
ModalDocument(nu.xom.Document doc)
Copy constructor ( Mode -aware). |
|
ModalDocument(nu.xom.Element elt)
With root. |
Method Summary | |
---|---|
DocumentMode |
getMode()
Gets the mode. |
void |
setMode(DocumentMode mode)
Sets the mode. |
Methods inherited from class nu.xom.Document |
---|
copy, getBaseURI, getDocType, getRootElement, getValue, removeChild, removeChild, replaceChild, setBaseURI, setDocType, setRootElement, toString, toXML |
Methods inherited from class nu.xom.ParentNode |
---|
appendChild, getChild, getChildCount, indexOf, insertChild |
Methods inherited from class nu.xom.Node |
---|
detach, equals, getDocument, getParent, hashCode, query, query |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModalDocument(nu.xom.Document doc)
Mode
-aware).
doc
- public ModalDocument(nu.xom.Element elt)
elt
- Method Detail |
---|
public DocumentMode getMode()
getMode
in interface Mode
Mode.getMode()
public void setMode(DocumentMode mode)
setMode
in interface Mode
mode
- the mode to setMode.setMode(nu.validator.htmlparser.common.DocumentMode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |