Uses of Class
org.apache.maven.doxia.sink.SinkEventAttributeSet

Packages that use SinkEventAttributeSet
org.apache.maven.doxia.parser   
org.apache.maven.doxia.sink Maven Doxia API. 
 

Uses of SinkEventAttributeSet in org.apache.maven.doxia.parser
 

Methods in org.apache.maven.doxia.parser that return SinkEventAttributeSet
protected  SinkEventAttributeSet AbstractXmlParser.getAttributesFromParser(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
          Converts the attributes of the current start tag of the given parser to a SinkEventAttributeSet.
 

Uses of SinkEventAttributeSet in org.apache.maven.doxia.sink
 

Methods in org.apache.maven.doxia.sink that return SinkEventAttributeSet
 SinkEventAttributeSet SinkEventAttributeSet.unmodifiable()
          Replace this AttributeSet by an unmodifiable view of itself.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.