|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHTMLElement
Represents a HTML tag for an event.
This class represents a HTML tag for element events during parsing. The element has the following properties:
Copyright (c) SAP AG 2001-2003
| Method Summary | |
|---|---|
int |
copyTo(char[] ch,
int offset)
Copy all characters of this element into the given buffer. |
String |
getName()
Returns the element name. |
int |
getNameLength()
Returns the length of the element name. |
boolean |
hasName(String name)
Check if element has specified name. |
int |
length()
Return the number of characters this element has. |
int |
writeTo(Writer writer)
Copy the characters of this element onto the given Writer. |
| Method Detail |
|---|
String getName()
hasName(String) for a cheaper method to
compare names, if that is all you're interested in.
int getNameLength()
boolean hasName(String name)
name - to check against
int copyTo(char[] ch,
int offset)
length() chars.
ch - buffer to copy tooffset - where in the buffer to start
int length()
int writeTo(Writer writer)
throws IOException
writer - to write characters to
IOException - on failure from writer| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||