Object
A class with methods for creating instances
of XmlNormalizedString.
Object
XmlNormalizedString.Factory
XmlNormalizedString
Method Summary |
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
public static |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static XmlNormalizedString newInstance()
Creates an empty instance of XmlNormalizedString
public staticCreates an empty instance ofXmlNormalizedStringnewInstance(XmlOptionsoptions)
XmlNormalizedString
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStreamnewValidatingXMLInputStream(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlNormalizedStringnewValue(Objectobj)
XmlNormalizedString value
public staticParses aXmlNormalizedStringparse(Strings)
throwsXmlException
XmlNormalizedString fragment from a String. For example: "<xml-fragment> string to normalize </xml-fragment>".
XmlException
public staticParses aXmlNormalizedStringparse(Strings,XmlOptionsoptions)
throwsXmlException
XmlNormalizedString fragment from a String. For example: "<xml-fragment> string to normalize </xml-fragment>".
XmlException
public staticParses aXmlNormalizedStringparse(Filef)
throwsXmlException,IOException
XmlNormalizedString fragment from a File.
XmlException
IOException
public staticParses aXmlNormalizedStringparse(Filef,XmlOptionsoptions)
throwsXmlException,IOException
XmlNormalizedString fragment from a File.
XmlException
IOException
public staticParses aXmlNormalizedStringparse(URLu)
throwsXmlException,IOException
XmlNormalizedString fragment from a URL.
XmlException
IOException
public staticParses aXmlNormalizedStringparse(URLu,XmlOptionsoptions)
throwsXmlException,IOException
XmlNormalizedString fragment from a URL.
XmlException
IOException
public staticParses aXmlNormalizedStringparse(InputStreamis)
throwsXmlException,IOException
XmlNormalizedString fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNormalizedStringparse(InputStreamis,XmlOptionsoptions)
throwsXmlException,IOException
XmlNormalizedString fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNormalizedStringparse(Readerr)
throwsXmlException,IOException
XmlNormalizedString fragment from a Reader.
XmlException
IOException
public staticParses aXmlNormalizedStringparse(Readerr,XmlOptionsoptions)
throwsXmlException,IOException
XmlNormalizedString fragment from a Reader.
XmlException
IOException
public staticParses aXmlNormalizedStringparse(Nodenode)
throwsXmlException
XmlNormalizedString fragment from a DOM Node.
XmlException
public staticParses aXmlNormalizedStringparse(Nodenode,XmlOptionsoptions)
throwsXmlException
XmlNormalizedString fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNormalizedStringparse(XMLInputStreamxis)
throwsXmlException,XMLStreamException
XmlNormalizedString fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNormalizedStringparse(XMLInputStreamxis,XmlOptionsoptions)
throwsXmlException,XMLStreamException
XmlNormalizedString fragment from an XMLInputStream.
XmlException
XMLStreamException