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 ofXmlNormalizedString
newInstance(XmlOptions
options)
XmlNormalizedString
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticReturns a validating XMLInputStream.XMLInputStream
newValidatingXMLInputStream(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlException
XMLStreamException
public staticCreates an immutableXmlNormalizedString
newValue(Object
obj)
XmlNormalizedString
value
public staticParses aXmlNormalizedString
parse(String
s)
throwsXmlException
XmlNormalizedString
fragment from a String. For example: "<xml-fragment> string to normalize </xml-fragment>
".
XmlException
public staticParses aXmlNormalizedString
parse(String
s,XmlOptions
options)
throwsXmlException
XmlNormalizedString
fragment from a String. For example: "<xml-fragment> string to normalize </xml-fragment>
".
XmlException
public staticParses aXmlNormalizedString
parse(File
f)
throwsXmlException
,IOException
XmlNormalizedString
fragment from a File.
XmlException
IOException
public staticParses aXmlNormalizedString
parse(File
f,XmlOptions
options)
throwsXmlException
,IOException
XmlNormalizedString
fragment from a File.
XmlException
IOException
public staticParses aXmlNormalizedString
parse(URL
u)
throwsXmlException
,IOException
XmlNormalizedString
fragment from a URL.
XmlException
IOException
public staticParses aXmlNormalizedString
parse(URL
u,XmlOptions
options)
throwsXmlException
,IOException
XmlNormalizedString
fragment from a URL.
XmlException
IOException
public staticParses aXmlNormalizedString
parse(InputStream
is)
throwsXmlException
,IOException
XmlNormalizedString
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNormalizedString
parse(InputStream
is,XmlOptions
options)
throwsXmlException
,IOException
XmlNormalizedString
fragment from an InputStream.
XmlException
IOException
public staticParses aXmlNormalizedString
parse(Reader
r)
throwsXmlException
,IOException
XmlNormalizedString
fragment from a Reader.
XmlException
IOException
public staticParses aXmlNormalizedString
parse(Reader
r,XmlOptions
options)
throwsXmlException
,IOException
XmlNormalizedString
fragment from a Reader.
XmlException
IOException
public staticParses aXmlNormalizedString
parse(Node
node)
throwsXmlException
XmlNormalizedString
fragment from a DOM Node.
XmlException
public staticParses aXmlNormalizedString
parse(Node
node,XmlOptions
options)
throwsXmlException
XmlNormalizedString
fragment from a DOM Node.
XmlException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNormalizedString
parse(XMLInputStream
xis)
throwsXmlException
,XMLStreamException
XmlNormalizedString
fragment from an XMLInputStream.
XmlException
XMLStreamException
DEPRECATED Superceded by JSR 173
public staticParses aXmlNormalizedString
parse(XMLInputStream
xis,XmlOptions
options)
throwsXmlException
,XMLStreamException
XmlNormalizedString
fragment from an XMLInputStream.
XmlException
XMLStreamException