org.tinygroup.xmlparser.parser
Class XmlStringParser
java.lang.Object
org.tinygroup.xmlparser.parser.XmlParser<String>
org.tinygroup.xmlparser.parser.XmlStringParser
- All Implemented Interfaces:
- Parser<XmlNode,XmlDocument,String>
public class XmlStringParser
- extends XmlParser<String>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEAD_END_PATTERN
public static final String HEAD_END_PATTERN
- See Also:
- Constant Field Values
XmlStringParser
public XmlStringParser()
parse
public XmlDocument parse(String xmlSource)
- 解析xml文档
- Parameters:
xmlSource -
- Returns:
- XmlDocument
Copyright © 2006–2015 TinyGroup. All rights reserved.