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

  • Home
  • SEARCH
  • 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 7840055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T15:38:49+00:00 2026-06-02T15:38:49+00:00

I have an Xml like this: <root> <item> <content type=HTML> <![CDATA[<html> <head></head> <body>something goes

  • 0

I have an Xml like this:

  <root>
    <item>
    <content type="HTML">
       <![CDATA[<html>
        <head></head>
        <body>something goes there</body>
       </html>]]>
    </content>         
   </item>
   <item>
    <content type="Text">
      Something goes there
    </content>         
   </item>
  </root>

With content is text type, I can get with node.getTextContent().
The problem is I want to get all the Html content from Xml tree. So the result I want to get is the string:

  "<html><head></head><body>some thing goes there</body></html>"

How can I do that with Document (DOM) in Android?
Note: Because I have to edit some xml content, so I can’t use SAX.

  • 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-06-02T15:38:50+00:00Added an answer on June 2, 2026 at 3:38 pm

    See DOM parser Example:

    http://androiddevelopement.blogspot.in/2011/06/android-xml-parsing-tutorial-using.html

    A xml may have different type of nodes, see possible Node Types:
    http://www.w3schools.com/dom/dom_nodetype.asp

    You have various methods in android to parse Xml through DOM parser, methods useful are following:

    getElementsByTagName - Return Array of Nodes by Tag Name specified.
    getChildNodes - retervies the list of childs of Node
    getAttributes()- retrieves attributes of a Node
    getFirstChild- returns first child node of Node Object
    getNodeName, getNodeType, getNodeValue- returns corresponding values from Node
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have got an XML document which looks something like this. <Root> <Info>....</Info> <Info>....</Info>
I have an XML structure that looks like this: <root> <index> <item>item 1</item> <item>item
say I have XML like this: <root> <x:Item>test</x:Item> </root> How would I navigate to
All, I have an XML document that looks something like this: <root> <profile> <childA>
I have an xml file like this: <root> <item> <name>one</name> <status>good</status> </item> <item> <name>two</name>
Grettings! I have some XML that looks like this: <Root> <SectionA> <Item id=111> <Options>
Let's say I have xml structure like this <root> <element>some content</element> <element>some content 2</element>
Hi I have an xml document like this <root> <cert id=1> </cert> <cert id=2>
I have a RelativeLayout with one child as <include another.xml> like this root.xml :
I have xml like this: <configurationData> <path name='b'> <path name='a'> <setting name='s1'> ![CDATA[XXXX]] </setting>

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.