|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlUtil.VALIDATION_TYPE | |
|---|---|
| org.milyn.xml | |
| Uses of XmlUtil.VALIDATION_TYPE in org.milyn.xml |
|---|
| Methods in org.milyn.xml that return XmlUtil.VALIDATION_TYPE | |
|---|---|
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. |
| Methods in org.milyn.xml with parameters of type XmlUtil.VALIDATION_TYPE | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||