-
-
Constructor Summary
Constructors
-
Method Summary
protected void
Adds this instance's property values to the xml element.
boolean
Getting the xml element tag for this toc entry
int
-
Field Details
-
PROPERTY_XML_RESOURCE
public static final String PROPERTY_XML_RESOURCE
- See Also:
-
-
PROPERTY_IMPLEMENTATION_CLASS
public static final String PROPERTY_IMPLEMENTATION_CLASS
- See Also:
-
-
Constructor Details
-
TocEntry
public TocEntry(String implementationClassName,
String xmlResource)
-
Method Details
-
getXmlResourceName
public String getXmlResourceName()
-
getImplementationClassName
public String getImplementationClassName()
-
addToXml
protected void addToXml(Element element)
Adds this instance's property values to the xml element.
-
-
getXmlElementTag
protected abstract String getXmlElementTag()
Getting the xml element tag for this toc entry
-
-