|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.zcu.fav.kiv.editor.stylesheet.OpenFileHadler
public class OpenFileHadler
The OpenFileHadler class contains methods for processing elements of loading XSL
stylesheet files.
| Constructor Summary | |
|---|---|
OpenFileHadler()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenFileHadler()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||