public class DocTypeAttributeList extends BasicNode implements DocTypeNode
Constructor and Description |
---|
DocTypeAttributeList(Token token,
String elementName) |
DocTypeAttributeList(XMLTokenizer.Type type,
String elementName) |
Modifier and Type | Method and Description |
---|---|
DocTypeAttributeList |
addNode(Node node) |
DocTypeElement |
getElement() |
String |
getElementName() |
String |
getValue() |
void |
setElement(DocTypeElement element) |
DocTypeAttributeList |
toXML(XMLWriter writer)
Append the content of this node to
writer |
copy, copy, createClone, getEndOffset, getStartOffset, getToken, getType, setType, setValue, toString, toXML, toXML
public DocTypeAttributeList(XMLTokenizer.Type type, String elementName)
public String getElementName()
public void setElement(DocTypeElement element)
public DocTypeElement getElement()
public DocTypeAttributeList toXML(XMLWriter writer) throws IOException
BasicNode
writer
toXML
in interface Node
toXML
in class BasicNode
IOException
public DocTypeAttributeList addNode(Node node)
addNode
in interface DocTypeNode
Copyright © 2008–2021. All rights reserved.