public class

Document

extends Object
java.lang.Object
   ↳ org.mybatis.generator.api.dom.xml.Document

Summary

Public Constructors
Document()
Document(String publicId, String systemId)
Public Methods
String getFormattedContent()
String getPublicId()
XmlElement getRootElement()
String getSystemId()
void setRootElement(XmlElement rootElement)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Document ()

public Document (String publicId, String systemId)

Public Methods

public String getFormattedContent ()

public String getPublicId ()

Returns
  • Returns the publicId.

public XmlElement getRootElement ()

Returns
  • Returns the rootElement.

public String getSystemId ()

Returns
  • Returns the systemId.

public void setRootElement (XmlElement rootElement)

Parameters
rootElement The rootElement to set.