public static final class ReadLinesFromFileDocument.Factory extends Object
public static ReadLinesFromFileDocument newInstance()
public static ReadLinesFromFileDocument newInstance(XmlOptions options)
public static ReadLinesFromFileDocument parse(String xmlAsString) throws XmlException
xmlAsString - the string value to parseXmlExceptionpublic static ReadLinesFromFileDocument parse(String xmlAsString, XmlOptions options) throws XmlException
XmlExceptionpublic static ReadLinesFromFileDocument parse(File file) throws XmlException, IOException
file - the file from which to load an xml documentXmlExceptionIOExceptionpublic static ReadLinesFromFileDocument parse(File file, XmlOptions options) throws XmlException, IOException
XmlExceptionIOExceptionpublic static ReadLinesFromFileDocument parse(URL u) throws XmlException, IOException
XmlExceptionIOExceptionpublic static ReadLinesFromFileDocument parse(URL u, XmlOptions options) throws XmlException, IOException
XmlExceptionIOExceptionpublic static ReadLinesFromFileDocument parse(InputStream is) throws XmlException, IOException
XmlExceptionIOExceptionpublic static ReadLinesFromFileDocument parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlExceptionIOExceptionpublic static ReadLinesFromFileDocument parse(Reader r) throws XmlException, IOException
XmlExceptionIOExceptionpublic static ReadLinesFromFileDocument parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlExceptionIOExceptionpublic static ReadLinesFromFileDocument parse(XMLStreamReader sr) throws XmlException
XmlExceptionpublic static ReadLinesFromFileDocument parse(XMLStreamReader sr, XmlOptions options) throws XmlException
XmlExceptionpublic static ReadLinesFromFileDocument parse(Node node) throws XmlException
XmlExceptionpublic static ReadLinesFromFileDocument parse(Node node, XmlOptions options) throws XmlException
XmlException@Deprecated public static ReadLinesFromFileDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream@Deprecated public static ReadLinesFromFileDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream@Deprecated public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream@Deprecated public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream