|
org.netbeans.api.xml/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.xml.cookies.DataObjectAdapters
public final class DataObjectAdapters
Adapt DataObject
to other common XML interfaces.
Method Summary | |
---|---|
static InputSource |
inputSource(DataObject dataObject)
Create InputSource from DataObject. |
static Source |
source(DataObject dataObject)
Create Source from DataObject. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InputSource inputSource(DataObject dataObject)
Document
over primary file URL.
DataObject
never null
public static Source source(DataObject dataObject)
Document
over primary file URL.
DataObject
never null
|
org.netbeans.api.xml/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |