|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IICEElementHandler
The IICEElementHandler is a simplified SAX ContentHandler that only receives SAX element events. ICEInput redirects all SAX element events to an ICEElement (like ICEPackge) which implements this interface.
Copyright 2004 SAP AG
ICEInput| Method Summary | |
|---|---|
boolean |
endElement(String name)
Receive notification of the end of an element. |
IICECharacterHandler |
startElement(String name,
Attributes attributes,
PreparsedXML input)
Receive notification of the beginning of an element. |
| Method Detail |
|---|
IICECharacterHandler startElement(String name,
Attributes attributes,
PreparsedXML input)
throws SAXException
name - The local name of the XML element (we don't need namespaces at this point)input - The preparsed XML stream to get the element contentattributes - @todo: Description of the incoming method parameter
SAXException - on error (might wrap another exception)
boolean endElement(String name)
throws SAXException
name - The local name of the XML element (we don't need namespaces at this point)
SAXException - on error (might wrap another exception)| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||