Serializable
, ItemType
, NodeType
, XQType
public final class AttributeType extends Object
Modifier and Type | Field | Description |
---|---|---|
static AttributeType |
ANYATTRIBUTE |
Constructor | Description |
---|---|
AttributeType(NameTest nameTest,
SchemaType contentType) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
SchemaType |
getContentType() |
|
NameTest |
getNameTest() |
|
NodeKind |
getNodeKind() |
|
int |
hashCode() |
|
boolean |
isAtomicType() |
|
String |
toString() |
public static final AttributeType ANYATTRIBUTE
public AttributeType(NameTest nameTest, SchemaType contentType)
public NodeKind getNodeKind()
public NameTest getNameTest()
public SchemaType getContentType()
public final boolean isAtomicType()
isAtomicType
in interface ItemType
Copyright © 2019 Apache Software Foundation. All rights reserved.