public class Document extends Object
Constructor and Description |
---|
Document() |
Document(String systemId) |
Document(String publicId,
String systemId) |
Modifier and Type | Method and Description |
---|---|
Optional<DocType> |
getDocType() |
XmlElement |
getRootElement() |
void |
setRootElement(XmlElement rootElement) |
public Document(String systemId)
public Document()
public XmlElement getRootElement()
public void setRootElement(XmlElement rootElement)
Copyright © 2006–2023 MyBatis.org. All rights reserved.