|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.xom.Node
nu.xom.ParentNode
nu.xom.Document
nu.validator.htmlparser.xom.ModalDocument
public class ModalDocument
Document with Mode.
| Field Summary | |
|---|---|
private DocumentMode |
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 |
| Field Detail |
|---|
private DocumentMode mode
| 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 ModeMode.getMode()public void setMode(DocumentMode mode)
setMode in interface Modemode - 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 | |||||||||