Understanding XMLTags
The XMLTags collection defines the controls and related concept lists utilised in analyzing the inform contents, work the attach values, and composition the attach to the XML production file, as shown in Listing 5.
Listing 5: The XMLTags class
public collection XMLTags
{
public noise test String TAG_CR = “\n” ;
static String labelControl = “label”;
static String textControl = “text”;
static String imageControl = “image”;
static String dataControl = “data”;
static String reportControl = “report”;
static String startControl = “start”;
static String endControl = “end”;
static String[] iPropList =
{”Bookmark”,”Height”,”Hyperlink”,”ImageMap”,
“InlineStyle”,”MIMEType”,”Name”,”Style”,”TOC”,”URI”,
“Width”,”X”,”Y”};
static String[] dPropList =
{”Bookmark”,”Height”,”Hyperlink”,”InlineStyle”,”Name”,
“Style”,”TOC”,”Width”,”X”,”Y”};
static String[] lPropList =
{”Bookmark”,”Height”,”Hyperlink”,”InlineStyle”,”Name”,
“TOC”,”Width”,”X”,”Y”};
static String[] tPropList =
{”Bookmark”,”Height”,”Hyperlink”,”InlineStyle”,”Name”,
“Style”,”Text”,”TOC”,”Width”,”X”,”Y”}
static String[] rPropList =
{”TotalPages”, “TOCTree”, “Name”};
}
Recent Comments