Groovy Documentation

com.predic8.wadl
[Groovy] Class Doc

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

class Doc
extends WADLElement

Field Summary
static QName ELEMENTNAME

 
Fields inherited from class XMLElement
namespaces
 
Property Summary
String content

def lang

String title

 
Method Summary
def parse(def token, AbstractParserContext ctx)

protected def parseAttributes(def token, 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

content

String content


lang

def lang


title

String title


 
Method Detail

parse

def parse(def token, AbstractParserContext ctx)


parseAttributes

protected def parseAttributes(def token, def ctx)


toString

String toString()


 

Groovy Documentation