Constructor and Description |
---|
DocTypeElement(Token token,
String name,
String content) |
DocTypeElement(XMLTokenizer.Type type,
String name,
String content) |
Modifier and Type | Method and 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() |
copy, copy, createClone, getEndOffset, getStartOffset, getToken, getType, getValue, setType, setValue, toString, toXML, toXML, toXML
public DocTypeElement(XMLTokenizer.Type type, String name, String content)
public String getName()
public void setName(String name)
public String getContent()
public void setContent(String content)
protected void updateValue()
public void setAttLists(List<DocTypeAttributeList> value)
public List<DocTypeAttributeList> getAttLists()
Copyright © 2008–2021. All rights reserved.