|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
endElement(IElementImpl anElement,
ILocation aLocation,
IConstraintViolations aViolations)
Creates the data object of the element. |
void |
initialize()
Initializes the value builder. |
void |
signalText(IImplContainer aContainer,
java.lang.String aText,
ILocation aLocation,
IConstraintViolations aViolations)
Signals textual content. |
void |
startElement(IElementImpl anElement,
IConstraintViolations aViolations)
Starts an element. |
Method Detail |
public void initialize()
public void startElement(IElementImpl anElement, IConstraintViolations aViolations) throws XmlException
anElement
- (required).aViolations
- (required).
XmlException
- Raised if the element could not be started. The value
builder must not be called until the element has ended. (The corresponding
endElement call must also not be done.)public void endElement(IElementImpl anElement, ILocation aLocation, IConstraintViolations aViolations) throws XmlException
anElement
- (required).aLocation
- (required). The location where the element ended.aViolations
- (required).
XmlException
- Raised if the data object could not be created.public void signalText(IImplContainer aContainer, java.lang.String aText, ILocation aLocation, IConstraintViolations aViolations)
aContainer
- (required).aText
- (required).aLocation
- (required). The location where the text started.aViolations
- (required).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |