|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.topologi.diffx.event.impl.CharactersEventBase
com.topologi.diffx.event.impl.CharactersEvent
public final class CharactersEvent
An event corresponds to the "characters" SAX event.
This event can be used to represent the text content of entire element. Typically, this would happen when there is no need to examine the text content of the node.
| Constructor Summary | |
|---|---|
CharactersEvent(CharSequence seq)
Creates a new characters event. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Invokes the DiffXEvent.equals(DiffXEvent) method if the specified object if not
null and is an instance of DiffXEvent. |
int |
getWeight()
Returns the weight of this event. |
void |
setWeight(int weight)
Sets the weight of this event. |
String |
toString()
|
String |
toXML()
Returns a xml representation of the object of the implementing class. |
| Methods inherited from class com.topologi.diffx.event.impl.CharactersEventBase |
|---|
equals, getCharacters, hashCode, toXML, toXML |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.topologi.diffx.event.DiffXEvent |
|---|
getWeight, setWeight |
| Methods inherited from interface com.topologi.diffx.xml.XMLFormattable |
|---|
toXML |
| Constructor Detail |
|---|
public CharactersEvent(CharSequence seq)
throws NullPointerException
seq - The char sequence.
NullPointerException - If the given String is null.| Method Detail |
|---|
public String toString()
toString in class Objectpublic final boolean equals(Object o)
DiffXEvent.equals(DiffXEvent) method if the specified object if not
null and is an instance of DiffXEvent.
equals in class Objecto - The object to compare.
true if the specified object is equal;
false otherwise.public String toXML()
Returns a xml representation of the object of the implementing class.
Most implementation should use the following code to ensure consistent data with the
other toXML method:
return this.toXML(new StringBuffer()).toString();
toXML in interface XMLFormattablepublic int getWeight()
The default weight should be 1.
getWeight in interface DiffXEventpublic void setWeight(int weight)
This method is intended for use by algorithms, optimisers and loaders in order to adjust the importance of an event.
setWeight in interface DiffXEventweight - The weight of this event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||