Uses of Class
javolution.xml.QName

Packages that use QName
javolution.xml Provides support for the encoding of objects, and the objects reachable from them, into XML; and the complementary reconstruction of the object graph from XML
 

Uses of QName in javolution.xml
 

Methods in javolution.xml that return QName
static QName QName.valueOf(CharSequence name)
          Returns the qualified name corresponding to the specified character sequence representation (may include the "{namespaceURI}" prefix).
static QName QName.valueOf(CharSequence namespaceURI, CharSequence localName)
          Returns the qualified name corresponding to the specified namespace URI and local name.
static QName QName.valueOf(String name)
          Equivalent to valueOf(CharSequence) (for J2ME compatibility).
 

Methods in javolution.xml with parameters of type QName
 void XMLBinding.setAlias(Class cls, QName qName)
          Sets the qualified alias for the specified class.
 void XMLBinding.setClassAttribute(QName classAttribute)
          Sets the qualified name of the attribute holding the class identifier.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.