Searched refs:thePITarget (Results 1 – 1 of 1) sorted by relevance
472 thePITarget = null; in setup()523 private String thePITarget = null; field in Parser1001 thePITarget = makeName(buff, offset, length).replace(':', '_'); in pitarget()1005 if (theNewElement != null || thePITarget == null) return; in pi()1006 if ("xml".equalsIgnoreCase(thePITarget)) return; in pi()1009 theContentHandler.processingInstruction(thePITarget, in pi()1011 thePITarget = null; in pi()