|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextType | |
|---|---|
| org.milyn.delivery.sax | SAX based Content Delivery. |
| Uses of TextType in org.milyn.delivery.sax |
|---|
| Methods in org.milyn.delivery.sax that return TextType | |
|---|---|
TextType |
SAXText.getType()
Get the text type (comment, cdata etc). |
static TextType |
TextType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TextType[] |
TextType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.milyn.delivery.sax with parameters of type TextType | |
|---|---|
protected void |
SAXText.setText(char[] characters,
int offset,
int length,
TextType type)
|
static void |
WriterUtil.writeText(String text,
TextType textType,
Writer writer)
|
| Constructors in org.milyn.delivery.sax with parameters of type TextType | |
|---|---|
SAXText(char[] characters,
int offset,
int length,
TextType type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||