| Package | Description |
|---|---|
| org.milyn.xml |
| Modifier and Type | Method and Description |
|---|---|
static XmlUtil.VALIDATION_TYPE |
XmlUtil.VALIDATION_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlUtil.VALIDATION_TYPE[] |
XmlUtil.VALIDATION_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
XmlUtil.parseStream(InputStream stream,
EntityResolver entityResolver,
XmlUtil.VALIDATION_TYPE validation,
boolean expandEntityRefs)
Parse the XML stream and return the associated W3C Document object.
|
static Document |
XmlUtil.parseStream(InputStream stream,
XmlUtil.VALIDATION_TYPE validation,
boolean expandEntityRefs)
Parse the XML stream and return the associated W3C Document object.
|
static Document |
XmlUtil.parseStream(Reader stream,
EntityResolver entityResolver,
XmlUtil.VALIDATION_TYPE validation,
boolean expandEntityRefs)
Parse the XML stream and return the associated W3C Document object.
|
Copyright © 2016. All rights reserved.