Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JAXP in java

  Asked By: Sunil    Date: Jun 30    Category: Java    Views: 496
  

In Parsing XML, what is the meaning of CDATA_SECTION_NODE in the Node interface
of the package org.w3c.dom ??? What does CDATA mean?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Dustin Dean     Answered On: Jun 30

CDATA stands for Character DATA. It basically signals
to the JAXP or any other XML processor that the data
inside the CDATA tags is to be read as one large text
string - and that none of the content is to be
'parsed'.

 
Didn't find what you were looking for? Find more on JAXP in java Or get search suggestion and latest updates.




Tagged: