Class XML_WBXML

Description

$Horde: framework/XML_WBXML/WBXML.php,v 1.13.12.12 2009/01/06 15:23:49 jan Exp $

Copyright 2003-2009 The Horde Project (http://www.horde.org/)

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

Located in /XML_WBXML/WBXML.php (line 84)


	
			
Method Summary
 void getBits ( $num,  $l)
 void getCharsetInt ( $cs)
 void getCharsetString ( $cs)
 void getDPIInt ( $dpi)
 void getDPIString ( $i)
 void intToMBUInt32 ( &$out,  $i)
 void MBUInt32ToInt ( $in,  &$pos)
Methods
getBits (line 142)
void getBits ( $num,  $l)
  • $num
  • $l
getCharsetInt (line 266)

Returns the character encoding.

Only default character encodings from J2SE are supported.

From http://www.iana.org/assignments/character-sets and http://java.sun.com/j2se/1.4.2/docs/api/java/nio/charset/Charset.html

void getCharsetInt ( $cs)
  • $cs
getCharsetString (line 243)

Returns the character encoding.

only default character encodings from J2SE are supported from http://www.iana.org/assignments/character-sets and http://java.sun.com/j2se/1.4.2/docs/api/java/nio/charset/Charset.html

void getCharsetString ( $cs)
  • $cs
getDPIInt (line 200)
void getDPIInt ( $dpi)
  • $dpi
getDPIString (line 164)
void getDPIString ( $i)
  • $i
intToMBUInt32 (line 107)

Encoding Multi-byte Integers from Section 5.1

void intToMBUInt32 ( &$out,  $i)
  • &$out
  • $i
MBUInt32ToInt (line 91)

Decoding Multi-byte Integers from Section 5.1

Use long because it is unsigned.

void MBUInt32ToInt ( $in,  &$pos)
  • $in
  • &$pos

Documentation generated on Sun, 30 Jan 2011 05:23:25 +0000 by phpDocumentor 1.4.3