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