[webkit-help] Need help in understanding how HTMLDocument::createElement() get called?

2010-01-30 Thread hap 497
Hi, Can you please tell me how the method HTMLDocument::createElement() get called? .h file declares private method and when I search it in HTMLDocument.cpp , i don't see anywhere this method is being called. Thank you for any help. ___ webkit-help mai

Re: [webkit-help] How does files in DerivedSources get generated

2010-01-30 Thread Ariya Hidayat
> Can you please tell me how does files in DerivedSources get generated? > I have search for > find . -name HTMLElementFactory*.* > ./DerivedSources/HTMLElementFactory.h > ./DerivedSources/HTMLElementFactory.cpp > But I can only find the generated file.  So can you please tell me how can > those be

[webkit-help] How does files in DerivedSources get generated

2010-01-30 Thread John Terry
Hi, Can you please tell me how does files in DerivedSources get generated? I have search for find . -name HTMLElementFactory*.* ./DerivedSources/HTMLElementFactory.h ./DerivedSources/HTMLElementFactory.cpp But I can only find the generated file. So can you please tell me how can those be generat

Re: [webkit-help] How can I create a QualifiedName and AtomicString object from a String literal

2010-01-30 Thread Julien Chaffraix
Hi, > Can you please tell me how can i create a  QualifiedName object and a > AtomicString object from a String literal ("value")? A QualifiedName is created from 3 AtomicString's: a namespace, a prefix and a local name. See the XML specification for the explanation of those 3 strings (http://www