public class Category extends Element
Element.ElementContentType, Element.Property
Modifier and Type | Field and Description |
---|---|
protected String |
m_label |
protected String |
m_scheme |
protected String |
m_term |
m_attributes, m_base, m_baseURI, m_children, m_content, m_lang, m_name, m_parent, STRIP_FROM_NORMAL_NAME
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getScheme() |
String |
getTerm() |
protected void |
printStartTag(PrintWriter out,
int tabs)
Prints the start tag for this element.
|
void |
setContent(String content) |
void |
setLabel(String label) |
protected void |
setProperties(IContentProvider provider,
Collection<?> keys)
Set the normalized properties of this element.
|
void |
setScheme(String scheme) |
void |
setTerm(String term) |
enforceChildrenConformance, enforceChildrenConformance, enforceConformance, escapeXMLContent, escapeXMLName, firstValue, getAttributes, getBase, getBaseUri, getBaseURI, getChildren, getContent, getLang, getName, getParent, initialize, multipleValues, printAttribute, printChildren, printChildren, printChildren, printContent, printEndTag, printTextualContent, serialize, setAttributes, setBase, setChildren, setLang, setName, setParent, toString
protected String m_label
protected String m_scheme
protected String m_term
public Category()
public Category(Object o)
protected void setProperties(IContentProvider provider, Collection<?> keys)
Element
setProperties
in class Element
public void setContent(String content)
setContent
in class Element
protected void printStartTag(PrintWriter out, int tabs)
Element
printStartTag
in class Element
public String getLabel()
public void setLabel(String label)
public String getScheme()
public void setScheme(String scheme)
public String getTerm()
public void setTerm(String term)