[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/XML/WBXML/ -> Encoder.php (sommaire)

(pas de description)

Poids: 414 lignes (12 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

XML_WBXML_Encoder:: (25 méthodes):
  XML_WBXML_Encoder()
  encode()
  writeHeader()
  writeVersionNumber()
  writeDocumentPublicIdentifier()
  writeCharset()
  writeStringTable()
  writeString()
  writeNull()
  _addNullByte()
  _getBytes()
  _splitURI()
  startElement()
  _startElement()
  opaque()
  characters()
  _characters()
  writeTag()
  writeAttributes()
  writeAttribute()
  endElement()
  _endElement()
  changecodepage()
  getOutput()
  getOutputSize()


Classe: XML_WBXML_Encoder  - X-Ref

$Horde: framework/XML_WBXML/WBXML/Encoder.php,v 1.25.10.13 2006/05/31 17:06:37 selsky Exp $

Copyright 2003-2006 Anthony Mills <amills@pyramid6.com>

See the enclosed file COPYING for license information (LGPL).  If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

From Binary XML Content Format Specification Version 1.3, 25 July
2001 found at http://www.wapforum.org

XML_WBXML_Encoder()   X-Ref
Constructor.


encode($xml)   X-Ref
Take the input $xml and turn it into WBXML. This is _not_ the
intended way of using this class. It is derived from
Contenthandler and one should use it as a ContentHandler and
produce the XML-structure with startElement(), endElement(),
and characters().


writeHeader($uri)   X-Ref
This will write the correct headers.


writeVersionNumber($version)   X-Ref
Pas de description

writeDocumentPublicIdentifier($dpiString, &$strings)   X-Ref
Pas de description

writeCharset($charset)   X-Ref
Pas de description

writeStringTable($strings, $charset, $stringTable)   X-Ref
Pas de description

writeString($str, $cs)   X-Ref
Pas de description

writeNull($charset)   X-Ref
Pas de description

_addNullByte(&$bytes)   X-Ref
Pas de description

_getBytes($string, $cs)   X-Ref
Pas de description

_splitURI($tag)   X-Ref
Pas de description

startElement($uri, $name, $attributes)   X-Ref
Pas de description

_startElement($parser, $tag, $attributes)   X-Ref
Pas de description

opaque($o)   X-Ref
Pas de description

characters($chars)   X-Ref
Pas de description

_characters($parser, $chars)   X-Ref
Pas de description

writeTag($name, $attrs, $hasContent, $cs)   X-Ref
Pas de description

writeAttributes($attrs, $cs)   X-Ref
Pas de description

writeAttribute($name, $value, $cs)   X-Ref
Pas de description

endElement($uri, $name)   X-Ref
Pas de description

_endElement($parser, $tag)   X-Ref
Pas de description

changecodepage($uri)   X-Ref
Pas de description

getOutput()   X-Ref
Getter for property output.


getOutputSize()   X-Ref
Pas de description



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7