Uses of Class
org.compass.core.xml.jdom.converter.support.StAXTextModifier

Packages that use StAXTextModifier
org.compass.core.xml.jdom.converter.support   
 

Uses of StAXTextModifier in org.compass.core.xml.jdom.converter.support
 

Subclasses of StAXTextModifier in org.compass.core.xml.jdom.converter.support
static class StAXBuilder.IndentRemover
           
 

Fields in org.compass.core.xml.jdom.converter.support declared as StAXTextModifier
protected  StAXTextModifier StAXBuilder.textModifier
          Object that will be used when trying to remove indentation white space: if so, the object is consulted to figure out what consistutes indentation white space, as well as about context in which such white space is to be removed.
 

Methods in org.compass.core.xml.jdom.converter.support with parameters of type StAXTextModifier
protected  void StAXBuilder.buildTree(org.jdom.JDOMFactory f, javax.xml.stream.XMLStreamReader r, org.jdom.Document doc, StAXTextModifier tmod)
          This takes a XMLStreamReader and builds up a JDOM tree.
 void StAXBuilder.setTextModifier(StAXTextModifier mod)
           
 



Copyright (c) 2004-2008 The Compass Project.