public interface IHTMLElement
This class represents a HTML tag for element events during parsing. The element has the following properties:
Copyright (c) SAP AG 2001-2003
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 againstint copyTo(char[] ch,
int offset)
length() chars.ch - buffer to copy tooffset - where in the buffer to startint length()
int writeTo(Writer writer) throws IOException
writer - to write characters toIOException - 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
|
Copyright 2021 SAP SE Complete Copyright Notice