net.ontopia.topicmaps.query.parser
Class QName

java.lang.Object
  extended by net.ontopia.topicmaps.query.parser.QName

public class QName
extends Object

INTERNAL: Used to represent qualified name references in tolog queries.


Field Summary
protected  String localname
           
protected  String prefix
           
 
Constructor Summary
QName(String qname)
           
 
Method Summary
 String getLocalName()
           
 String getPrefix()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

prefix

protected String prefix

localname

protected String localname
Constructor Detail

QName

public QName(String qname)
Method Detail

getPrefix

public String getPrefix()

getLocalName

public String getLocalName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2012 Ontopia.