jInfer

Uses of Class
cz.cuni.mff.ksi.jinfer.xsdimporter.utils.XSDAttribute

Packages that use XSDAttribute
cz.cuni.mff.ksi.jinfer.xsdimportdom Package containing entire logic for parsing XSD Schemas with Document Object Model parser. 
cz.cuni.mff.ksi.jinfer.xsdimporter.utils Package contains utility classes to be used by all importers of XSD Schemas. 
cz.cuni.mff.ksi.jinfer.xsdimportsax.utils Package contains utility classes and object wrappers for SAX importer logic. 
 

Uses of XSDAttribute in cz.cuni.mff.ksi.jinfer.xsdimportdom
 

Methods in cz.cuni.mff.ksi.jinfer.xsdimportdom with parameters of type XSDAttribute
static Element DOMHelper.createSentinel(Element domElem, List<String> context, XSDAttribute useAsName)
          Create an Element with type RegexpType.LAMBDA with proper constraints and metadata containing sentinel info.
 

Uses of XSDAttribute in cz.cuni.mff.ksi.jinfer.xsdimporter.utils
 

Methods in cz.cuni.mff.ksi.jinfer.xsdimporter.utils that return XSDAttribute
static XSDAttribute XSDAttribute.matchName(String name)
          Determine if the parameter can match any of the attributes.
static XSDAttribute XSDAttribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XSDAttribute[] XSDAttribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of XSDAttribute in cz.cuni.mff.ksi.jinfer.xsdimportsax.utils
 

Methods in cz.cuni.mff.ksi.jinfer.xsdimportsax.utils with parameters of type XSDAttribute
 String SAXDocumentElement.getAttributeValue(XSDAttribute attribute)
          Gets the value of specified attribute.
 boolean SAXDocumentElement.hasAttribute(XSDAttribute attribute)
          Checks if current instance has a non empty attribute specified by the parameter.
 


jInfer

Generated on Fri Dec 9 00:01:25 CET 2011