static

in doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/SinkEventAttributeSet.java [535:565]


        static {
            EMPHASIS = new SinkEventAttributeSet(SEMANTICS, "emphasis").unmodifiable();
            STRONG = new SinkEventAttributeSet(SEMANTICS, "strong").unmodifiable();
            SMALL = new SinkEventAttributeSet(SEMANTICS, "small").unmodifiable();
            LINE_THROUGH = new SinkEventAttributeSet(SEMANTICS, "line-through").unmodifiable();
            CITATION = new SinkEventAttributeSet(SEMANTICS, "citation").unmodifiable();
            QUOTE = new SinkEventAttributeSet(SEMANTICS, "quote").unmodifiable();
            DEFINITION = new SinkEventAttributeSet(SEMANTICS, "definition").unmodifiable();
            ABBREVIATION = new SinkEventAttributeSet(SEMANTICS, "abbreviation").unmodifiable();
            ITALIC = new SinkEventAttributeSet(SEMANTICS, "italic").unmodifiable();
            BOLD = new SinkEventAttributeSet(SEMANTICS, "bold").unmodifiable();
            MONOSPACED = new SinkEventAttributeSet(SEMANTICS, "monospaced").unmodifiable();
            CODE = new SinkEventAttributeSet(SEMANTICS, "code").unmodifiable();
            VARIABLE = new SinkEventAttributeSet(SEMANTICS, "variable").unmodifiable();
            SAMPLE = new SinkEventAttributeSet(SEMANTICS, "sample").unmodifiable();
            KEYBOARD = new SinkEventAttributeSet(SEMANTICS, "keyboard").unmodifiable();
            SUPERSCRIPT = new SinkEventAttributeSet(SEMANTICS, "superscript").unmodifiable();
            SUBSCRIPT = new SinkEventAttributeSet(SEMANTICS, "subscript").unmodifiable();
            ANNOTATION = new SinkEventAttributeSet(SEMANTICS, "annotation").unmodifiable();
            HIGHLIGHT = new SinkEventAttributeSet(SEMANTICS, "highlight").unmodifiable();
            RUBY = new SinkEventAttributeSet(SEMANTICS, "ruby").unmodifiable();
            RUBY_BASE = new SinkEventAttributeSet(SEMANTICS, "rubyBase").unmodifiable();
            RUBY_TEXT = new SinkEventAttributeSet(SEMANTICS, "rubyText").unmodifiable();
            RUBY_TEXT_CONTAINER = new SinkEventAttributeSet(SEMANTICS, "rubyTextContainer").unmodifiable();
            RUBY_PARANTHESES = new SinkEventAttributeSet(SEMANTICS, "rubyParentheses").unmodifiable();
            BIDIRECTIONAL_ISOLATION = new SinkEventAttributeSet(SEMANTICS, "bidirectionalIsolation").unmodifiable();
            BIDIRECTIONAL_OVERRIDE = new SinkEventAttributeSet(SEMANTICS, "bidirectionalOverride").unmodifiable();
            PHRASE = new SinkEventAttributeSet(SEMANTICS, "phrase").unmodifiable();
            INSERT = new SinkEventAttributeSet(SEMANTICS, "insert").unmodifiable();
            DELETE = new SinkEventAttributeSet(SEMANTICS, "delete").unmodifiable();
        }