|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cookxml.cookxml.CookXmlLib
This class creates a CookXml tag library for CookXml special attributes.
The special attributes are fairly powerful. So it is not a good idea to include them in all the XML parsers.
This tag library is included in the CookXml Common singleton instance.
Field Summary | |
static String |
ADD_ATTR
the attribute to specify whether or not to add the current object to the parent. |
static String |
FUNC_ATTR
the direct function call attribute |
static String |
ID_ATTR
write the id reference |
static String |
IDREF_ATTR
read the id reference |
static String |
NAMESPACE
|
static String |
SETAS_ATTR
the setter attribute |
static String |
TAG_ATTR
the tag attribute for casting the current tag into a new tag name. |
static String |
VAR_ATTR
write access to the variable |
static String |
VARREF_ATTR
read access to the variable |
Constructor Summary | |
CookXmlLib()
|
Method Summary | |
static SingleNSTagLibrary |
createTagLibrary()
|
static SingleNSTagLibrary |
getSingletonTagLibrary()
Get the singleton instance of the CookXml tag library. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String NAMESPACE
public static String ID_ATTR
public static String VAR_ATTR
public static String TAG_ATTR
public static String IDREF_ATTR
public static String VARREF_ATTR
public static String SETAS_ATTR
public static String FUNC_ATTR
public static String ADD_ATTR
Constructor Detail |
public CookXmlLib()
Method Detail |
public static SingleNSTagLibrary createTagLibrary()
public static SingleNSTagLibrary getSingletonTagLibrary()
This instance of library is not created until this functio is called.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |