Adempiere 3.4.0s

org.posterita.core
Class AbstractParser

java.lang.Object
  extended by 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

Field Summary
protected static String END_COMMENT
           
protected static String END_TAG
           
protected static String START_COMMENT
           
protected static String START_TAG
           
 
Constructor Summary
AbstractParser()
           
 
Method Summary
protected  String removeComments(String str)
           
protected  String removeTag(String strData, String startTagData, String endTagData)
           
protected  String removeTags(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AbstractParser

public AbstractParser()
Method Detail

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 3.4.0s

AdemPiere