Package | Description |
---|---|
org.core4j.xml |
Modifier and Type | Method and Description |
---|---|
XmlNodeType |
XDocumentType.getNodeType() |
XmlNodeType |
XDocument.getNodeType() |
XmlNodeType |
XElement.getNodeType() |
XmlNodeType |
XText.getNodeType() |
XmlNodeType |
XAttribute.getNodeType() |
XmlNodeType |
XProcessingInstruction.getNodeType() |
XmlNodeType |
XComment.getNodeType() |
abstract XmlNodeType |
XObject.getNodeType() |
static XmlNodeType |
XmlNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlNodeType[] |
XmlNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.