Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

xml.xml_xpointer.xpointer_common

Class XM_XPOINTER_TOKENS


Known direct descendants

XM_XPOINTER_PARSER, XM_XPOINTER_TOKENIZER

Features

Invariants

indexing

description

XPointer tokens

library

Gobo Eiffel XPointer Library

copyright

Copyright (c) 2005, Colin Adams and others

derivation

See notice at bottom of file

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2005/03/01 16:06:22 $

revision

$Revision: 1.1 $

class

XM_XPOINTER_TOKENS

feature -- Access

eof_token: INTEGER

-- End of input reached

escaped_carat_token: INTEGER

-- ^^

left_parenthesis_token: INTEGER

-- (

right_parenthesis_token: INTEGER

-- )

string_token: INTEGER

-- Any string

unknown_token: INTEGER

-- Only when a lexical error

whitespace_token: INTEGER

-- Ignorable whitespace

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end