http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

HexBin Class Reference

#include <HexBin.hpp>

List of all members.

Static Public Methods

int getDataLength (const XMLCh *const hexData)
 return the length of hexData in terms of HexBinary. More...

bool isArrayByteHex (const XMLCh *const hexData)
 check an array of data against the Hex table. More...


Member Function Documentation

int HexBin::getDataLength ( const XMLCh *const hexData ) [static]
 

return the length of hexData in terms of HexBinary.

Parameters:
hexData   A string containing the HexBinary

return: -1 if it contains any invalid HexBinary the length of the HexNumber otherwise.

bool HexBin::isArrayByteHex ( const XMLCh *const hexData ) [static]
 

check an array of data against the Hex table.

Parameters:
hexData   A string containing the HexBinary

return: false if it contains any invalid HexBinary true otherwise.


The documentation for this class was generated from the following file:


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.