Groovy Documentation

com.predic8.xml.util
[Groovy] Class PrefixedName

java.lang.Object
  com.predic8.xml.util.PrefixedName

class PrefixedName
extends Object

Property Summary
String localName

String prefix

 
Constructor Summary
PrefixedName(def prefix, def localName)

PrefixedName(def name)

 
Method Summary
String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

localName

String localName


prefix

String prefix


 
Constructor Detail

PrefixedName

PrefixedName(def prefix, def localName)


PrefixedName

PrefixedName(def name)


 
Method Detail

toString

String toString()


 

Groovy Documentation