You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/12/06 09:33:00 UTC

svn commit: r354360 - /webservices/axis2/trunk/c/bindings/php/axis2/xml_writer.c

Author: samisa
Date: Tue Dec  6 00:32:38 2005
New Revision: 354360

URL: http://svn.apache.org/viewcvs?rev=354360&view=rev
Log:
unimplemented functions removed 

Modified:
    webservices/axis2/trunk/c/bindings/php/axis2/xml_writer.c

Modified: webservices/axis2/trunk/c/bindings/php/axis2/xml_writer.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/bindings/php/axis2/xml_writer.c?rev=354360&r1=354359&r2=354360&view=diff
==============================================================================
--- webservices/axis2/trunk/c/bindings/php/axis2/xml_writer.c (original)
+++ webservices/axis2/trunk/c/bindings/php/axis2/xml_writer.c Tue Dec  6 00:32:38 2005
@@ -31,34 +31,6 @@
     {NULL, NULL, NULL}
 };
 
-
-/**
-   PHP_FALIAS(writeEmptyElement, axis2_xml_writer_write_empty_element, NULL)
-    PHP_FALIAS(writeEmptyElementWithNamespace, axis2_xml_writer_write_empty_element_with_namespace, NULL)
-    PHP_FALIAS(writeEmptyElementWithNamespacePrefix, axis2_xml_writer_write_empty_element_with_namespace_prefix, NULL)
-    
-    PHP_FALIAS(writeEndDocument, axis2_xml_writer_write_end_document, NULL)
-    PHP_FALIAS(writeAttribute, axis2_xml_writer_write_attribute, NULL)
-    PHP_FALIAS(writeAttributeWithNamespace, axis2_xml_writer_write_attribute_with_namespace, NULL)
-    PHP_FALIAS(writeAttributeWithNamespacePrefix, axis2_xml_writer_write_attribute_with_namespace_prefix, NULL)
-    PHP_FALIAS(writeNamespace, axis2_xml_writer_write_namespace, NULL)
-    PHP_FALIAS(writeComment, axis2_xml_writer_write_comment, NULL)
-    PHP_FALIAS(writeProcessingInstruction, axis2_xml_writer_write_processing_instruction, NULL)
-    PHP_FALIAS(writeProcessingInstructionData, axis2_xml_writer_write_processing_instruction_data, NULL)
-    PHP_FALIAS(writeStartDocument, axis2_xml_writer_write_start_document, NULL)
-    PHP_FALIAS(writeStartDocumentWithVersion, axis2_xml_writer_write_start_document_with_version, NULL)
-    PHP_FALIAS(writeStartDocumentWithVersionEncoding, axis2_xml_writer_write_start_document_with_version_encoding, NULL)
-    
-    
-    PHP_FALIAS(writeCharacters, axis2_xml_writer_write_characters, NULL)
-    
-    
-    
-    PHP_FALIAS(writeStartElementNSPrefix, axis2_xml_writer_write_start_element_with_namespace_prefix, NULL)
-
-*/
-
-
 PHP_METHOD(axis2_xml_writer, __construct)
 {
     axis2_object_ptr intern = NULL;
@@ -175,31 +147,6 @@
     AXIS2_XML_WRITER_WRITE_START_ELEMENT_WITH_NAMESPACE(writer, &env, lname, uri);
 
 }
-PHP_FUNCTION(axis2_xml_writer_write_start_element_with_namespace_prefix){}
-
-PHP_FUNCTION(axis2_xml_writer_write_end_document){}
-PHP_FUNCTION(axis2_xml_writer_write_attribute){}
-PHP_FUNCTION(axis2_xml_writer_write_attribute_with_namespace){}
-PHP_FUNCTION(axis2_xml_writer_write_attribute_with_namespace_prefix){}
-PHP_FUNCTION(axis2_xml_writer_write_namespace){}
-PHP_FUNCTION(axis2_xml_writer_write_default_namespace){}
-PHP_FUNCTION(axis2_xml_writer_write_comment){}
-PHP_FUNCTION(axis2_xml_writer_write_processing_instruction){}
-PHP_FUNCTION(axis2_xml_writer_write_processing_instruction_data){}
-PHP_FUNCTION(axis2_xml_writer_write_cdata){}
-PHP_FUNCTION(axis2_xml_writer_write_dtd){}
-PHP_FUNCTION(axis2_xml_writer_write_entity_ref){}
-PHP_FUNCTION(axis2_xml_writer_write_start_document){}
-PHP_FUNCTION(axis2_xml_writer_write_start_document_with_version){}
-PHP_FUNCTION(axis2_xml_writer_write_start_document_with_version_encoding){}
-PHP_FUNCTION(axis2_xml_writer_write_characters){}
-PHP_FUNCTION(axis2_xml_writer_get_prefix){}
-PHP_FUNCTION(axis2_xml_writer_set_prefix){}
-PHP_FUNCTION(axis2_xml_writer_set_default_prefix){}
-PHP_FUNCTION(axis2_xml_writer_write_encoded){}
-PHP_FUNCTION(axis2_xml_writer_write_empty_element){}
-PHP_FUNCTION(axis2_xml_writer_write_empty_element_with_namespace){}
-PHP_FUNCTION(axis2_xml_writer_write_empty_element_with_namespace_prefix){}
 
 PHP_FUNCTION(axis2_xml_writer_get_xml)
 {