Module CL_XMLToken

module CL_XMLToken: sig .. end

API documentation for the class CL_XMLToken

type t 
val init : unit -> t
val delete : t -> unit
val get_name : t -> string
val get_value : t -> string
type token_type = 
| Null_token
| Element
| Text
| CData_section
| Entity_reference
| Entity
| Processing_instruction
| Comment
| Document_type
| Notation
val get_type : t -> token_type
type token_variant = 
| Begin
| End
| Single
val get_variant : t -> token_variant
type attribute = string * string 
val get_attributes : t -> attribute array