search for: doc_type_decl

Displaying 1 result from an estimated 1 matches for "doc_type_decl".

2008 Jan 19
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/image test/swfdec_test.c test/swfdec_test_image.c test/trace
...SwfdecXml *xml = SWFDEC_XML (object); - if (xml->xmlDecl != NULL) - swfdec_as_string_mark (xml->xmlDecl); - if (xml->docTypeDecl != NULL) - swfdec_as_string_mark (xml->docTypeDecl); + if (xml->xml_decl != NULL) + swfdec_as_string_mark (xml->xml_decl); + if (xml->doc_type_decl != NULL) + swfdec_as_string_mark (xml->doc_type_decl); SWFDEC_AS_OBJECT_CLASS (swfdec_xml_parent_class)->mark (object); } @@ -186,7 +186,7 @@ swfdec_xml_get_ignoreWhite (SwfdecAsContext *cx, SwfdecAsObject *object, if (!SWFDEC_IS_XML (object)) return; - SWFDEC_AS_VALUE_SET...