Centrales |  Componentes |  consola |  Debug |  Default |  Fuentes |  SalidaGrafica |  Seguridad |  SIUToba |  Varios |  Deprecated

toba_xml

toba_xml

Ubicada en php/lib/toba_xml.php [line 7]



Métodos Propios
mixed   __construct ()  
mixed   abrir_elemento ()  
mixed   add_atributo ()  
mixed   cerrar_documento ()  
mixed   cerrar_elemento ()  

__construct   [línea 11]

  mixed __construct( mixed path )

Parámetros:
mixed   path: 





abrir_elemento   [línea 24]

  mixed abrir_elemento( mixed nombre )

Abre un elemento con el nombre especificado
Parámetros:
mixed   nombre: 





add_atributo   [línea 43]

  mixed add_atributo( string nombre , string valor , [mixed conv_utf8 = false ] )

Agrega un atributo con valor especifico
Parámetros:
string   nombre: 
string   valor: 
mixed   conv_utf8: 





cerrar_documento   [línea 61]

  mixed cerrar_documento( )

Cierra el documento XML




cerrar_elemento   [línea 32]

  mixed cerrar_elemento( )

Cierra un elemento





Desarrollado por SIU.
Documentación generada con phpDocumentor