| Package | Description |
|---|---|
| org.w3c.dom | |
| org.w3c.dom.css | |
| org.w3c.dom.ranges | |
| org.w3c.dom.traversal |
| Modifier and Type | Method and Description |
|---|---|
Object |
DOMConfiguration.getParameter(String name)
Return the value of a parameter if known.
|
Node |
NamedNodeMap.removeNamedItem(String name)
Removes a node specified by name.
|
Node |
NamedNodeMap.removeNamedItemNS(String namespaceURI,
String localName)
Removes a node specified by local name and namespace URI.
|
Node |
NamedNodeMap.setNamedItem(Node arg)
Adds a node using its
nodeName attribute. |
Node |
NamedNodeMap.setNamedItemNS(Node arg)
Adds a node using its
namespaceURI and
localName. |
void |
DOMConfiguration.setParameter(String name,
Object value)
Set the value of a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
CSSStyleSheet |
DOMImplementationCSS.createCSSStyleSheet(String title,
String media) |
Counter |
CSSPrimitiveValue.getCounterValue() |
float |
CSSPrimitiveValue.getFloatValue(short unitType) |
Rect |
CSSPrimitiveValue.getRectValue() |
RGBColor |
CSSPrimitiveValue.getRGBColorValue() |
String |
CSSPrimitiveValue.getStringValue() |
void |
CSSCharsetRule.setEncoding(String encoding) |
void |
CSSPrimitiveValue.setFloatValue(short unitType,
float floatValue) |
void |
CSSPrimitiveValue.setStringValue(short stringType,
String stringValue) |
| Modifier and Type | Method and Description |
|---|---|
DocumentFragment |
Range.cloneContents() |
Range |
Range.cloneRange() |
void |
Range.collapse(boolean toStart) |
short |
Range.compareBoundaryPoints(short how,
Range sourceRange) |
void |
Range.deleteContents() |
void |
Range.detach() |
DocumentFragment |
Range.extractContents() |
boolean |
Range.getCollapsed() |
Node |
Range.getCommonAncestorContainer() |
Node |
Range.getEndContainer() |
int |
Range.getEndOffset() |
Node |
Range.getStartContainer() |
int |
Range.getStartOffset() |
void |
Range.insertNode(Node newNode) |
void |
Range.selectNode(Node refNode) |
void |
Range.selectNodeContents(Node refNode) |
void |
Range.setEnd(Node refNode,
int offset) |
void |
Range.setEndAfter(Node refNode) |
void |
Range.setEndBefore(Node refNode) |
void |
Range.setStart(Node refNode,
int offset) |
void |
Range.setStartAfter(Node refNode) |
void |
Range.setStartBefore(Node refNode) |
void |
Range.surroundContents(Node newParent) |
String |
Range.toString() |
| Modifier and Type | Method and Description |
|---|---|
NodeIterator |
DocumentTraversal.createNodeIterator(Node root,
int whatToShow,
NodeFilter filter,
boolean entityReferenceExpansion) |
TreeWalker |
DocumentTraversal.createTreeWalker(Node root,
int whatToShow,
NodeFilter filter,
boolean entityReferenceExpansion) |
Node |
NodeIterator.nextNode() |
Node |
NodeIterator.previousNode() |
void |
TreeWalker.setCurrentNode(Node currentNode) |
Copyright © 2016. All Rights Reserved.