Interface DocumentContent

All Superinterfaces:
Serializable
All Known Implementing Classes:
AttributeDocumentContent, StandardDocumentContent

public interface DocumentContent extends Serializable
A facade for the XML content of the document. Provides methods for accessing the various relevant portions of the content as well as the entire document content in DOM or String form. If the document does not contain a particular piece, then the associated getter should return null.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • getDocument

      Document getDocument()
    • getApplicationContent

      Element getApplicationContent()
    • getAttributeContent

      Element getAttributeContent()
    • getSearchableContent

      Element getSearchableContent()
    • getDocContent

      String getDocContent()
    • getRouteContext

      RouteContext getRouteContext()