jInfer

Uses of Interface
cz.cuni.mff.ksi.jinfer.base.interfaces.nodes.ContentNode

Packages that use ContentNode
cz.cuni.mff.ksi.jinfer.base.objects.nodes This package contains the object model of jInfer's XML representation. 
cz.cuni.mff.ksi.jinfer.twostep.contentinfering Module that infers content model of content nodes (attributes, text nodes) in terms of simple data types as defined in XSD Schema language. 
cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern Infers pattern string expression for content using some automaton simplifying algorithm (basically the same that is configured to be used with elements). 
cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple Simple content inferrer, just small heuristic to infer XSD primitive types. 
 

Uses of ContentNode in cz.cuni.mff.ksi.jinfer.base.objects.nodes
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects.nodes that implement ContentNode
 class Attribute
          Class representing a XML attribute.
 class SimpleData
          Class representing a simple text XML node.
 

Uses of ContentNode in cz.cuni.mff.ksi.jinfer.twostep.contentinfering
 

Method parameters in cz.cuni.mff.ksi.jinfer.twostep.contentinfering with type arguments of type ContentNode
 String ContentInferrer.inferContentType(List<ContentNode> nodes)
           
 

Uses of ContentNode in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern
 

Method parameters in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.pattern with type arguments of type ContentNode
 String Pattern.inferContentType(List<ContentNode> nodes)
           
 

Uses of ContentNode in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple
 

Method parameters in cz.cuni.mff.ksi.jinfer.twostep.contentinfering.simple with type arguments of type ContentNode
 String Simple.inferContentType(List<ContentNode> nodes)
           
 


jInfer

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