public class Conversor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SUBTAGCHAR |
| Constructor and Description |
|---|
Conversor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertArrobaFormat(String containment) |
static String |
convertTaggedFormat(String containment) |
static String |
convertTagToArroba(String containment) |
static String |
getTagAt(int pos,
String text) |
static int |
getTagEnd(int pos,
String text) |
static int |
getTagStart(int pos,
String text) |
static void |
main(String[] args) |
static String |
replace(String orig,
String pattern,
String nstring) |
static String |
replaceInvalidChar(String text) |
static String |
replaceInvalidCharsForID(String text) |
static String |
restoreInvalidChar(String text) |
public static final String SUBTAGCHAR
public static String convertTaggedFormat(String containment) throws NotWellFormed
NotWellFormedpublic static String convertArrobaFormat(String containment) throws NotWellFormed
NotWellFormedpublic static String getTagAt(int pos, String text) throws NotWellFormed
NotWellFormedpublic static int getTagStart(int pos,
String text)
public static int getTagEnd(int pos,
String text)
Copyright © 2012. All Rights Reserved.