public class EntityDataReader extends Object
| 构造器和说明 |
|---|
EntityDataReader() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<EntityGroup> |
loadToEntity(Document document) |
List<EntityGroup> |
loadToEntity(Element docElement) |
EntityObject |
toEntity(Element element)
将节点转成对象
|
public List<EntityGroup> loadToEntity(Document document)
public List<EntityGroup> loadToEntity(Element docElement)
public EntityObject toEntity(Element element) throws EntityException
element - xml节点EntityException - 实体异常Copyright © 2019. All rights reserved.