|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xmldb.api.sdk.modules.BaseResource
org.xmldb.api.sdk.modules.SimpleXMLResource
org.xmldb.api.reference.modules.XMLResourceImpl
public class XMLResourceImpl
Provides access to XML resources stored in the file system. This is a default implementation derived from SimpleXMLResource that is part of the SDK.
Field Summary |
---|
Fields inherited from class org.xmldb.api.sdk.modules.SimpleXMLResource |
---|
content, documentID |
Fields inherited from class org.xmldb.api.sdk.modules.BaseResource |
---|
id, parent |
Fields inherited from interface org.xmldb.api.modules.XMLResource |
---|
RESOURCE_TYPE |
Constructor Summary | |
---|---|
XMLResourceImpl(Collection parent,
java.lang.String id,
java.lang.String documentID)
|
|
XMLResourceImpl(Collection parent,
java.lang.String id,
java.lang.String documentID,
java.lang.String content)
|
Method Summary |
---|
Methods inherited from class org.xmldb.api.sdk.modules.SimpleXMLResource |
---|
getContent, getContentAsDOM, getContentAsSAX, getDocumentId, getResourceType, setContent, setContentAsDOM, setContentAsSAX |
Methods inherited from class org.xmldb.api.sdk.modules.BaseResource |
---|
getId, getParentCollection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xmldb.api.base.Resource |
---|
getId, getParentCollection |
Constructor Detail |
---|
public XMLResourceImpl(Collection parent, java.lang.String id, java.lang.String documentID)
public XMLResourceImpl(Collection parent, java.lang.String id, java.lang.String documentID, java.lang.String content)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |