public class ConfTag extends ConfObject implements Cloneable, Serializable
J_BINARY, J_BIT32, J_BIT64, J_BOOL, J_BUF, J_CDBBEGIN, J_DATE, J_DATETIME, J_DECIMAL64, J_DEFAULT, J_DOUBLE, J_DQUAD, J_DURATION, J_ENUMERATION, J_HEXSTR, J_IDENTITYREF, J_INSTANCE_IDENTIFIER, J_INT16, J_INT32, J_INT64, J_INT8, J_IPV4, J_IPV4_AND_PLEN, J_IPV4PREFIX, J_IPV6, J_IPV6_AND_PLEN, J_IPV6PREFIX, J_LIST, J_NOEXISTS, J_OBJECTREF, J_OID, J_PTR, J_QNAME, J_STR, J_SYMBOL, J_TIME, J_UINT16, J_UINT32, J_UINT64, J_UINT8, J_UNION, J_XMLBEGIN, J_XMLBEGINDEL, J_XMLEND, J_XMLTAG
Constructor and Description |
---|
ConfTag(ConfEObject o) |
ConfTag(ConfNamespace ns_obj,
int tag) |
ConfTag(ConfNamespace ns_obj,
String tagName) |
ConfTag(int ns,
int tag) |
ConfTag(int ns,
String tagname) |
ConfTag(String tagName) |
ConfTag(String nsURI,
int tag) |
ConfTag(String nsPrefix,
String tagName) |
Modifier and Type | Method and Description |
---|---|
ConfEObject |
encode() |
ConfEObject |
encodeIKP() |
boolean |
equals(Object o)
Determine if two ConfTags are equal.
|
ConfNamespace |
getConfNamespace() |
int |
getNSHash() |
String |
getPrefix() |
String |
getTag() |
int |
getTagHash() |
String |
getURI() |
int |
hashCode() |
boolean |
isLenient() |
void |
setConfNamespace(ConfNamespace ns_obj) |
void |
setLenient(boolean lenient) |
String |
toString() |
clone, decode
public ConfTag(ConfEObject o) throws ConfException
ConfException
public ConfTag(ConfNamespace ns_obj, int tag)
public ConfTag(ConfNamespace ns_obj, String tagName)
public ConfTag(int ns, int tag)
public ConfTag(int ns, String tagname)
public ConfTag(String tagName)
public ConfTag(String nsURI, int tag)
public ConfEObject encode()
encode
in class ConfObject
public ConfEObject encodeIKP()
public boolean equals(Object o)
equals
in class ConfObject
o
- ConfObjectRef that is to be compared to.public ConfNamespace getConfNamespace()
public int getNSHash()
public String getPrefix()
public String getTag()
public int getTagHash()
public String getURI()
public int hashCode()
hashCode
in class ConfObject
public boolean isLenient()
public void setConfNamespace(ConfNamespace ns_obj)
public void setLenient(boolean lenient)
public String toString()
toString
in class ConfObject