org.posterita.core
Class AbstractParser
java.lang.Object
org.posterita.core.AbstractParser
public abstract class AbstractParser
- extends Object
- Author:
- vikram
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
START_TAG
protected static final String START_TAG
- See Also:
- Constant Field Values
END_TAG
protected static final String END_TAG
- See Also:
- Constant Field Values
START_COMMENT
protected static final String START_COMMENT
- See Also:
- Constant Field Values
END_COMMENT
protected static final String END_COMMENT
- See Also:
- Constant Field Values
AbstractParser
public AbstractParser()
removeTag
protected String removeTag(String strData,
String startTagData,
String endTagData)
throws OperationException
- Throws:
OperationException
removeTags
protected String removeTags(String str)
throws OperationException
- Throws:
OperationException
removeComments
protected String removeComments(String str)
throws OperationException
- Throws:
OperationException
AdemPiere