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