Searched defs:processingInstruction (Results 1 – 5 of 5) sorted by relevance
122 public void processingInstruction(String text) throws IOException { in processingInstruction() method in XmlSerializerWrapper
235 public void processingInstruction(String target, String data) in processingInstruction() method in DefaultDataHandler
350 public void processingInstruction(String text) throws IOException { in processingInstruction() method in BinaryXmlSerializer
314 public void processingInstruction(String text) throws IOException, IllegalArgumentException, in processingInstruction() method in FastXmlSerializer
1302 public void processingInstruction(String target, String data) throws SAXException { in processingInstruction() method in HtmlToSpannedConverter