public interface

XmlDocument

implements Serializable
org.hibernate.util.xml.XmlDocument
Known Indirect Subclasses

Class Overview

Describes a parsed xml document.

Summary

Public Methods
abstract Document getDocumentTree()
Retrieve the parsed DOM tree.
abstract Origin getOrigin()
Retrieve the document's origin.

Public Methods

public abstract Document getDocumentTree ()

Retrieve the parsed DOM tree.

Returns
  • the DOM tree

public abstract Origin getOrigin ()

Retrieve the document's origin.

Returns
  • The origin