Groovy Documentation

com.predic8.wadl
[Groovy] Class WADLElement

java.lang.Object
  com.predic8.soamodel.XMLElement
      com.predic8.wadl.WADLElement

abstract class WADLElement
extends XMLElement

Field Summary
 
Fields inherited from class XMLElement
namespaces
 
Property Summary
List docs

 
Method Summary
QName getElementName()

String getNamespaceUri()

String getPrefix()

protected def parseChildren(def token, def child, def ctx)

 
Methods inherited from class XMLElement
getElementName, getNamespace, getNamespaceContext, getNamespaceUri, getPrefix, getPrefix, getQNameForPN, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText
 

Property Detail

docs

List docs


 
Method Detail

getElementName

QName getElementName()


getNamespaceUri

String getNamespaceUri()


getPrefix

@Override
String getPrefix()


parseChildren

protected def parseChildren(def token, def child, def ctx)


 

Groovy Documentation