public class OpenFileHadler
extends java.lang.Object
OpenFileHadler class contains methods for processing elements of loading XSL
stylesheet files.| Constructor and Description |
|---|
OpenFileHadler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
parserParameterTag(org.w3c.dom.Element node,
int line,
ConfigData data)
Parses node 'parameter' and its value in the input XSL file.
|
static void |
parserPropertyAttribute(org.w3c.dom.Element node,
int line,
Property propery)
Parses node 'attribute' of the node 'attribute-set' and its value in the input XSL file.
|
static Property |
parserPropertyTag(org.w3c.dom.Element node,
int line,
ConfigData data)
Parses node 'attribute-set' and its value in the input XSL file.
|
public static void parserParameterTag(org.w3c.dom.Element node,
int line,
ConfigData data)
node - the node 'parameter' in the input XSL file.line - the number of line where is the node 'parameter' in the input XSL file.data - the data containing editor data structure.public static Property parserPropertyTag(org.w3c.dom.Element node, int line, ConfigData data)
node - the node 'attribute-set' in the input XSL file.line - the number of line where is the node 'attribute-set' in the input XSL file.data - the data containing editor data structure.public static void parserPropertyAttribute(org.w3c.dom.Element node,
int line,
Property propery)
node - the node 'attribute' in the input XSL file.line - the number of line where is the node 'attribute' in the input XSL file.propery - the parent property of attribute.