COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.

Synopsis

Declared in <balxml_decoder.h>

class Decoder_UnknownElementContext
    : public Decoder_ElementContext

Description

Context for unknown elements. This context is used when an unknown element is found, and the user selected.

Base Classes

Name

Description

Decoder_ElementContext

COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT.

Member Functions

Name

Description

Decoder_UnknownElementContext [constructor]

Create a context that skips an unknown element.

addCharacters [virtual]

Process the specified character data while decoding.

beginParse

Invoked when the decoder begins parsing.

endElement [virtual]

Invoked when the decoder finishes parsing an element.

parseAttribute [virtual]

Invoked when the decoder encounters an attribute.

parseSubElement [virtual]

Invoked when the decoder encounters a sub‐element.

startElement [virtual]

Invoked when the decoder begins parsing an element.

Created with MrDocs