public static class XmlDataRegMain_Base.Templates_Base
extends org.vishia.genJavaOutClass.SrcInfo
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<XmlDataRegMain.Group> |
group
Complex node group
|
protected XmlDataRegMain.Info |
info
Complex node info
|
protected java.util.List<org.vishia.util.NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.util.List<XmlDataRegMain.Set> |
set
Complex node set
|
| Constructor and Description |
|---|
Templates_Base() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<XmlDataRegMain.Group> |
get_group()
Access to parse result, get the elements of the container group
|
XmlDataRegMain.Info |
get_info()
Access to parse result.
|
java.lang.Iterable<XmlDataRegMain.Set> |
get_set()
Access to parse result, get the elements of the container set
|
int |
getSize_group()
Access to parse result, get the size of the container group.
|
int |
getSize_set()
Access to parse result, get the size of the container set.
|
protected java.util.List<XmlDataRegMain.Group> group
protected XmlDataRegMain.Info info
protected java.util.List<XmlDataRegMain.Set> set
protected java.util.List<org.vishia.util.NameObj> listAllNodes
public java.lang.Iterable<XmlDataRegMain.Group> get_group()
public int getSize_group()
public XmlDataRegMain.Info get_info()
public java.lang.Iterable<XmlDataRegMain.Set> get_set()
public int getSize_set()