Searched defs:syntax_error (Results 1 - 3 of 3) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dxmllib.py194 self.syntax_error("bogus `&'")
206 self.syntax_error("`;' missing after char reference")
213 self.syntax_error("bogus `&'")
217 self.syntax_error("reference to unknown entity `&%s;'" % str)
220 self.syntax_error("bogus `&'")
263 self.syntax_error('illegal data at start of file')
266 self.syntax_error('data not in content')
268 self.syntax_error('illegal character in content')
314 self.syntax_error("<?xml?> declaration not at start of document")
341 self.syntax_error('multipl
794 def syntax_error(self, message): member in class:XMLParser
845 def syntax_error(self, message): member in class:TestXMLParser
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dxmllib.py194 self.syntax_error("bogus `&'")
206 self.syntax_error("`;' missing after char reference")
213 self.syntax_error("bogus `&'")
217 self.syntax_error("reference to unknown entity `&%s;'" % str)
220 self.syntax_error("bogus `&'")
263 self.syntax_error('illegal data at start of file')
266 self.syntax_error('data not in content')
268 self.syntax_error('illegal character in content')
314 self.syntax_error("<?xml?> declaration not at start of document")
341 self.syntax_error('multipl
794 def syntax_error(self, message): member in class:XMLParser
845 def syntax_error(self, message): member in class:TestXMLParser
[all...]
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
H A Dxalan-2.6.0.jar ... public abstract int start_production () public abstract int start_state () public void syntax_error (java_cup.runtime.Symbol) protected boolean try_parse_ahead (boolean) throws ...

Completed in 39 milliseconds