net.sourceforge.pmd.lang.xml.ast
Class XmlParser
java.lang.Object
net.sourceforge.pmd.lang.xml.ast.XmlParser
public class XmlParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parserOptions
protected final XmlParserOptions parserOptions
nodeCache
protected Map<Node,XmlNode> nodeCache
XmlParser
public XmlParser(XmlParserOptions parserOptions)
parseDocument
protected Document parseDocument(Reader reader)
throws ParseException
- Throws:
ParseException
parse
public XmlNode parse(Reader reader)
createProxy
public XmlNode createProxy(Node node)
addAllInterfaces
public void addAllInterfaces(Set<Class<?>> interfaces,
Class<?> clazz)
Copyright © 2002-2015 InfoEther. All Rights Reserved.