public class Document extends Object
| 构造器和说明 |
|---|
Document()
Instantiates a new document.
|
Document(String publicId,
String systemId)
Instantiates a new document.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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–2016 MyBatis.org. All rights reserved.