public static final class JndiLoginModuleType.Factory extends Object
| Modifier and Type | Method and Description |
|---|---|
static JndiLoginModuleType |
newInstance() |
static JndiLoginModuleType |
newInstance(org.apache.xmlbeans.XmlOptions options) |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static JndiLoginModuleType |
parse(File file) |
static JndiLoginModuleType |
parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static JndiLoginModuleType |
parse(InputStream is) |
static JndiLoginModuleType |
parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static JndiLoginModuleType |
parse(Node node) |
static JndiLoginModuleType |
parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static JndiLoginModuleType |
parse(Reader r) |
static JndiLoginModuleType |
parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static JndiLoginModuleType |
parse(String xmlAsString) |
static JndiLoginModuleType |
parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static JndiLoginModuleType |
parse(URL u) |
static JndiLoginModuleType |
parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static JndiLoginModuleType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static JndiLoginModuleType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static JndiLoginModuleType |
parse(XMLStreamReader sr) |
static JndiLoginModuleType |
parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
public static JndiLoginModuleType newInstance()
public static JndiLoginModuleType newInstance(org.apache.xmlbeans.XmlOptions options)
public static JndiLoginModuleType parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
xmlAsString - the string value to parseorg.apache.xmlbeans.XmlExceptionpublic static JndiLoginModuleType parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static JndiLoginModuleType parse(File file) throws org.apache.xmlbeans.XmlException, IOException
file - the file from which to load an xml documentorg.apache.xmlbeans.XmlExceptionIOExceptionpublic static JndiLoginModuleType parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static JndiLoginModuleType parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static JndiLoginModuleType parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static JndiLoginModuleType parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static JndiLoginModuleType parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static JndiLoginModuleType parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static JndiLoginModuleType parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static JndiLoginModuleType parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static JndiLoginModuleType parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static JndiLoginModuleType parse(Node node) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static JndiLoginModuleType parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static JndiLoginModuleType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic static JndiLoginModuleType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
throws org.apache.xmlbeans.XmlException,
org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
throws org.apache.xmlbeans.XmlException,
org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionCopyright © 2014–2016. All rights reserved.