Class PolicyURIsAttribute.Factory
- java.lang.Object
-
- org.xmlsoap.schemas.ws.x2004.x09.policy.PolicyURIsAttribute.Factory
-
- Enclosing interface:
- PolicyURIsAttribute
public static final class PolicyURIsAttribute.Factory extends Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PolicyURIsAttributenewInstance()static PolicyURIsAttributenewInstance(XmlOptions options)static org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic PolicyURIsAttributeparse(File file)static PolicyURIsAttributeparse(File file, XmlOptions options)static PolicyURIsAttributeparse(InputStream is)static PolicyURIsAttributeparse(InputStream is, XmlOptions options)static PolicyURIsAttributeparse(Reader r)static PolicyURIsAttributeparse(Reader r, XmlOptions options)static PolicyURIsAttributeparse(String xmlAsString)static PolicyURIsAttributeparse(String xmlAsString, XmlOptions options)static PolicyURIsAttributeparse(URL u)static PolicyURIsAttributeparse(URL u, XmlOptions options)static PolicyURIsAttributeparse(XMLStreamReader sr)static PolicyURIsAttributeparse(XMLStreamReader sr, XmlOptions options)static PolicyURIsAttributeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PolicyURIsAttributeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic PolicyURIsAttributeparse(Node node)static PolicyURIsAttributeparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static PolicyURIsAttribute newInstance()
-
newInstance
public static PolicyURIsAttribute newInstance(XmlOptions options)
-
parse
public static PolicyURIsAttribute parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static PolicyURIsAttribute parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static PolicyURIsAttribute parse(File file) throws XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static PolicyURIsAttribute parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static PolicyURIsAttribute parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static PolicyURIsAttribute parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static PolicyURIsAttribute parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static PolicyURIsAttribute parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static PolicyURIsAttribute parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static PolicyURIsAttribute parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static PolicyURIsAttribute parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static PolicyURIsAttribute parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static PolicyURIsAttribute parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static PolicyURIsAttribute parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static PolicyURIsAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
parse
public static PolicyURIsAttribute parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
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.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
-