public class Document extends Object
Constructor and Description |
---|
Document() |
Document(String publicId,
String systemId) |
Modifier and Type | Method and Description |
---|---|
String |
getFormattedContent() |
String |
getPublicId() |
XmlElement |
getRootElement() |
String |
getSystemId() |
void |
setRootElement(XmlElement rootElement) |
public XmlElement getRootElement()
public void setRootElement(XmlElement rootElement)
rootElement
- The rootElement to set.public String getPublicId()
public String getSystemId()
public String getFormattedContent()
Copyright © 2010–2018 MyBatis.org. All rights reserved.