public class XmlDocumentImpl extends Object implements XmlDocument, Serializable
XmlDocument| Constructor and Description |
|---|
XmlDocumentImpl(Document documentTree,
Origin origin) |
XmlDocumentImpl(Document documentTree,
String originType,
String originName) |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocumentTree()
Retrieve the parsed DOM tree.
|
Origin |
getOrigin()
Retrieve the document's origin.
|
public Document getDocumentTree()
getDocumentTree in interface XmlDocumentpublic Origin getOrigin()
getOrigin in interface XmlDocumentCopyright © 2012 JBoss by Red Hat. All Rights Reserved.