Serializable
, ItemType
, NodeType
, XQType
public final class DocumentType extends Object
Modifier and Type | Field | Description |
---|---|---|
static DocumentType |
ANYDOCUMENT |
Constructor | Description |
---|---|
DocumentType(ElementType elementType) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
ElementType |
getElementType() |
|
NodeKind |
getNodeKind() |
|
int |
hashCode() |
|
boolean |
isAtomicType() |
|
String |
toString() |
public static final DocumentType ANYDOCUMENT
public DocumentType(ElementType elementType)
public NodeKind getNodeKind()
public ElementType getElementType()
public final boolean isAtomicType()
isAtomicType
in interface ItemType
Copyright © 2019 Apache Software Foundation. All rights reserved.