OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DOMResult
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/javax/xml/transform/dom/
DOMResult.java
18
// $Id:
DOMResult
.java 569995 2007-08-27 04:31:06Z mrglavas $
34
public class
DOMResult
implements Result {
40
public static final String FEATURE = "http://javax.xml.transform.dom.
DOMResult
/feature";
50
public
DOMResult
() {
71
public
DOMResult
(Node node) {
91
public
DOMResult
(Node node, String systemId) {
113
* then the behavior is the same as calling {@link #
DOMResult
(Node node)},
126
public
DOMResult
(Node node, Node nextSibling) {
132
throw new IllegalArgumentException("Cannot create a
DOMResult
when the nextSibling is contained by the \"null\" node.");
137
throw new IllegalArgumentException("Cannot create a
DOMResult
when the nextSibling is not contained by the node.")
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 620 milliseconds