|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.xworker.thingManagers.xml.XmlCoder
public class XmlCoder
XML格式的事物编码。
| 构造方法摘要 | |
|---|---|
XmlCoder()
|
|
| 方法摘要 | |
|---|---|
static Thing |
parse(org.w3c.dom.Element element,
java.util.List<Thing> descriptors)
使用一个描述者来分析XML的元素。 |
static Thing |
parse(java.lang.String content,
java.util.List<Thing> descriptors)
分析XML字符串并返回事物。 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public XmlCoder()
| 方法详细信息 |
|---|
public static Thing parse(java.lang.String content,
java.util.List<Thing> descriptors)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
content - XML字符串descripotrs - 用来分析XML的描述者
javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
public static Thing parse(org.w3c.dom.Element element,
java.util.List<Thing> descriptors)
element - xml元素descriptor - 描述者
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||