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