org.apache.woden.xml
Interface QNameListAttr
- All Superinterfaces:
- XMLAttr
- All Known Implementing Classes:
- QNameListAttrImpl
- public interface QNameListAttr
- extends XMLAttr
This interface represents XML attribute information items of type
xs:list of QNames. The string is converted into a collection of QNames,
one for each valid name in the string. The QNames can be retrieved as an
array of QName. If an error occurs converting a QName it will not be included
in the array and the isValid() method will return false (even if there are
some valid QNames in the list). If no qnames can be converted from the string,
getContent() and getQNames() will return null and isValid() will return false.
- Author:
- jkaputin@apache.org
getQNames
public QName[] getQNames()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.