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

E22562-01

oracle.apps.fnd.applcore.dt.patterns.metadata.validator
Class ApplicationsPanelValidator

java.lang.Object
  extended by oracle.bali.xml.validator.CachingValidatorCallback
      extended by oracle.bali.xml.validator.BaseValidatorCallback
          extended by oracle.apps.fnd.applcore.dt.patterns.metadata.validator.ApplicationsPanelValidator
All Implemented Interfaces:
oracle.bali.xml.validator.ValidatorCallback

public class ApplicationsPanelValidator
extends oracle.bali.xml.validator.BaseValidatorCallback

Class that acts as a custom xmlef validator callback for applicationsPanel.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
ApplicationsPanelValidator()
           
 
Method Summary
 void validateAttribute(org.w3c.dom.Attr attr, org.xml.sax.ErrorHandler errorhandler)
          Validate the attribute.
 void validateDocument(org.w3c.dom.Document document, org.xml.sax.ErrorHandler errorhandler)
          Validate the entire document.
 void validateElement(org.w3c.dom.Element element, org.xml.sax.ErrorHandler errorhandler)
          Validate the Element.
 
Methods inherited from class oracle.bali.xml.validator.BaseValidatorCallback
__ensureContextIsAttached, error, getCache, getCacheForThread, getContext, warning, warning
 
Methods inherited from class oracle.bali.xml.validator.CachingValidatorCallback
disableCaching, enableCaching, getCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsPanelValidator

public ApplicationsPanelValidator()
Method Detail

validateElement

public void validateElement(org.w3c.dom.Element element,
                            org.xml.sax.ErrorHandler errorhandler)
Validate the Element.

Parameters:
element - Element to validate
errorhandler - error handler to add errors to.

validateAttribute

public void validateAttribute(org.w3c.dom.Attr attr,
                              org.xml.sax.ErrorHandler errorhandler)
Validate the attribute.

Parameters:
attr - attribute to validate
errorhandler - error handler to add errors to.

validateDocument

public void validateDocument(org.w3c.dom.Document document,
                             org.xml.sax.ErrorHandler errorhandler)
Validate the entire document.

Parameters:
document - Dom document to validate
errorhandler - error handler to add errors to.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.