com.sap.portal.unification.hrnpparser
Interface IHRNPParser

All Superinterfaces:
com.sapportals.portal.prt.service.IService

public interface IHRNPParser
extends com.sapportals.portal.prt.service.IService


Field Summary
static java.lang.String KEY
          Key of the service.
 
Method Summary
 IHRNPNode parse(java.lang.String str)
          Parses the given String and returns HRNP Tree
 
Methods inherited from interface com.sapportals.portal.prt.service.IService
afterInit, configure, destroy, getContext, getKey, init, release
 

Field Detail

KEY

public static final java.lang.String KEY
Key of the service. Constracted from PAR_NAME.CLASS_NAME
Method Detail

parse

public IHRNPNode parse(java.lang.String str)
                throws HRNPException
Parses the given String and returns HRNP Tree
Parameters:
str -  
Returns:
HRNPNode that is a tree representation of str.
Throws:
HRNPException - with the message that describes the exception.