org.attoparser.markup.dom
Interface IXmlDeclaration

All Superinterfaces:
INode
All Known Implementing Classes:
XmlDeclaration

public interface IXmlDeclaration
extends INode

Common interface for XML Declarations in attoDOM trees.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 String getEncoding()
           
 String getStandalone()
           
 String getVersion()
           
 void setEncoding(String encoding)
           
 void setStandalone(String standalone)
           
 void setVersion(String version)
           
 
Methods inherited from interface org.attoparser.markup.dom.INode
cloneNode, getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 

Method Detail

getVersion

String getVersion()

setVersion

void setVersion(String version)

getEncoding

String getEncoding()

setEncoding

void setEncoding(String encoding)

getStandalone

String getStandalone()

setStandalone

void setStandalone(String standalone)


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.