jInfer

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

Packages that use XSDException
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.interfaces Package containing a common interface for XSD Schema parsers. 
cz.cuni.mff.ksi.jinfer.xsdimportsax Package containing entire logic for parsing XSD Schemas with SAX parser. 
cz.cuni.mff.ksi.jinfer.xsdimportsax.utils Package contains utility classes and object wrappers for SAX importer logic. 
 

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

Methods in cz.cuni.mff.ksi.jinfer.xsdimportdom that throw XSDException
 List<Element> DOMHandler.createRuleTrees(Element root)
          Create rule-trees from direct children of the root node of DOM tree.
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.
static void DOMHelper.extractSubnodesFromContainer(Element subtree, Element destination, String containerType)
          Extract subnodes and attributes from subtree stored in container and put them directly under the destination element.
 List<Element> DOMParser.parse(InputStream stream)
           
 

Uses of XSDException in cz.cuni.mff.ksi.jinfer.xsdimporter.interfaces
 

Methods in cz.cuni.mff.ksi.jinfer.xsdimporter.interfaces that throw XSDException
 List<Element> XSDParser.parse(InputStream stream)
          Parses input Schema and returns the rules extracted from it.
 

Uses of XSDException in cz.cuni.mff.ksi.jinfer.xsdimportsax
 

Methods in cz.cuni.mff.ksi.jinfer.xsdimportsax that throw XSDException
 void SAXHandler.endElement(String uri, String localName, String qName)
           
 List<Element> SAXParser.parse(InputStream stream)
           
 void SAXHandler.startElement(String uri, String localName, String qName, Attributes attributes)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.xsdimportsax.utils that throw XSDException
 void SAXDocumentElement.associate()
          Couples the current instance with a "named complex type".
 


jInfer

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