public class SymbolicName extends Object
Constructor and Description |
---|
SymbolicName(int kind,
StructuredQName name) |
SymbolicName(int kind,
StructuredQName name,
int arity) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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.
|
String |
toString() |
public SymbolicName(int kind, StructuredQName name)
public SymbolicName(int kind, StructuredQName name, int arity)
public int hashCode()
public boolean equals(Object obj)
public int getComponentKind()
public StructuredQName getComponentName()
public int getArity()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.