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 ServiceSchemaException
public static Map<String,Attribute> readXmlForMap(String xmlStirng) throws ServiceSchemaException
public static List<Attribute> readXmlForList(File file) throws ServiceSchemaException
public static List<Attribute> readXmlForList(String xmlStirng) throws ServiceSchemaException
public static List<Attribute> readXmlForList(org.dom4j.Element rootEle) throws ServiceSchemaException
public static Map<String,Attribute> readXmlForMap(org.dom4j.Element rootEle) throws ServiceSchemaException
public static Attribute elementToAttribute(org.dom4j.Element attributeElm) throws ServiceSchemaException
Copyright © 2021. All rights reserved.