| Modifier and Type | Class and Description |
|---|---|
static class |
XmlUtil.MyEscaper |
| Constructor and Description |
|---|
XmlUtil() |
| Modifier and Type | Method and Description |
|---|---|
static XMLEventWriter |
createXmlFragmentWriter(Writer theWriter) |
static XMLEventReader |
createXmlReader(Reader reader) |
static XMLStreamWriter |
createXmlStreamWriter(Writer theWriter) |
static XMLEventWriter |
createXmlWriter(Writer theWriter) |
static boolean |
isStaxPresent()
This method will return
true if a StAX XML parsing library is present
on the classpath |
public XmlUtil()
public static XMLEventWriter createXmlFragmentWriter(Writer theWriter) throws FactoryConfigurationError, XMLStreamException
public static XMLEventReader createXmlReader(Reader reader) throws FactoryConfigurationError, XMLStreamException
public static XMLStreamWriter createXmlStreamWriter(Writer theWriter) throws FactoryConfigurationError, XMLStreamException
public static XMLEventWriter createXmlWriter(Writer theWriter) throws FactoryConfigurationError, XMLStreamException
public static boolean isStaxPresent()
true if a StAX XML parsing library is present
on the classpathCopyright © 2014–2017 University Health Network. All rights reserved.