protected static enum Xhtml5BaseSink.VerbatimMode extends Enum<Xhtml5BaseSink.VerbatimMode>
Enum Constant and Description |
---|
OFF
not in verbatim mode
|
ON
Inside {@code
|
ON_WITH_CODE
Inside {@code
|
Modifier and Type | Method and Description |
---|---|
static Xhtml5BaseSink.VerbatimMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Xhtml5BaseSink.VerbatimMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Xhtml5BaseSink.VerbatimMode OFF
public static final Xhtml5BaseSink.VerbatimMode ON
<pre>
public static final Xhtml5BaseSink.VerbatimMode ON_WITH_CODE
<pre><code>
public static Xhtml5BaseSink.VerbatimMode[] values()
for (Xhtml5BaseSink.VerbatimMode c : Xhtml5BaseSink.VerbatimMode.values()) System.out.println(c);
public static Xhtml5BaseSink.VerbatimMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2024 The Apache Software Foundation. All rights reserved.