com.novell.xml.parser
Class XMLParserFactory

java.lang.Object
  extended bycom.novell.xml.parser.XMLParserFactory

public final class XMLParserFactory
extends Object

Factory class to create an instance of an XML parser that supports the com.novell.xml.parser.XMLParser interface. This is designed to insulate us from any one particular parser implementation

See Also:
XMLParser

Method Summary
static XMLParser newParser()
          create and return an instance of an XML parser that supports the com.novell.xml.parser.XMLParser interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newParser

public static XMLParser newParser()
create and return an instance of an XML parser that supports the com.novell.xml.parser.XMLParser interface

Returns:
instance of XMLParser