de.pdark.decentxml.dtd
Class DocTypeAttributeList
java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.dtd.DocTypeAttributeList
- All Implemented Interfaces:
- DocTypeNode, Node
public class DocTypeAttributeList
- extends BasicNode
- implements DocTypeNode
Methods inherited from class de.pdark.decentxml.BasicNode |
copy, copy, createClone, getEndOffset, getStartOffset, getToken, getType, setType, setValue, toString, toXML, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DocTypeAttributeList
public DocTypeAttributeList(Token token,
java.lang.String elementName)
DocTypeAttributeList
public DocTypeAttributeList(XMLTokenizer.Type type,
java.lang.String elementName)
getElementName
public java.lang.String getElementName()
setElement
public void setElement(DocTypeElement element)
getElement
public DocTypeElement getElement()
getValue
public java.lang.String getValue()
- Overrides:
getValue
in class BasicNode
toXML
public DocTypeAttributeList toXML(XMLWriter writer)
throws java.io.IOException
- Description copied from class:
BasicNode
- Append the content of this node to
writer
- Specified by:
toXML
in interface Node
- Overrides:
toXML
in class BasicNode
- Throws:
java.io.IOException
addNode
public DocTypeAttributeList addNode(Node node)
- Specified by:
addNode
in interface DocTypeNode
Copyright © 2008-2011. All Rights Reserved.