Good time.
I have problem with SAXParserFactory.newInstance();.
I have error look like : "SAXParserFactory.newInstance cannot be resolved 
to a type"
Ccode:

> try{
>
>     URL website=new URL (fullUrl);
>
>     SAXParserFactory spf=new SAXParserFactory.newInstance();   -only  in 
>> this line i have error
>
>     SAXParser sp=spf.newSAXParser();
>
>     XMLReader xr=sp.getXMLReader();
>
> } 

Part of Import code:

> import javax.xml.parsers.SAXParser;
>
> import javax.xml.parsers.SAXParserFactory;
>
>  How i can resolve this problem?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to