COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.
Declared in <balxml_decoder.h>
class Decoder_UnknownElementContext
: public Decoder_ElementContext
Context for unknown elements. This context is used when an unknown element is found, and the user selected.
| Name | Description |
|---|---|
Decoder_ElementContext | COMPONENT-PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. |
| Name | Description |
|---|---|
Decoder_UnknownElementContext [constructor] | Create a context that skips unknown XML elements. |
addCharacters [virtual] | Process the specified character data while decoding. Return 0 on success, and a non-zero value otherwise. |
beginParse | Invoked when the decoder begins parsing. Return 0 on success, and a non-zero value otherwise. |
endElement [virtual] | Invoked when the decoder finishes parsing an element. Return 0 on success, and a non-zero value otherwise. |
parseAttribute [virtual] | Invoked when the decoder encounters an attribute. Return 0 on success, and a non-zero value otherwise. |
parseSubElement [virtual] | Invoked when the decoder encounters a sub-element. Return 0 on success, and a non-zero value otherwise. |
startElement [virtual] | Invoked when the decoder begins parsing an unknown element. Return 0 on success, and a non-zero value otherwise. |