Package 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
-
-
Constructor Summary
Constructors Constructor Description DocTypeAttributeList(Token token, String elementName)DocTypeAttributeList(XMLTokenizer.Type type, String elementName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocTypeAttributeListaddNode(Node node)DocTypeElementgetElement()StringgetElementName()StringgetValue()voidsetElement(DocTypeElement element)DocTypeAttributeListtoXML(XMLWriter writer)Append the content of this node towriter-
Methods inherited from class de.pdark.decentxml.BasicNode
copy, copy, createClone, getEndOffset, getStartOffset, getToken, getType, setType, setValue, toString, toXML, toXML
-
-
-
-
Constructor Detail
-
DocTypeAttributeList
public DocTypeAttributeList(XMLTokenizer.Type type, String elementName)
-
-
Method Detail
-
getElementName
public String getElementName()
-
setElement
public void setElement(DocTypeElement element)
-
getElement
public DocTypeElement getElement()
-
toXML
public DocTypeAttributeList toXML(XMLWriter writer) throws IOException
Description copied from class:BasicNodeAppend the content of this node towriter- Specified by:
toXMLin interfaceNode- Overrides:
toXMLin classBasicNode- Throws:
IOException
-
addNode
public DocTypeAttributeList addNode(Node node)
- Specified by:
addNodein interfaceDocTypeNode
-
-