Groovy Documentation

com.predic8.wadl
[Groovy] Class Representation

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

class Representation
extends WADLElement

Field Summary
static QName ELEMENTNAME

 
Fields inherited from class XMLElement
namespaces
 
Property Summary
PrefixedName elementPN

String href

String id

String mediaType

List params

String profile

 
Method Summary
protected def parseAttributes(def token, def ctx)

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

String toString()

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

Field Detail

ELEMENTNAME

public static final QName ELEMENTNAME


 
Property Detail

elementPN

PrefixedName elementPN


href

String href


id

String id


mediaType

String mediaType


params

List params


profile

String profile


 
Method Detail

parseAttributes

protected def parseAttributes(def token, def ctx)


parseChildren

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


toString

String toString()


 

Groovy Documentation