public static class ListElement.ListEntryElement extends java.lang.Object implements NamedElement
Constructor and Description |
---|
ListEntryElement(int start)
Create a new ListEntry element.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName()
Returns the root element name.
|
int |
getStart()
Return the start index of this entry.
|
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public ListEntryElement(int start)
start
- start indexpublic int getStart()
public java.lang.String getElementName()
NamedElement
getElementName
in interface NamedElement
public XmlStringBuilder toXML()
Element