public class XmlParser extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<Node,XmlNode> |
nodeCache |
protected XmlParserOptions |
parserOptions |
Constructor and Description |
---|
XmlParser(XmlParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
void |
addAllInterfaces(Set<Class<?>> interfaces,
Class<?> clazz) |
XmlNode |
createProxy(Node node) |
XmlNode |
parse(Reader reader) |
protected Document |
parseDocument(Reader reader) |
protected final XmlParserOptions parserOptions
public XmlParser(XmlParserOptions parserOptions)
protected Document parseDocument(Reader reader) throws ParseException
ParseException
Copyright © 2002–2016 InfoEther. All rights reserved.