de.pdark.decentxml.dtd
Class DocTypeAttributeList

java.lang.Object
  extended by de.pdark.decentxml.BasicNode
      extended by de.pdark.decentxml.dtd.DocTypeAttributeList
All Implemented Interfaces:
DocTypeNode, Node

public class DocTypeAttributeList
extends BasicNode
implements DocTypeNode


Constructor Summary
DocTypeAttributeList(Token token, java.lang.String elementName)
           
DocTypeAttributeList(XMLTokenizer.Type type, java.lang.String elementName)
           
 
Method Summary
 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 to writer
 
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
 

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()

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.