public class Document
extends java.lang.Object
| 构造器和说明 |
|---|
Document()
Instantiates a new document.
|
Document(java.lang.String publicId,
java.lang.String systemId)
Instantiates a new document.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getFormattedContent()
Gets the formatted content.
|
java.lang.String |
getPublicId()
Gets the public id.
|
XmlElement |
getRootElement()
Gets the root element.
|
java.lang.String |
getSystemId()
Gets the system id.
|
void |
setRootElement(XmlElement rootElement)
Sets the root element.
|
public Document(java.lang.String publicId,
java.lang.String systemId)
publicId - the public idsystemId - the system idpublic Document()
public XmlElement getRootElement()
public void setRootElement(XmlElement rootElement)
rootElement - The rootElement to set.public java.lang.String getPublicId()
public java.lang.String getSystemId()
public java.lang.String getFormattedContent()
Copyright © 2018. All Rights Reserved.