Package de.pdark.decentxml.dtd
Class DocTypeElement
- java.lang.Object
-
- de.pdark.decentxml.BasicNode
-
- de.pdark.decentxml.dtd.DocTypeElement
-
-
Constructor Summary
Constructors Constructor Description DocTypeElement(Token token, String name, String content)DocTypeElement(XMLTokenizer.Type type, String name, String content)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DocTypeAttributeList>getAttLists()StringgetContent()StringgetName()voidsetAttLists(List<DocTypeAttributeList> value)voidsetContent(String content)voidsetName(String name)static StringtoXML(String name, String content)protected voidupdateValue()-
Methods inherited from class de.pdark.decentxml.BasicNode
copy, copy, createClone, getEndOffset, getStartOffset, getToken, getType, getValue, setType, setValue, toString, toXML, toXML, toXML
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
updateValue
protected void updateValue()
-
setAttLists
public void setAttLists(List<DocTypeAttributeList> value)
-
getAttLists
public List<DocTypeAttributeList> getAttLists()
-
-