All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.xml.parser.NoRequiredAttributeHandler

public interface NoRequiredAttributeHandler
Version:
19980206
See Also:
Parser

Method Index

 o handleNoRequiredAttribute(TXElement, String)
Called as missing an attribute declared `#REQUIRED'.

Methods

 o handleNoRequiredAttribute
 public abstract TXElement handleNoRequiredAttribute(TXElement el,
                                                     String attname)
Called as missing an attribute declared `#REQUIRED'.

See Also:
addNoRequiredAttributeHandler

All Packages  Class Hierarchy  This Package  Previous  Next  Index