FileDocCategorySizeDatePackage
ParserAction.javaAPI DocJava SE 5 API740Fri Aug 26 14:54:28 BST 2005com.sun.corba.se.impl.orb

ParserAction

public interface ParserAction

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Objectapply(java.util.Properties props)
Apply this action to props and return the result.

public java.lang.StringgetFieldName()
Return the field name in an object that is set with the result

public java.lang.StringgetPropertyName()
Return the property name or prefix for which this action is applied.

public booleanisPrefix()
Return whether this action is for an exact match or a prefix match (true).