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, java.lang.String elementName)
DocTypeAttributeList(XMLTokenizer.Type type, java.lang.String elementName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocTypeAttributeList
addNode(Node node)
DocTypeElement
getElement()
java.lang.String
getElementName()
java.lang.String
getValue()
void
setElement(DocTypeElement element)
DocTypeAttributeList
toXML(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(Token token, java.lang.String elementName)
-
DocTypeAttributeList
public DocTypeAttributeList(XMLTokenizer.Type type, java.lang.String elementName)
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
-
setElement
public void setElement(DocTypeElement element)
-
getElement
public DocTypeElement getElement()
-
toXML
public DocTypeAttributeList toXML(XMLWriter writer) throws java.io.IOException
Description copied from class:BasicNode
Append the content of this node towriter
-
addNode
public DocTypeAttributeList addNode(Node node)
- Specified by:
addNode
in interfaceDocTypeNode
-
-