|
1448.
|
|
|
treat_options()
|
|
|
type: =item
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1710
|
|
1449.
|
|
|
This function fills the internal structures that contain the tags, attributes and inline data with the options of the module (specified in the command-line or in the initialize function).
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1712
|
|
1450.
|
|
|
GETTING TEXT FROM THE INPUT DOCUMENT
|
|
|
type: =head2
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1905
|
|
1451.
|
|
|
get_string_until($%)
|
|
|
type: =item
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1909
|
|
1452.
|
|
|
This function returns an array with the lines (and references) from the input document until it finds the first argument. The second argument is an options hash. Value 0 means disabled (the default) and 1, enabled.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1911
|
|
1453.
|
|
|
The valid options are:
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1915
|
|
1454.
|
|
|
B<include>
|
|
|
type: =item
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1919
|
|
1455.
|
|
|
This makes the returned array to contain the searched text
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1921
|
|
1456.
|
|
|
B<remove>
|
|
|
type: =item
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1923
|
|
1457.
|
|
|
This removes the returned stream from the input
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
lib/Locale/Po4a/Xml.pm:1925
|