Package | Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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 . |
Constructor and Description |
---|
ParserState(ParserState other)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
ParserState |
XmlUtilImpl.extractPlainText(String htmlFragment,
StringBuilder buffer,
ParserState parserState) |
Modifier and Type | Method and Description |
---|---|
ParserState |
XmlUtilImpl.extractPlainText(String htmlFragment,
StringBuilder buffer,
ParserState parserState) |
Copyright © 2001–2016 mmm-Team. All rights reserved.