public class TagToComponentMap
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XHTML_COMPONENT_CLASS |
static java.lang.String |
XHTML_COMPONENT_TYPE |
| Constructor and Description |
|---|
TagToComponentMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTagAttrib(java.io.InputStream tldInput)
Same as addTags but this one has more info such as attributes/descriptions
|
java.util.Hashtable |
getTagToComponentMap()
Getter for TagToComponentMap
|
static void |
main(java.lang.String[] args)
Main method for when this class is run to build the serialized data from
a set of TLDS.
|
public static final java.lang.String XHTML_COMPONENT_TYPE
public static final java.lang.String XHTML_COMPONENT_CLASS
public java.util.Hashtable getTagToComponentMap()
public void addTagAttrib(java.io.InputStream tldInput)
throws java.io.IOException
tldInput - The TLD to processjava.io.IOException - If digester barfs.public static void main(java.lang.String[] args)
args - The runtime arguements.Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.