Data Request Broker
2-3-release

Uses of Interface
fr.gael.drb.xsd.XsdInvalid

Packages that use XsdInvalid
fr.gael.drb.xsd Implementation of DRB for the support of XSD XML schema files. 
 

Uses of XsdInvalid in fr.gael.drb.xsd
 

Methods in fr.gael.drb.xsd that return XsdInvalid
 XsdInvalid[] XsdInvalid.getChildren()
          Returns the children message.
 XsdInvalid XsdNodeImpl.isDeepValid()
          Check the conformance of a node and its children to its type.
 XsdInvalid XsdNodeImpl.isValid()
          Check the conformance of a node to its type.
 XsdInvalid XsdNode.isValid()
          Check the conformance of a node to its type.
 XsdInvalid XsdAny.isValid(DrbNode node)
          Validates this node.
 XsdInvalid XsdElement.isValid(DrbNode node)
          Validates this node.
 XsdInvalid XsdComplexType.isValid(DrbNode node)
          Validates this node.
 XsdInvalid XsdSimpleType.isValid(DrbNode node)
          Validates this node.
 XsdInvalid XsdAny.isValid(DrbNodeList node_list)
          Validates this node list.
 XsdInvalid XsdModelGroup.isValid(DrbNodeList nodelist)
          Validates this node list.
 XsdInvalid XsdElement.isValid(DrbNodeList node_list)
          Validates this node list.
static XsdInvalid XmlSchema.validate(String xml_filename, String xsd_filename, boolean deep)
          Allow to validate an xml file using an xml schema file.
 XsdInvalid XsdListType.validate(Value value)
          Validates the present value.
 XsdInvalid XsdSimpleType.validate(Value value)
          Validates the present value.
 


Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .