public static class XmlDataRegMain_Base.Node_Base
extends org.vishia.genJavaOutClass.SrcInfo
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<org.vishia.util.NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.util.List<XmlDataRegMain.Node> |
node
Complex node node
|
protected java.lang.String |
oor_finalized
Attribute oor:finalized
|
protected java.lang.String |
oor_mandatory
Attribute oor:mandatory
|
protected java.lang.String |
oor_name
Attribute oor:name
|
protected java.lang.String |
oor_op
Attribute oor:op
|
protected java.util.List<XmlDataRegMain.Prop> |
prop
Complex node prop
|
| Constructor and Description |
|---|
Node_Base() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<XmlDataRegMain.Node> |
get_node()
Access to parse result, get the elements of the container node
|
java.lang.String |
get_oor_finalized()
Access to parse result.
|
java.lang.String |
get_oor_mandatory()
Access to parse result.
|
java.lang.String |
get_oor_name()
Access to parse result.
|
java.lang.String |
get_oor_op()
Access to parse result.
|
java.lang.Iterable<XmlDataRegMain.Prop> |
get_prop()
Access to parse result, get the elements of the container prop
|
int |
getSize_node()
Access to parse result, get the size of the container node.
|
int |
getSize_prop()
Access to parse result, get the size of the container prop.
|
protected java.lang.String oor_finalized
protected java.lang.String oor_mandatory
protected java.lang.String oor_name
protected java.lang.String oor_op
protected java.util.List<XmlDataRegMain.Node> node
protected java.util.List<XmlDataRegMain.Prop> prop
protected java.util.List<org.vishia.util.NameObj> listAllNodes
public java.lang.String get_oor_finalized()
public java.lang.String get_oor_mandatory()
public java.lang.String get_oor_name()
public java.lang.String get_oor_op()
public java.lang.Iterable<XmlDataRegMain.Node> get_node()
public int getSize_node()
public java.lang.Iterable<XmlDataRegMain.Prop> get_prop()
public int getSize_prop()