Copyright (c) Xoetrope Ltd., 2002-2003
$Revision: 2.2 $
License: see License.txt
346347348349350351352353354
* @return the parser factory */ public XmlParserFactory getXmlParserFactory() { if ( xmlParserFactory == null ) xmlParserFactory = new XmlParserFactory(); return xmlParserFactory; }