Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.setid.piLayout.validator
Class SetIdChildTableCallbackValidator

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.setid.piLayout.validator.SetIdChildTableCallbackValidator
All Implemented Interfaces:
oracle.bali.xml.validator.ValidatorCallback

public class SetIdChildTableCallbackValidator
extends java.lang.Object
implements oracle.bali.xml.validator.ValidatorCallback

A validation class that for implementing validation on Set Id Child Table field.

Author:
Michael Luetchford <michael.luetchford@oracle.com>

Constructor Summary
SetIdChildTableCallbackValidator()
          Default Constructor.
 
Method Summary
 void validateAttribute(org.w3c.dom.Attr attr, org.xml.sax.ErrorHandler errorHandler)
          Validation method for the XML Attribute.
 void validateDocument(org.w3c.dom.Document document, org.xml.sax.ErrorHandler errorHandler)
          Validation method for the XML Document.
 void validateElement(org.w3c.dom.Element element, org.xml.sax.ErrorHandler errorHandler)
          Ensure that if the Set Id Pattern selected requires a Set Id Child Table that one is supplied.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetIdChildTableCallbackValidator

public SetIdChildTableCallbackValidator()
Default Constructor.

Method Detail

validateDocument

public void validateDocument(org.w3c.dom.Document document,
                             org.xml.sax.ErrorHandler errorHandler)
Validation method for the XML Document. Not used in this class.

Specified by:
validateDocument in interface oracle.bali.xml.validator.ValidatorCallback
Parameters:
document - The XML Document to validate.
errorHandler - Handler to report any errors that are encountered.

validateElement

public void validateElement(org.w3c.dom.Element element,
                            org.xml.sax.ErrorHandler errorHandler)
Ensure that if the Set Id Pattern selected requires a Set Id Child Table that one is supplied. Validation of a correct value should be handled by the Child Table Validator.

Specified by:
validateElement in interface oracle.bali.xml.validator.ValidatorCallback
Parameters:
element - The XML Element to validate.
errorHandler - Handler to report any errors that are encountered.
See Also:
SetIdChildTableValidator

validateAttribute

public void validateAttribute(org.w3c.dom.Attr attr,
                              org.xml.sax.ErrorHandler errorHandler)
Validation method for the XML Attribute. Not used in this class.

Specified by:
validateAttribute in interface oracle.bali.xml.validator.ValidatorCallback
Parameters:
attr - The XML Attribute to validate.
errorHandler - Handler to report any errors that are encountered.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.