public class Document extends Object
Constructor and Description |
---|
Document()
Instantiates a new document.
|
Document(String publicId,
String systemId)
Instantiates a new document.
|
Modifier and Type | Method and Description |
---|---|
String |
getFormattedContent()
Gets the formatted content.
|
String |
getPublicId()
Gets the public id.
|
XmlElement |
getRootElement()
Gets the root element.
|
String |
getSystemId()
Gets the system id.
|
void |
setRootElement(XmlElement rootElement)
Sets the root element.
|
public Document(String publicId, String systemId)
publicId
- the public idsystemId
- the system idpublic Document()
public XmlElement getRootElement()
public void setRootElement(XmlElement rootElement)
rootElement
- The rootElement to set.public String getPublicId()
public String getSystemId()
public String getFormattedContent()
Copyright © 2006–2018 MyBatis.org. All rights reserved.