|
COSMOS ${releaseVersion} resource-modeling Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISMLDocument
Represents an SML document. Associated with each document is a meta-data object that store meta information about the document. The retrieval operations should be used with care if the implementation will require a separate read for each.
| Method Summary | |
|---|---|
ISMLMetadata |
getMetadata()
Returns the meta-data associated with this document |
ISMLDocumentFragment |
retrieveDocumentFragment(javax.xml.namespace.NamespaceContext namespaceContext,
org.w3c.dom.Node contextNode,
java.lang.String xpathExpression)
Retrieves and returns a document fragment based on the context node and the XPath expression that is passed in. |
| Method Detail |
|---|
ISMLDocumentFragment retrieveDocumentFragment(javax.xml.namespace.NamespaceContext namespaceContext,
org.w3c.dom.Node contextNode,
java.lang.String xpathExpression)
throws RepositoryOperationException
namespaceContext - The namespace context used when evaluating the xpath expressioncontextNode - The context node for the XPath expressionxpathExpression - The XPath expression
RepositoryOperationException - In case of an errorISMLMetadata getMetadata()
|
COSMOS ${releaseVersion} resource-modeling Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||