public class ServiceSchemaReader extends Object
| 构造器和说明 |
|---|
ServiceSchemaReader() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Attribute |
elementToAttribute(org.dom4j.Element attributeElm) |
static List<Attribute> |
readXmlForList(org.dom4j.Element rootEle) |
static List<Attribute> |
readXmlForList(File file) |
static List<Attribute> |
readXmlForList(String xmlStirng) |
static Map<String,Attribute> |
readXmlForMap(org.dom4j.Element rootEle) |
static Map<String,Attribute> |
readXmlForMap(File file) |
static Map<String,Attribute> |
readXmlForMap(String xmlStirng) |
public static Map<String,Attribute> readXmlForMap(File file) throws SchemaException
SchemaExceptionpublic static Map<String,Attribute> readXmlForMap(String xmlStirng) throws SchemaException
SchemaExceptionpublic static List<Attribute> readXmlForList(File file) throws SchemaException
SchemaExceptionpublic static List<Attribute> readXmlForList(String xmlStirng) throws SchemaException
SchemaExceptionpublic static List<Attribute> readXmlForList(org.dom4j.Element rootEle) throws SchemaException
SchemaExceptionpublic static Map<String,Attribute> readXmlForMap(org.dom4j.Element rootEle) throws SchemaException
SchemaExceptionpublic static Attribute elementToAttribute(org.dom4j.Element attributeElm) throws SchemaException
SchemaExceptionCopyright © 2023. All rights reserved.