xmltoken.h File Reference

XmlToken data structure and functions for it. More...

#include <LibXmlKit/xmlnode.h>

Go to the source code of this file.

Classes

struct  XmlToken
 XML token data. More...

Typedefs

typedef XmlTokenXmlTokenPtr
 Pointer of XmlToken structure.
typedef const XmlTokenXmlConstTokenPtr
 Pointer of constant XmlToken structure.

Enumerations

enum  XmlTokenState {
  XML_TOKEN_STATE_ELM_HDR, XML_TOKEN_STATE_ELM_NAME, XML_TOKEN_STATE_ELM_END, XML_TOKEN_STATE_TEXT,
  XML_TOKEN_STATE_FINISH
}

Functions

void xml_token_print (FILE *outfp, XmlConstTokenPtr token)
 Print the content of token.


Detailed Description

XmlToken data structure and functions for it.

Date:
2004.02.14
Author:
Steel Wheels Project
Copyright
Copyright (C) 2004 Steel Wheels Project. All right reserved.
Description
XmlToken data structure and functions for it. The data structure is used by lex and yacc program as data type of token.

Typedef Documentation

typedef const XmlToken* XmlConstTokenPtr
 

Pointer of constant XmlToken structure.

Description
Pointer of constant XmlToken structure.

typedef XmlToken* XmlTokenPtr
 

Pointer of XmlToken structure.

Description
Pointer of XmlToken structure.


Enumeration Type Documentation

enum XmlTokenState
 

The type of current XML token for lexical analyzer.


Function Documentation

void xml_token_print FILE *  outfp,
XmlConstTokenPtr  token
 

Print the content of token.

get string for each states


Generated on Fri Feb 3 02:47:29 2006 for LibXmlKit by  doxygen 1.4.5