FileDocCategorySizeDatePackage
IDRef.javaAPI DocphoneME MR2 API (J2ME)1537Wed May 02 18:00:34 BST 2007com.sun.perseus.model

IDRef

public interface IDRef
Interface which users of id references to ElementNodes should implement.
version
$Id: IDRef.java,v 1.2 2006/04/21 06:37:37 st125089 Exp $

Fields Summary
Constructors Summary
Methods Summary
public voidresolveTo(ElementNode ref)
Called by DocumentNode when it has resolved the id reference this object depends on.

param
ref the ElementNode this IDRef depends on.