|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XmlAttribute | |
|---|---|
| it.avutils.jmapper.xml | This package contains classes that manage the XML configuration file. |
| it.avutils.jmapper.xml.beans | This package contains the beans used to manage the XML configuration file. |
| Uses of XmlAttribute in it.avutils.jmapper.xml |
|---|
| Methods in it.avutils.jmapper.xml that return XmlAttribute | |
|---|---|
static XmlAttribute |
XmlConverter.toXmlAttribute(Attribute attribute)
This method transforms a Attribute given in input, into a XmlAttribute. |
static XmlAttribute |
XmlConverter.toXmlAttribute(Field aField)
This method transforms a Field given in input, into a XmlAttribute. |
| Methods in it.avutils.jmapper.xml with parameters of type XmlAttribute | |
|---|---|
static Attribute |
XmlConverter.toAttribute(XmlAttribute xmlAttribute)
This method transforms a XmlAttribute into an Attribute. |
| Uses of XmlAttribute in it.avutils.jmapper.xml.beans |
|---|
| Fields in it.avutils.jmapper.xml.beans with type parameters of type XmlAttribute | |
|---|---|
List<XmlAttribute> |
XmlClass.attributes
list of attributes node |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||