Searched defs:pcdata (Results 1 – 4 of 4) sorted by relevance
82 public void pcdata(char[] buff, int offset, int length) throws SAXException; in pcdata() method
88 public void pcdata(char[] buff, int offset, int length) throws SAXException { in pcdata() method in PYXWriter
980 public void pcdata(char[] buff, int offset, int length) throws SAXException { in pcdata() method in Parser
150 for (auto const& pcdata: _x.cdata()) in visit() local