org.attoparser.markup.dom.impl
Class DocType

Object
  extended by org.attoparser.markup.dom.impl.AbstractNode
      extended by org.attoparser.markup.dom.impl.DocType
All Implemented Interfaces:
Serializable, IDocType, INode

public class DocType
extends AbstractNode
implements IDocType, Serializable

Default implementation of the IDocType interface.

Since:
1.1
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
DocType(String rootElementName, String publicId, String systemId, String internalSubset)
           
 
Method Summary
 DocType cloneNode(INestableNode parent)
           
 String getInternalSubset()
           
 String getPublicId()
           
 String getRootElementName()
           
 String getSystemId()
           
 void setInternalSubset(String internalSubset)
           
 void setPublicId(String publicId)
           
 void setRootElementName(String rootElementName)
           
 void setSystemId(String systemId)
           
 
Methods inherited from class org.attoparser.markup.dom.impl.AbstractNode
getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.attoparser.markup.dom.INode
getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 

Constructor Detail

DocType

public DocType(String rootElementName,
               String publicId,
               String systemId,
               String internalSubset)
Method Detail

getRootElementName

public String getRootElementName()
Specified by:
getRootElementName in interface IDocType

setRootElementName

public void setRootElementName(String rootElementName)
Specified by:
setRootElementName in interface IDocType

getPublicId

public String getPublicId()
Specified by:
getPublicId in interface IDocType

setPublicId

public void setPublicId(String publicId)
Specified by:
setPublicId in interface IDocType

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface IDocType

setSystemId

public void setSystemId(String systemId)
Specified by:
setSystemId in interface IDocType

getInternalSubset

public String getInternalSubset()
Specified by:
getInternalSubset in interface IDocType

setInternalSubset

public void setInternalSubset(String internalSubset)
Specified by:
setInternalSubset in interface IDocType

cloneNode

public DocType cloneNode(INestableNode parent)
Specified by:
cloneNode in interface INode


Copyright © 2013 The ATTOPARSER team. All Rights Reserved.