org.mybatis.generator.api.dom.xml
Class Document
java.lang.Object
org.mybatis.generator.api.dom.xml.Document
public class Document
- extends Object
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Document
public Document(String publicId,
String systemId)
Document
public Document()
getRootElement
public XmlElement getRootElement()
- Returns:
- Returns the rootElement.
setRootElement
public void setRootElement(XmlElement rootElement)
- Parameters:
rootElement
- The rootElement to set.
getPublicId
public String getPublicId()
- Returns:
- Returns the publicId.
getSystemId
public String getSystemId()
- Returns:
- Returns the systemId.
getFormattedContent
public String getFormattedContent()
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.