Home
last modified time | relevance | path

Searched refs:thePITarget (Results 1 – 1 of 1) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java472 thePITarget = null; in setup()
523 private String thePITarget = null; field in Parser
1001 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()