org.tinygroup.xmlparser.parser
Class XmlParser<Source>

java.lang.Object
  extended by org.tinygroup.xmlparser.parser.XmlParser<Source>
All Implemented Interfaces:
Parser<XmlNode,XmlDocument,Source>
Direct Known Subclasses:
XmlStringParser

public abstract class XmlParser<Source>
extends Object
implements Parser<XmlNode,XmlDocument,Source>


Constructor Summary
XmlParser()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tinygroup.parser.Parser
parse
 

Constructor Detail

XmlParser

public XmlParser()


Copyright © 2006–2015 TinyGroup. All rights reserved.