Uses of Interface
net.sf.mmm.util.xml.api.DomUtil

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.
 



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