Class XMLResourceImpl
java.lang.Object
org.xmldb.api.sdk.modules.BaseResource
org.xmldb.api.sdk.modules.SimpleXMLResource
org.xmldb.api.reference.modules.XMLResourceImpl
- All Implemented Interfaces:
Resource, XMLResource
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 interface XMLResource
RESOURCE_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionXMLResourceImpl(Collection parent, String id, String documentID) XMLResourceImpl(Collection parent, String id, String documentID, String content) -
Method Summary
Methods inherited from class SimpleXMLResource
getContent, getContentAsDOM, getContentAsSAX, getDocumentId, getResourceType, getSAXFeature, setContent, setContentAsDOM, setContentAsSAX, setSAXFeatureMethods inherited from class BaseResource
getId, getParentCollectionMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Resource
getId, getParentCollection
-
Constructor Details
-
XMLResourceImpl
-
XMLResourceImpl
-