Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7540003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:31:50+00:00 2026-05-30T07:31:50+00:00

I had this working, made a change somewhere and now I can’t track down

  • 0

I had this working, made a change somewhere and now I can’t track down the error.

Here’s the situation… when _regionList creates, there are 13 regions in the xml file for the region I am using but the _regionlist/children/array has 18 objects. Using a different region (50 elements) it creates with 60 objects.

The remaining objects in the array have a null ID of course, which is the problem. Any thoughts on how additional objects are getting thrown in there?

Thanks

// Parse XML file

public void Parse(InputStream inStream, String inRegion) 
{
    try {
        String _region = inRegion;

        this.cFactory = DocumentBuilderFactory.newInstance();
        this.cBuilder = this.cFactory.newDocumentBuilder();
        this.cBuilder.isValidating();

        Document _document = this.cBuilder.parse(inStream, null);

        _document.getDocumentElement().normalize();

        NodeList _regionList = _document.getElementsByTagName(_region);
        final int _length = _regionList.getLength();

        for (int i = 0; i < _length; i++) {
            final NamedNodeMap _attr = _regionList.item(i).getAttributes();
            final String _regionName = GetNodeValue(_attr, "name");

            // Construct a Region object
            PropertiesRegion _regionObject = new PropertiesRegion(_regionName);

            // Add to list
            this.cList.add(_regionObject);

            Log.d(TAG, _regionObject.toString());
        }
    } 

    catch (SAXException e) 
    {
        e.printStackTrace();
    } 

    catch (IOException e) 
    {
        e.printStackTrace();
    } 

    catch (ParserConfigurationException e) 
    {
        e.printStackTrace();
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T07:31:52+00:00Added an answer on May 30, 2026 at 7:31 am

    Additional null indexes in an ArrayList (collection) are fine. The problem is in the TextView and wiring it to the ArrayList.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Had this working; at one stage. The problem is the following text is now
So, thought I had this working last night, couldve sworn it. Now it no
I had this working fine yesterday, made some changes and I have no idea
I had this working, and somewhere along the lines I messed something up. Since
I had this embedded map working just fine and now suddenly it just shows
Here's the deal, I had this app working since iPhone OS 3.0 came out,
I had this working in an old code that I didn’t end up using...
Strangely I had this working before but I reinstalled my system, upgraded to w7
I had this sqlcmd snippet working in batch but when I converted to powershell,
Has anyone else had this issue and found a working solution? I've enabled the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.