@ApplicationScoped public class XmlParserFactory extends Object
Constructor and Description |
---|
XmlParserFactory() |
Modifier and Type | Method and Description |
---|---|
XmlParser |
newXmlParser(File xmlFile) |
XmlParser |
newXmlParser(File xmlFile,
Properties xmlProperties) |
public XmlParser newXmlParser(File xmlFile) throws TransformerConfigurationException, ParserConfigurationException, SAXException, IOException
public XmlParser newXmlParser(File xmlFile, Properties xmlProperties) throws TransformerConfigurationException, ParserConfigurationException, SAXException, IOException
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.