Package | Description |
---|---|
org.x4o.xml.io.sax.ext |
Modifier and Type | Method and Description |
---|---|
static ContentWriterHtml.Tag |
ContentWriterHtml.Tag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentWriterHtml.Tag[] |
ContentWriterHtml.Tag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentWriterHtml.printTagCharacters(ContentWriterHtml.Tag tag,
String text,
String tagClass) |
void |
ContentWriterHtml.printTagCharacters(ContentWriterHtml.Tag tag,
String text,
String tagClass,
String tagId) |
void |
ContentWriterHtml.printTagStart(ContentWriterHtml.Tag tag,
Enum<?> tagClassEnum) |
void |
ContentWriterHtml.printTagStart(ContentWriterHtml.Tag tag,
Enum<?> tagClassEnum,
String tagId) |
void |
ContentWriterHtml.printTagStart(ContentWriterHtml.Tag tag,
Enum<?> tagClassEnum,
String tagId,
String typeId) |
void |
ContentWriterHtml.printTagStart(ContentWriterHtml.Tag tag,
String tagClass) |
void |
ContentWriterHtml.printTagStart(ContentWriterHtml.Tag tag,
String tagClass,
String tagId,
String typeId) |
Copyright © 2004-2013 X4O. All Rights Reserved.