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, toXMLpublic DocTypeAttributeList(XMLTokenizer.Type type, String elementName)
public String getElementName()
public void setElement(DocTypeElement element)
public DocTypeElement getElement()
public DocTypeAttributeList toXML(XMLWriter writer) throws IOException
BasicNodewritertoXML in interface NodetoXML in class BasicNodeIOExceptionpublic DocTypeAttributeList addNode(Node node)
addNode in interface DocTypeNodeCopyright © 2008-2015. All Rights Reserved.