Package eu.bandm.tools.d2d2.base
Class UdomClient.Node<O extends Udom>
java.lang.Object
eu.bandm.tools.d2d2.base.UdomClient.Node<O>
- Direct Known Subclasses:
UdomClient.Attribute
,UdomClient.Element
,UdomClient.Pcdata
- Enclosing class:
- UdomClient
-
Field Summary
Modifier and TypeFieldDescription(package private) final int
(package private) final int
(package private) final O
is null for pcdata, because this must support MORE THAN ONE origs(package private) final @Opt UdomClient.Element
is null for document node(package private) final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
final int type -
level
final int level -
index
final int index -
orig
is null for pcdata, because this must support MORE THAN ONE origs -
parent
is null for document node
-
-
Constructor Details
-
Node
Node(int type, @Opt O orig, @Opt @Opt UdomClient.Element parent, int index)
-