public static class XmlForOdt_Base.Text_section_Base
extends SrcInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.List<NameObj> |
listAllNodes
All nodes in natural order.
|
protected java.util.List<XmlForOdt.Text_h> |
text_h
Complex node text:h
|
protected XmlForOdt.Text_illustration_index |
text_illustration_index
Complex node text:illustration-index
|
protected java.util.List<XmlForOdt.Text_list> |
text_list
Complex node text:list
|
protected java.lang.String |
text_name
Attribute text:name
|
protected java.util.List<XmlForOdt.Text_p> |
text_p
Complex node text:p
|
protected java.util.List<XmlForOdt.Text_section> |
text_section
Complex node text:section
|
protected java.lang.String |
text_style_name
Attribute text:style-name
|
protected java.util.List<XmlForOdt.Text_table_of_content> |
text_table_of_content
Complex node text:table-of-content
|
Constructor and Description |
---|
Text_section_Base() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<XmlForOdt.Text_h> |
get_text_h()
Access to parse result, get the elements of the container text_h
|
XmlForOdt.Text_illustration_index |
get_text_illustration_index()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Text_list> |
get_text_list()
Access to parse result, get the elements of the container text_list
|
java.lang.String |
get_text_name()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Text_p> |
get_text_p()
Access to parse result, get the elements of the container text_p
|
java.lang.Iterable<XmlForOdt.Text_section> |
get_text_section()
Access to parse result, get the elements of the container text_section
|
java.lang.String |
get_text_style_name()
Access to parse result.
|
java.lang.Iterable<XmlForOdt.Text_table_of_content> |
get_text_table_of_content()
Access to parse result, get the elements of the container text_table_of_content
|
int |
getSize_text_h()
Access to parse result, get the size of the container text_h.
|
int |
getSize_text_list()
Access to parse result, get the size of the container text_list.
|
int |
getSize_text_p()
Access to parse result, get the size of the container text_p.
|
int |
getSize_text_section()
Access to parse result, get the size of the container text_section.
|
int |
getSize_text_table_of_content()
Access to parse result, get the size of the container text_table_of_content.
|
protected java.lang.String text_name
protected java.lang.String text_style_name
protected java.util.List<XmlForOdt.Text_h> text_h
protected XmlForOdt.Text_illustration_index text_illustration_index
protected java.util.List<XmlForOdt.Text_list> text_list
protected java.util.List<XmlForOdt.Text_p> text_p
protected java.util.List<XmlForOdt.Text_section> text_section
protected java.util.List<XmlForOdt.Text_table_of_content> text_table_of_content
protected java.util.List<NameObj> listAllNodes
public java.lang.String get_text_name()
public java.lang.String get_text_style_name()
public java.lang.Iterable<XmlForOdt.Text_h> get_text_h()
public int getSize_text_h()
public XmlForOdt.Text_illustration_index get_text_illustration_index()
public java.lang.Iterable<XmlForOdt.Text_list> get_text_list()
public int getSize_text_list()
public java.lang.Iterable<XmlForOdt.Text_p> get_text_p()
public int getSize_text_p()
public java.lang.Iterable<XmlForOdt.Text_section> get_text_section()
public int getSize_text_section()
public java.lang.Iterable<XmlForOdt.Text_table_of_content> get_text_table_of_content()
public int getSize_text_table_of_content()