com.conradroche.dtd.decl.elem
Interface SimpleContentParticle
- All Superinterfaces:
- ContentParticle
- public interface SimpleContentParticle
- extends ContentParticle
This class holds the ContentParticle that contains
an Element Name followed by the Cardinality.
- Author:
- Conrad Roche
getElementName
public String getElementName()
- Returns the element name that this
content particle holds.
- Returns:
- The element name held by this CP.
- See Also:
setElementName(java.lang.String)
setElementName
public void setElementName(String elemName)
- Sets the element name that this
content particle holds.
- Parameters:
elemName
- The element name held by this CP.- See Also:
getElementName()