Uses of Class
jaxe.Config

Packages that use Config
jaxe   
jaxe.elements   
 

Uses of Config in jaxe
 

Fields in jaxe declared as Config
private  Config SchemaW3C.cfg
           
private  Config SchemaRelaxNG.cfg
           
 Config JaxeDocument.cfg
           
private  Config SchemaSimple.cfg
           
private  Config DialogueAideElement.cfg
           
 

Fields in jaxe with type parameters of type Config
private  java.util.ArrayList<Config> Config.autresConfigs
           
 

Methods in jaxe that return Config
 Config Config.getBaliseConf(java.lang.String nombalise)
          Deprecated. Utiliser de préférence getRefConf et getElementConf à la place
 Config Config.getDefConf(org.w3c.dom.Element defbalise)
          Deprecated.  
 Config Config.getElementConf(org.w3c.dom.Element el)
          Renvoie la config correspondant à un élément du document XML.
 Config Config.getProcessingConf(org.w3c.dom.ProcessingInstruction el)
          Renvoie la config correspondant à une processing instruction du document XML.
 Config Config.getRefConf(org.w3c.dom.Element refElement)
          Renvoie la config correspondant à une définition d'élément du schéma.
 

Methods in jaxe with parameters of type Config
 org.w3c.dom.Element Config.chercheParentConfig(org.w3c.dom.Element el, Config conf)
          Cherche le premier élément ancêtre de même config
protected  boolean JaxeFrame.majMenu(javax.swing.JMenu menu, Config parentconf, java.util.ArrayList<org.w3c.dom.Element> autorisees)
           
private static org.w3c.dom.Element FonctionAjStyle.refParentConfig(JaxeDocument doc, JaxeElement je, Config conf)
          Renvoie la référence du JaxeElement je s'il est dans la config conf, ou du parent de je dans conf sinon
 

Constructors in jaxe with parameters of type Config
DialogueAideElement(org.w3c.dom.Element refElement, Config cfg, javax.swing.JFrame frame)
          Dialogue d'aide pour un élément dont on passe la référence en paramètre.
DialogueAideElement(org.w3c.dom.Element refAttribut, org.w3c.dom.Element refElementParent, Config cfg, javax.swing.JFrame frame)
          Dialogue d'aide pour un attribut dont on passe la référence et celle de l'élément parent en paramètre.
JaxeDocument(Config newconfig)
           
SchemaRelaxNG(java.net.URL schemaURL, Config cfg)
           
SchemaSimple(org.w3c.dom.Element racine_schema, Config cfg)
           
SchemaW3C(java.net.URL schemaURL, Config cfg)
           
VerifTypeSimple(Config cfg, org.w3c.dom.Element snodedef)
          Constructeur prenant en paramètre la config et un élément "element" ou "attribute" d'un schéma W3C
 

Uses of Config in jaxe.elements
 

Fields in jaxe.elements declared as Config
private  Config AffichageFormulaire.cfg