public static final class NameIDPolicyDocument.Factory extends Object
public static NameIDPolicyDocument newInstance()
public static NameIDPolicyDocument newInstance(XmlOptions options)
public static NameIDPolicyDocument parse(String xmlAsString) throws XmlException
xmlAsString
- the string value to parseXmlException
public static NameIDPolicyDocument parse(String xmlAsString, XmlOptions options) throws XmlException
XmlException
public static NameIDPolicyDocument parse(File file) throws XmlException, IOException
file
- the file from which to load an xml documentXmlException
IOException
public static NameIDPolicyDocument parse(File file, XmlOptions options) throws XmlException, IOException
XmlException
IOException
public static NameIDPolicyDocument parse(URL u) throws XmlException, IOException
XmlException
IOException
public static NameIDPolicyDocument parse(URL u, XmlOptions options) throws XmlException, IOException
XmlException
IOException
public static NameIDPolicyDocument parse(InputStream is) throws XmlException, IOException
XmlException
IOException
public static NameIDPolicyDocument parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlException
IOException
public static NameIDPolicyDocument parse(Reader r) throws XmlException, IOException
XmlException
IOException
public static NameIDPolicyDocument parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlException
IOException
public static NameIDPolicyDocument parse(XMLStreamReader sr) throws XmlException
XmlException
public static NameIDPolicyDocument parse(XMLStreamReader sr, XmlOptions options) throws XmlException
XmlException
public static NameIDPolicyDocument parse(Node node) throws XmlException
XmlException
public static NameIDPolicyDocument parse(Node node, XmlOptions options) throws XmlException
XmlException
public static NameIDPolicyDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
public static NameIDPolicyDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
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
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
Copyright 2019 Ping Identity Corp. All rights reserved.