|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.xsugar.stylesheet.Unit
dk.brics.xsugar.stylesheet.QName
public class QName
QName.
| Constructor Summary | |
|---|---|
QName(String prefix,
String localname,
Location loc)
Constructs a new QName. |
|
| Method Summary | |
|---|---|
String |
getLocalname()
Returns the localname of this QName. |
String |
getPrefix()
Returns the prefix of this QName. |
void |
setPrefix(String prefix)
Sets the prefix of this QName. |
String |
toString()
|
void |
visit(Visitor visitor)
Visits this node. |
| Methods inherited from class dk.brics.xsugar.stylesheet.Unit |
|---|
getLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QName(String prefix,
String localname,
Location loc)
prefix - prefixlocalname - localnameloc - source location| Method Detail |
|---|
public String getLocalname()
public String getPrefix()
public void setPrefix(String prefix)
prefix - prefixpublic String toString()
toString in class Objectpublic void visit(Visitor visitor)
visit in interface Namevisitor - visitor
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||