public class QNameResourceImpl extends ResourceImpl implements QNameResource
New prefixed resources can be declared through extension points.
Modifier and Type | Field and Description |
---|---|
protected String |
localName |
protected String |
namespace |
uri
Constructor and Description |
---|
QNameResourceImpl(String namespace,
String localName) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalName() |
String |
getNamespace() |
NodeType |
getNodeType() |
boolean |
isQNameResource() |
void |
setLocalName(String localName) |
String |
toString() |
equals, getUri, hashCode, isResource, setUri
compareTo, isBlank, isLiteral
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isBlank, isLiteral, isResource
compareTo
public QNameResourceImpl(String namespace, String localName)
public NodeType getNodeType()
getNodeType
in interface Node
getNodeType
in class ResourceImpl
public boolean isQNameResource()
isQNameResource
in interface Node
isQNameResource
in class AbstractNode
public String toString()
toString
in class ResourceImpl
public String getNamespace()
getNamespace
in interface QNameResource
public String getLocalName()
getLocalName
in interface QNameResource
public void setLocalName(String localName)
setLocalName
in interface QNameResource
Copyright © 2018 Nuxeo. All rights reserved.