public class SymbolicName
extends java.lang.Object
Constructor and Description |
---|
SymbolicName(int kind,
StructuredQName name) |
SymbolicName(int kind,
StructuredQName name,
int arity) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.
|
int |
getArity() |
int |
getComponentKind() |
StructuredQName |
getComponentName() |
int |
hashCode()
Returns a hash code value for the object.
|
java.lang.String |
toString() |
public SymbolicName(int kind, StructuredQName name)
public SymbolicName(int kind, StructuredQName name, int arity)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int getComponentKind()
public StructuredQName getComponentName()
public int getArity()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.