Package | Description |
---|---|
org.waarp.common.xml |
Classes implementing XML facility
|
Modifier and Type | Method and Description |
---|---|
XmlDecl |
XmlValue.getDecl() |
XmlDecl[] |
XmlDecl.getSubXml() |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlDecl.isCompatible(XmlDecl xmlDecl)
Check if two XmlDecl are compatible
|
static XmlValue[] |
XmlUtil.read(org.dom4j.Document doc,
XmlDecl[] decls)
Create the XmlValues from the XmlDevls and the Document
|
static XmlValue[] |
XmlUtil.read(org.dom4j.Element ref,
XmlDecl[] decls)
Create the XmlValues from the XmlDevls and the reference Element
|
Constructor and Description |
---|
XmlDecl(String name,
XmlType type,
String xmlPath,
XmlDecl[] decls,
boolean isMultiple) |
XmlValue(XmlDecl decl) |
Copyright © 2009–2019 Waarp. All rights reserved.