Lines Matching refs:processingInstruction
43 #include "ProcessingInstruction.h"
262 tokenizer->processingInstruction(target, data);
931 void XMLTokenizer::processingInstruction(const xmlChar* target, const xmlChar* data)
945 RefPtr<ProcessingInstruction> pi = m_doc->createProcessingInstruction(
1121 getTokenizer(closure)->processingInstruction(target, data);
1277 sax.processingInstruction = processingInstructionHandler;