Uses of Class
org.apache.maven.doxia.sink.impl.SinkEventAttributeSet
Packages that use SinkEventAttributeSet
-
Uses of SinkEventAttributeSet in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser that return SinkEventAttributeSetModifier and TypeMethodDescriptionprotected SinkEventAttributeSetAbstractXmlParser.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 SinkEventAttributeSetModifier and TypeMethodDescriptionprotected booleanXhtml5BaseParser.baseEndTag(String elementName, SinkEventAttributeSet attribs, org.apache.maven.doxia.sink.Sink sink) protected booleanXhtml5BaseParser.baseStartTag(String elementName, SinkEventAttributeSet attribs, org.apache.maven.doxia.sink.Sink sink) protected voidXhtml5BaseParser.consecutiveSections(int newLevel, org.apache.maven.doxia.sink.Sink sink, SinkEventAttributeSet attribs) Deprecated.protected voidAbstractXmlParser.handleUnknown(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 SinkEventAttributeSetModifier and TypeMethodDescriptionSinkEventAttributeSet.unmodifiable()Replace this AttributeSet by an unmodifiable view of itself.
Xhtml5BaseParser.emitHeadingSections(int, Sink, boolean)instead.