Uses of Class
org.jibx.runtime.QName

Packages that use QName
org.jibx.runtime   
 

Uses of QName in org.jibx.runtime
 

Methods in org.jibx.runtime that return QName
static QName QName.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
static String QName.serialize(QName qname, IMarshallingContext ictx)
          JiBX serializer method.
static String QName.serializeList(QName[] qnames, IMarshallingContext ictx)
          JiBX serializer method.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.