|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentEx
The extended interface of the Document
.
Field Summary | |
---|---|
static String |
BACK_COMPAT
Back compatible mode (IE) |
static String |
CSS1_COMPAT
CSS compatible mode (IE) |
Method Summary | |
---|---|
String |
getCompatMode()
|
List<Node> |
getElementsByIdInAllFrames(String id)
getElementById will return a node, but actual content sometimes has more than one objects having save ID and it can't search in the document of iframes in the top document. |
IStyleSheets |
getStyleSheets()
|
Element |
getTargetElement(String target)
|
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Field Detail |
---|
static final String CSS1_COMPAT
static final String BACK_COMPAT
Method Detail |
---|
List<Node> getElementsByIdInAllFrames(String id)
id
- to be used for the search
String getCompatMode()
Element getTargetElement(String target)
target
- the anchor name to be searched.
IStyleSheets getStyleSheets()
IStyleSheets
of the document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |