com.bea.commerce.ebusiness.price.engine
Class RuleParser

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.engine.RuleParser
All Implemented Interfaces
ContentHandler, ErrorHandler

Deprecated See BEA Commerce product offering

@Deprecated
public class RuleParser
extends Object
implements ContentHandler, ErrorHandler

This class is not intended to be used concurrently.


Field Summary
static String cName
          Deprecated See BEA Commerce product offering
 
Constructor Summary
RuleParser(QualificationDiscountDef def)
          Deprecated See BEA Commerce product offering
 
Method Summary
 void characters(char[] chars, int start, int length)
          Deprecated See BEA Commerce product offering
 void endDocument()
          Deprecated See BEA Commerce product offering
 void endElement(String namespaceURI, String localName, String qName)
          Deprecated See BEA Commerce product offering
 void endPrefixMapping(String prefix)
          Deprecated See BEA Commerce product offering
 void error(SAXParseException e)
          Deprecated See BEA Commerce product offering
 void fatalError(SAXParseException e)
          Deprecated See BEA Commerce product offering
 DiscountModifier getModifier()
          Deprecated See BEA Commerce product offering
 SelectionRule getSelectionRule()
          Deprecated See BEA Commerce product offering
 void ignorableWhitespace(char[] chars, int start, int length)
          Deprecated See BEA Commerce product offering
 void init()
          Deprecated See BEA Commerce product offering
 void processingInstruction(String target, String data)
          Deprecated See BEA Commerce product offering
 boolean run()
          Deprecated See BEA Commerce product offering
 void setDocumentLocator(Locator locator)
          Deprecated See BEA Commerce product offering
 void skippedEntity(String name)
          Deprecated See BEA Commerce product offering
 void startDocument()
          Deprecated See BEA Commerce product offering
 void startElement(String namespaceURI, String localName, String qName, Attributes attributes)
          Deprecated See BEA Commerce product offering
 void startPrefixMapping(String prefix, String uri)
          Deprecated See BEA Commerce product offering
 void warning(SAXParseException e)
          Deprecated See BEA Commerce product offering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cName

public static final String cName
Deprecated See BEA Commerce product offering
See Also
Constants Summary
Constructor Detail

RuleParser

public RuleParser(QualificationDiscountDef def)
Deprecated See BEA Commerce product offering

Method Detail

init

public void init()
Deprecated See BEA Commerce product offering


run

public boolean run()
            throws RuleParsingException
Deprecated See BEA Commerce product offering

Throws
RuleParsingException

startElement

public void startElement(String namespaceURI,
                         String localName,
                         String qName,
                         Attributes attributes)
                  throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
startElement in interface ContentHandler
Throws
SAXException

characters

public void characters(char[] chars,
                       int start,
                       int length)
                throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
characters in interface ContentHandler
Throws
SAXException

endElement

public void endElement(String namespaceURI,
                       String localName,
                       String qName)
                throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
endElement in interface ContentHandler
Throws
SAXException

ignorableWhitespace

public void ignorableWhitespace(char[] chars,
                                int start,
                                int length)
                         throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
ignorableWhitespace in interface ContentHandler
Throws
SAXException

processingInstruction

public void processingInstruction(String target,
                                  String data)
                           throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
processingInstruction in interface ContentHandler
Throws
SAXException

setDocumentLocator

public void setDocumentLocator(Locator locator)
Deprecated See BEA Commerce product offering

Specified by:
setDocumentLocator in interface ContentHandler

skippedEntity

public void skippedEntity(String name)
                   throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
skippedEntity in interface ContentHandler
Throws
SAXException

startDocument

public void startDocument()
                   throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
startDocument in interface ContentHandler
Throws
SAXException

endDocument

public void endDocument()
                 throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
endDocument in interface ContentHandler
Throws
SAXException

startPrefixMapping

public void startPrefixMapping(String prefix,
                               String uri)
                        throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
startPrefixMapping in interface ContentHandler
Throws
SAXException

endPrefixMapping

public void endPrefixMapping(String prefix)
                      throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
endPrefixMapping in interface ContentHandler
Throws
SAXException

error

public void error(SAXParseException e)
           throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
error in interface ErrorHandler
Throws
SAXException

fatalError

public void fatalError(SAXParseException e)
                throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
fatalError in interface ErrorHandler
Throws
SAXException

warning

public void warning(SAXParseException e)
             throws SAXException
Deprecated See BEA Commerce product offering

Specified by:
warning in interface ErrorHandler
Throws
SAXException

getSelectionRule

public SelectionRule getSelectionRule()
Deprecated See BEA Commerce product offering


getModifier

public DiscountModifier getModifier()
Deprecated See BEA Commerce product offering



Copyright © 2008 BEA Systems, Inc. All Rights Reserved