COSMOS ${releaseVersion} resource-modeling Project
Public API Specification

org.eclipse.cosmos.rm.repository.provisional.resource
Interface ISMLDocumentFragment


public interface ISMLDocumentFragment

Represents a fragment of an SML document


Method Summary
 org.w3c.dom.NodeList getNodeList()
          The node list representing a fragment of the parent SML document
 ISMLDocument getParentDocument()
          Returns the parent document that owns this fragment
 

Method Detail

getParentDocument

ISMLDocument getParentDocument()
Returns the parent document that owns this fragment

Returns:
The parent SML document

getNodeList

org.w3c.dom.NodeList getNodeList()
The node list representing a fragment of the parent SML document

Returns:
A node list representing a fragment of the SML document

COSMOS ${releaseVersion} resource-modeling Project
Public API Specification