public abstract class TocEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_IMPLEMENTATION_CLASS |
static String |
PROPERTY_XML_RESOURCE |
| Constructor and Description |
|---|
TocEntry(String implementationClassName,
String xmlResource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToXml(Element element)
Adds this instance's property values to the xml element.
|
boolean |
equals(Object obj) |
String |
getImplementationClassName() |
protected abstract String |
getXmlElementTag()
Getting the xml element tag for this toc entry
|
String |
getXmlResourceName() |
int |
hashCode() |
Element |
toXml(Document doc) |
public static final String PROPERTY_XML_RESOURCE
public static final String PROPERTY_IMPLEMENTATION_CLASS
public String getXmlResourceName()
public String getImplementationClassName()
protected void addToXml(Element element)
protected abstract String getXmlElementTag()
Copyright © 2023. All rights reserved.