Uses of Class
org.jibx.runtime.QName
-
Packages that use QName Package Description org.jibx.runtime -
-
Uses of QName in org.jibx.runtime
Methods in org.jibx.runtime that return QName Modifier and Type Method Description static QNameQName. deserialize(String text, IUnmarshallingContext ictx)JiBX deserializer method.static QName[]QName. deserializeList(String text, IUnmarshallingContext ictx)JiBX deserializer method.Methods in org.jibx.runtime with parameters of type QName Modifier and Type Method Description static StringQName. serialize(QName qname, IMarshallingContext ictx)JiBX serializer method.static StringQName. serializeList(QName[] qnames, IMarshallingContext ictx)JiBX serializer method.
-