Uses of Class
org.plasma.sdo.xpath.InvalidEndpointException

Packages that use InvalidEndpointException
org.plasma.sdo.xpath   
 

Uses of InvalidEndpointException in org.plasma.sdo.xpath
 

Methods in org.plasma.sdo.xpath that throw InvalidEndpointException
 XPathDataObject[] DataGraphXPath.findDataObjects(DataObject root)
          Returns an array of Data Object results, an error being thrown if other than Data Object results are found or if multiple results are found but the target Property is not a "many" Property, i.e.
 XPathDataProperty[] DataGraphXPath.findProperties(DataObject root)
          Returns an array of Property results, an error being thrown if other than Property results are found.
 XPathProperty[] MetaDataXPath.findProperties(Type root)
          Returns an array of Property results, an error being thrown if other than Property results are found.
 XPathDataProperty DataGraphXPath.findProperty(DataObject root)
          Returns a single Property result or null if no Property results are found.
 XPathProperty MetaDataXPath.findProperty(Type root)
          Returns a single Property result or null if no Property results are found.
 XPathProperty MetaDataXPath.getProperty(Type root)
          Returns a single Property result.
 



Copyright © 2013. All Rights Reserved.