public static class XmlDataLOffcXcuUi_Base.Node_Base
extends org.vishia.genJavaOutClass.SrcInfo
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
_textContent
TEXT content
|
protected java.lang.String |
install_module
Attribute install:module
|
protected java.util.List<org.vishia.util.NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.util.List<XmlDataLOffcXcuUi.Node> |
node
Complex node node
|
protected java.lang.String |
oor_name
Attribute oor:name
|
protected java.lang.String |
oor_op
Attribute oor:op
|
protected java.util.List<XmlDataLOffcXcuUi.Prop> |
prop
Complex node prop
|
| Constructor and Description |
|---|
Node_Base() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<java.lang.String> |
get__textContent()
Access to parse result, get the elements of the container _textContent
|
java.lang.String |
get_install_module()
Access to parse result.
|
java.lang.Iterable<XmlDataLOffcXcuUi.Node> |
get_node()
Access to parse result, get the elements of the container node
|
java.lang.String |
get_oor_name()
Access to parse result.
|
java.lang.String |
get_oor_op()
Access to parse result.
|
java.lang.Iterable<XmlDataLOffcXcuUi.Prop> |
get_prop()
Access to parse result, get the elements of the container prop
|
int |
getSize__textContent()
Access to parse result, get the size of the container _textContent.
|
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 install_module
protected java.lang.String oor_name
protected java.lang.String oor_op
protected java.util.List<java.lang.String> _textContent
protected java.util.List<XmlDataLOffcXcuUi.Node> node
protected java.util.List<XmlDataLOffcXcuUi.Prop> prop
protected java.util.List<org.vishia.util.NameObj> listAllNodes
public java.lang.String get_install_module()
public java.lang.String get_oor_name()
public java.lang.String get_oor_op()
public java.lang.Iterable<java.lang.String> get__textContent()
public int getSize__textContent()
public java.lang.Iterable<XmlDataLOffcXcuUi.Node> get_node()
public int getSize_node()
public java.lang.Iterable<XmlDataLOffcXcuUi.Prop> get_prop()
public int getSize_prop()