Uses of Class
net.sf.mmm.util.xml.api.ParserState

Packages that use ParserState
net.sf.mmm.util.xml.api Provides the API of utilities that help to deal with XML. 
net.sf.mmm.util.xml.base Contains the base-implementation of the XML-Util API
 

Uses of ParserState in net.sf.mmm.util.xml.api
 

Methods in net.sf.mmm.util.xml.api that return ParserState
 ParserState XmlUtil.extractPlainText(String htmlFragment, StringBuilder buffer, ParserState parserState)
          This method extracts the plain text from the given htmlFragment and appends it to the given buffer.
 

Methods in net.sf.mmm.util.xml.api with parameters of type ParserState
 ParserState XmlUtil.extractPlainText(String htmlFragment, StringBuilder buffer, ParserState parserState)
          This method extracts the plain text from the given htmlFragment and appends it to the given buffer.
 

Constructors in net.sf.mmm.util.xml.api with parameters of type ParserState
ParserState(ParserState other)
          The constructor.
 

Uses of ParserState in net.sf.mmm.util.xml.base
 

Methods in net.sf.mmm.util.xml.base that return ParserState
 ParserState XmlUtilImpl.extractPlainText(String htmlFragment, StringBuilder buffer, ParserState parserState)
          This method extracts the plain text from the given htmlFragment and appends it to the given buffer.
 

Methods in net.sf.mmm.util.xml.base with parameters of type ParserState
 ParserState XmlUtilImpl.extractPlainText(String htmlFragment, StringBuilder buffer, ParserState parserState)
          This method extracts the plain text from the given htmlFragment and appends it to the given buffer.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.