@@ -39,11 +39,11 @@ typedef void (*state_function_t)(id, SEL); static SEL selectors[OF_XMLPARSER_NUM_STATES]; static state_function_t lookupTable[OF_XMLPARSER_NUM_STATES]; -@interface OFXMLParser () +@interface OFXMLParser () - (void)of_inByteOrderMarkState; - (void)of_outsideTagState; - (void)of_tagOpenedState; - (void)of_inProcessingInstructionsState; - (void)of_inTagNameState;