org.apache.woden.internal.xml
Class QNameListOrTokenAnyAttrImpl
java.lang.Object
org.apache.woden.internal.xml.XMLAttrImpl
org.apache.woden.internal.xml.QNameListOrTokenAnyAttrImpl
- All Implemented Interfaces:
- QNameListOrTokenAttr, XMLAttr
public class QNameListOrTokenAnyAttrImpl
- extends XMLAttrImpl
- implements QNameListOrTokenAttr
This class represents XML attribute information items of type
Union of list of QName or xs:token #any
.
For example, the wsoap:subcodes extension attribute of binding fault.
- Author:
- jkaputin@apache.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QNameListOrTokenAnyAttrImpl
public QNameListOrTokenAnyAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
throws WSDLException
- Throws:
WSDLException
isQNameList
public boolean isQNameList()
- Specified by:
isQNameList
in interface QNameListOrTokenAttr
isToken
public boolean isToken()
- Specified by:
isToken
in interface QNameListOrTokenAttr
getQNames
public QName[] getQNames()
- Specified by:
getQNames
in interface QNameListOrTokenAttr
getToken
public java.lang.String getToken()
- Specified by:
getToken
in interface QNameListOrTokenAttr
convert
protected java.lang.Object convert(XMLElement ownerEl,
java.lang.String attrValue)
throws WSDLException
- Specified by:
convert
in class XMLAttrImpl
- Throws:
WSDLException
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.