|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DomUtil | |
|---|---|
| net.sf.mmm.util.filter.base | Contains public implementations of the filtering-API. |
| net.sf.mmm.util.transformer.base | Provides the base-implementation of transformer-util API. |
| net.sf.mmm.util.xml.base | Contains the base-implementation of the XML-Util API. |
| Uses of DomUtil in net.sf.mmm.util.filter.base |
|---|
| Fields in net.sf.mmm.util.filter.base declared as DomUtil | |
|---|---|
private DomUtil |
FilterRuleChainXmlParser.domUtil
|
| Constructors in net.sf.mmm.util.filter.base with parameters of type DomUtil | |
|---|---|
FilterRuleChainXmlParser(DomUtil domUtil)
The constructor. |
|
| Uses of DomUtil in net.sf.mmm.util.transformer.base |
|---|
| Fields in net.sf.mmm.util.transformer.base declared as DomUtil | |
|---|---|
private DomUtil |
StringTransformerChainXmlParser.domUtil
Deprecated. |
| Constructors in net.sf.mmm.util.transformer.base with parameters of type DomUtil | |
|---|---|
StringTransformerChainXmlParser(DomUtil domUtil)
Deprecated. The constructor. |
|
StringTransformerChainXmlParser(DomUtil domUtil,
PatternCompiler patternCompiler)
Deprecated. The constructor. |
|
| Uses of DomUtil in net.sf.mmm.util.xml.base |
|---|
| Classes in net.sf.mmm.util.xml.base that implement DomUtil | |
|---|---|
class |
DomUtilImpl
This utility class contains methods that help to deal with the DOM API. |
| Fields in net.sf.mmm.util.xml.base declared as DomUtil | |
|---|---|
private static DomUtil |
DomUtilImpl.instance
|
| Methods in net.sf.mmm.util.xml.base that return DomUtil | |
|---|---|
static DomUtil |
DomUtilImpl.getInstance()
This method gets the singleton instance of this DomUtilImpl. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||