Uses of Class
org.apache.maven.doxia.sink.impl.SinkEventAttributeSet
-
Packages that use SinkEventAttributeSet Package Description org.apache.maven.doxia.parser org.apache.maven.doxia.sink.impl -
-
Uses of SinkEventAttributeSet in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser that return SinkEventAttributeSet Modifier and Type Method Description 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.Methods in org.apache.maven.doxia.parser with parameters of type SinkEventAttributeSet Modifier and Type Method Description protected boolean
Xhtml5BaseParser. baseEndTag(java.lang.String elementName, SinkEventAttributeSet attribs, org.apache.maven.doxia.sink.Sink sink)
protected boolean
Xhtml5BaseParser. baseStartTag(java.lang.String elementName, SinkEventAttributeSet attribs, org.apache.maven.doxia.sink.Sink sink)
protected void
Xhtml5BaseParser. consecutiveSections(int newLevel, org.apache.maven.doxia.sink.Sink sink, SinkEventAttributeSet attribs)
Deprecated.protected void
AbstractXmlParser. handleUnknown(java.lang.String elementName, SinkEventAttributeSet attribs, org.apache.maven.doxia.sink.Sink sink, int type)
-
Uses of SinkEventAttributeSet in org.apache.maven.doxia.sink.impl
Methods in org.apache.maven.doxia.sink.impl that return SinkEventAttributeSet Modifier and Type Method Description SinkEventAttributeSet
SinkEventAttributeSet. unmodifiable()
Replace this AttributeSet by an unmodifiable view of itself.
-