Class XMLResourceImpl

  • All Implemented Interfaces:
    Resource, XMLResource

    public class XMLResourceImpl
    extends SimpleXMLResource
    Provides access to XML resources stored in the file system. This is a default implementation derived from SimpleXMLResource that is part of the SDK.
    • Constructor Detail

      • XMLResourceImpl

        public XMLResourceImpl​(Collection parent,
                               java.lang.String id,
                               java.lang.String documentID)
      • XMLResourceImpl

        public XMLResourceImpl​(Collection parent,
                               java.lang.String id,
                               java.lang.String documentID,
                               java.lang.String content)