|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.commerce.ebusiness.price.engine.RuleParser
@Deprecated public class RuleParser
This class is not intended to be used concurrently.
| Field Summary | |
|---|---|
static String |
cName
Deprecated |
| Constructor Summary | |
|---|---|
RuleParser(QualificationDiscountDef def)
Deprecated |
|
| Method Summary | |
|---|---|
void |
characters(char[] chars,
int start,
int length)
Deprecated |
void |
endDocument()
Deprecated |
void |
endElement(String namespaceURI,
String localName,
String qName)
Deprecated |
void |
endPrefixMapping(String prefix)
Deprecated |
void |
error(SAXParseException e)
Deprecated |
void |
fatalError(SAXParseException e)
Deprecated |
DiscountModifier |
getModifier()
Deprecated |
SelectionRule |
getSelectionRule()
Deprecated |
void |
ignorableWhitespace(char[] chars,
int start,
int length)
Deprecated |
void |
init()
Deprecated |
void |
processingInstruction(String target,
String data)
Deprecated |
boolean |
run()
Deprecated |
void |
setDocumentLocator(Locator locator)
Deprecated |
void |
skippedEntity(String name)
Deprecated |
void |
startDocument()
Deprecated |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes attributes)
Deprecated |
void |
startPrefixMapping(String prefix,
String uri)
Deprecated |
void |
warning(SAXParseException e)
Deprecated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String cName
| Constructor Detail |
|---|
public RuleParser(QualificationDiscountDef def)
| Method Detail |
|---|
public void init()
public boolean run()
throws RuleParsingException
RuleParsingException
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes attributes)
throws SAXException
startElement in interface ContentHandlerSAXException
public void characters(char[] chars,
int start,
int length)
throws SAXException
characters in interface ContentHandlerSAXException
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
endElement in interface ContentHandlerSAXException
public void ignorableWhitespace(char[] chars,
int start,
int length)
throws SAXException
ignorableWhitespace in interface ContentHandlerSAXException
public void processingInstruction(String target,
String data)
throws SAXException
processingInstruction in interface ContentHandlerSAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandler
public void skippedEntity(String name)
throws SAXException
skippedEntity in interface ContentHandlerSAXException
public void startDocument()
throws SAXException
startDocument in interface ContentHandlerSAXException
public void endDocument()
throws SAXException
endDocument in interface ContentHandlerSAXException
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
startPrefixMapping in interface ContentHandlerSAXException
public void endPrefixMapping(String prefix)
throws SAXException
endPrefixMapping in interface ContentHandlerSAXException
public void error(SAXParseException e)
throws SAXException
error in interface ErrorHandlerSAXException
public void fatalError(SAXParseException e)
throws SAXException
fatalError in interface ErrorHandlerSAXException
public void warning(SAXParseException e)
throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic SelectionRule getSelectionRule()
public DiscountModifier getModifier()
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||