Package de.pdark.decentxml.dtd
Class DocTypeElement
java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.dtd.DocTypeElement
- All Implemented Interfaces:
Node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocTypeElement
(Token token, String name, String content) DocTypeElement
(XMLTokenizer.Type type, String name, String content) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setAttLists
(List<DocTypeAttributeList> value) void
setContent
(String content) void
static String
protected void
Methods inherited from class de.pdark.decentxml.BasicNode
copy, copy, createClone, getEndOffset, getStartOffset, getToken, getType, getValue, setType, setValue, toString, toXML, toXML, toXML
-
Field Details
-
name
-
-
attLists
-
-
Constructor Details
-
DocTypeElement
-
DocTypeElement
-
-
Method Details
-
getName
-
setName
-
getContent
-
setContent
-
updateValue
protected void updateValue() -
toXML
-
setAttLists
-
getAttLists
-