org.inria.ns.reflex.xml
Interface XType
public interface XType
The types of XML nodes and X-operables objects.
- Author:
- Philippe Poulard
ELEMENT_NODE
static final int ELEMENT_NODE
- See Also:
- Constant Field Values
ATTRIBUTE_NODE
static final int ATTRIBUTE_NODE
- See Also:
- Constant Field Values
TEXT_NODE
static final int TEXT_NODE
- See Also:
- Constant Field Values
PROCESSING_INSTRUCTION_NODE
static final int PROCESSING_INSTRUCTION_NODE
- See Also:
- Constant Field Values
COMMENT_NODE
static final int COMMENT_NODE
- See Also:
- Constant Field Values
DOCUMENT_NODE
static final int DOCUMENT_NODE
- See Also:
- Constant Field Values
DOCUMENT_FRAGMENT_NODE
static final int DOCUMENT_FRAGMENT_NODE
- See Also:
- Constant Field Values
NAMESPACE_NODE
static final int NAMESPACE_NODE
- See Also:
- Constant Field Values
USER_NODE
static final int USER_NODE
- See Also:
- Constant Field Values
NOT_A_NODE
static final int NOT_A_NODE
- See Also:
- Constant Field Values