Uses of Class
com.pd4ml.CustomTag
-
Packages that use CustomTag Package Description com.pd4ml com.pd4ml.plugins -
-
Uses of CustomTag in com.pd4ml
Methods in com.pd4ml that return CustomTag Modifier and Type Method Description CustomTag
CustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)
Methods in com.pd4ml with parameters of type CustomTag Modifier and Type Method Description void
PD4ML. addCustomTagHandler(java.lang.String customTagName, CustomTag implementation)
adds a proprietary HTML tag implementationConstructors in com.pd4ml with parameters of type CustomTag Constructor Description CustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)
-
Uses of CustomTag in com.pd4ml.plugins
Subclasses of CustomTag in com.pd4ml.plugins Modifier and Type Class Description class
BatikSvgCustomTag
class
MathMLCustomTag
class
ORCodeCustomTag
class
PD4MLSvgCustomTag
Methods in com.pd4ml.plugins that return CustomTag Modifier and Type Method Description CustomTag
BatikSvgCustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)
CustomTag
MathMLCustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)
CustomTag
ORCodeCustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)
CustomTag
PD4MLSvgCustomTag. getInstance(java.lang.String code, com.pd4ml.fonts.FontCache fontCache)
Constructors in com.pd4ml.plugins with parameters of type CustomTag Constructor Description BatikSvgCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)
MathMLCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)
ORCodeCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)
PD4MLSvgCustomTag(java.lang.String code, com.pd4ml.fonts.FontCache fontCache, CustomTag prime)
-