T
- public interface Document<T extends Node<T>>
Modifier and Type | Method and Description |
---|---|
T |
getRoot()
获取根结点
|
void |
setRoot(T root)
设置根结点
|
void |
write(OutputStream out)
将XML文档写入指定的输入流中
|
T getRoot()
void setRoot(T root)
root
- void write(OutputStream out) throws IOException
out
- IOException
Copyright © 2006–2018 TinyGroup. All rights reserved.