public class Generator extends Element
Element.ElementContentType, Element.Property
Modifier and Type | Field and Description |
---|---|
protected String |
m_uri |
protected String |
m_version |
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 |
getUri() |
String |
getVersion() |
protected void |
printStartTag(PrintWriter out,
int tabs)
Prints the start tag for this element.
|
protected void |
setProperties(IContentProvider provider,
Collection keys)
Set the normalized properties of this element.
|
void |
setUri(String uri) |
void |
setVersion(String version) |
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, setContent, setLang, setName, setParent, toString
public Generator()
public Generator(Object o)
protected void setProperties(IContentProvider provider, Collection keys)
Element
setProperties
in class Element
protected void printStartTag(PrintWriter out, int tabs)
Element
printStartTag
in class Element
public String getUri()
public void setUri(String uri)
public String getVersion()
public void setVersion(String version)