Class NamespacePrefixList.Factory
- java.lang.Object
-
- org.apache.xmlbeans.impl.xb.xmlconfig.NamespacePrefixList.Factory
-
- Enclosing interface:
- NamespacePrefixList
public static final class NamespacePrefixList.Factory extends java.lang.ObjectA 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 NamespacePrefixListnewInstance()static NamespacePrefixListnewInstance(XmlOptions options)static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis)Deprecated.static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)Deprecated.static NamespacePrefixListnewValue(java.lang.Object obj)static NamespacePrefixListparse(java.io.File file)static NamespacePrefixListparse(java.io.File file, XmlOptions options)static NamespacePrefixListparse(java.io.InputStream is)static NamespacePrefixListparse(java.io.InputStream is, XmlOptions options)static NamespacePrefixListparse(java.io.Reader r)static NamespacePrefixListparse(java.io.Reader r, XmlOptions options)static NamespacePrefixListparse(java.lang.String xmlAsString)static NamespacePrefixListparse(java.lang.String xmlAsString, XmlOptions options)static NamespacePrefixListparse(java.net.URL u)static NamespacePrefixListparse(java.net.URL u, XmlOptions options)static NamespacePrefixListparse(javax.xml.stream.XMLStreamReader sr)static NamespacePrefixListparse(javax.xml.stream.XMLStreamReader sr, XmlOptions options)static NamespacePrefixListparse(XMLInputStream xis)Deprecated.static NamespacePrefixListparse(XMLInputStream xis, XmlOptions options)Deprecated.static NamespacePrefixListparse(org.w3c.dom.Node node)static NamespacePrefixListparse(org.w3c.dom.Node node, XmlOptions options)
-
-
-
Method Detail
-
newValue
public static NamespacePrefixList newValue(java.lang.Object obj)
-
newInstance
public static NamespacePrefixList newInstance()
-
newInstance
public static NamespacePrefixList newInstance(XmlOptions options)
-
parse
public static NamespacePrefixList parse(java.lang.String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static NamespacePrefixList parse(java.lang.String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static NamespacePrefixList parse(java.io.File file) throws XmlException, java.io.IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionjava.io.IOException
-
parse
public static NamespacePrefixList parse(java.io.File file, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static NamespacePrefixList parse(java.net.URL u) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static NamespacePrefixList parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static NamespacePrefixList parse(java.io.InputStream is) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static NamespacePrefixList parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static NamespacePrefixList parse(java.io.Reader r) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static NamespacePrefixList parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
- Throws:
XmlExceptionjava.io.IOException
-
parse
public static NamespacePrefixList parse(javax.xml.stream.XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static NamespacePrefixList parse(javax.xml.stream.XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static NamespacePrefixList parse(org.w3c.dom.Node node) throws XmlException
- Throws:
XmlException
-
parse
public static NamespacePrefixList parse(org.w3c.dom.Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static NamespacePrefixList parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlExceptionXMLStreamException
-
parse
public static NamespacePrefixList parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlExceptionXMLStreamException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlExceptionXMLStreamException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.- Throws:
XmlExceptionXMLStreamException
-
-