Uses of Interface
org.attoparser.markup.dom.IText

Packages that use IText
org.attoparser.markup.dom   
org.attoparser.markup.dom.impl   
org.attoparser.markup.xml   
 

Uses of IText in org.attoparser.markup.dom
 

Subinterfaces of IText in org.attoparser.markup.dom
 interface ICDATASection
           Common interface for CDATA Section nodes in attoDOM trees.
 

Methods in org.attoparser.markup.dom with parameters of type IText
abstract  void AbstractDOMWriter.writeText(IText text, Writer writer)
           
 

Uses of IText in org.attoparser.markup.dom.impl
 

Classes in org.attoparser.markup.dom.impl that implement IText
 class CDATASection
           Default implementation of the ICDATASection interface.
 class Text
           Default implementation of the IText interface.
 

Uses of IText in org.attoparser.markup.xml
 

Methods in org.attoparser.markup.xml with parameters of type IText
 void XmlDOMWriter.writeText(IText text, Writer writer)
           
 



Copyright © 2012 The ATTOPARSER team. All Rights Reserved.