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()
String
getContent()
String
getName()
void
setAttLists(List<DocTypeAttributeList> value)
void
setContent(String content)
void
setName(String name)
static String
toXML(String name, String content)
protected void
updateValue()
-
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()
-
-