Gobo Eiffel XML Library
Copyright (c) 2001, Andreas Leitner and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 19:49:04 $
$Revision: 1.18 $
-- Content of current processing instruction;
-- This is from the first non white space character after
-- the target to the character immediately preceding the ?>.
-- Parent of current node;
-- Void if current node is root
-- (From XM_NODE)
-- Target of current processing instruction;
-- XML defines this as being the first token following
-- the markup that begins the processing instruction.
-- Is this node the first in its parent's child list,
-- or the root node?
-- (From XM_NODE)
-- Is this node the last in its parent's child list,
-- or the root node?
-- (From XM_NODE)
-- Depth at which current node appears relative to its root
-- (The root node has the level 1.)
-- (From XM_NODE)
-- Clone of current object
-- (From KL_CLONABLE)
-- Process current node with a_processor.
-- (From XM_NODE)
XML processing instruction nodes