Skip navigation links
A C E F G I N O P S T V 

A

addImport(Set<String>, String) - Static method in class net.jangaroo.exml.utils.ExmlUtils
 

C

computeConfigClassTarget(String) - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
computeGeneratedComponentClassFile(File) - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
computeGeneratedConfigClassFile(File) - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
createComponentClassName(String) - Static method in class net.jangaroo.exml.utils.ExmlUtils
Create a ComponentClass name from the given name.

E

EXML_ANNOTATION_AT_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_ANNOTATION_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_BASE_CLASS_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_CFG_DEFAULT_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_CFG_DEFAULT_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_CFG_NAME_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_CFG_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_CFG_TYPE_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_CLASS_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_COMPONENT_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_CONFIG_URI_PREFIX - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_CONSTANT_NAME_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
Deprecated.
EXML_CONSTANT_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_CONSTANT_TYPE_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
Deprecated.
EXML_CONSTANT_VALUE_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
Deprecated.
EXML_DECLARATION_NAME_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
The name of a constant or var.
EXML_DECLARATION_TYPE_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
The type of a constant or var.
EXML_DECLARATION_VALUE_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
The value of a constant or var.
EXML_DECLARATION_VALUE_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_DESCRIPTION_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_GRID_COLUMN_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_IMPORT_CLASS_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_IMPORT_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_LAYOUT_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_MODE_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_NAMESPACE_URI - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_OBJECT_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_PLUGIN_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_PUBLIC_API_ATTRIBUTE - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_ROOT_NODE_NAMES - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_SCHEMA_LOCATION - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_SUFFIX - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_UNTYPED_NAMESPACE_URI - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_UNTYPED_SCHEMA_LOCATION - Static variable in interface net.jangaroo.exml.api.Exmlc
 
EXML_VAR_NODE_NAME - Static variable in interface net.jangaroo.exml.api.Exmlc
 
Exmlc - Interface in net.jangaroo.exml.api
Interface for EXML compiler, used by universal Jangaroo IDEA Plugin.
ExmlcException - Exception in net.jangaroo.exml.api
An exception that occurs while parsing EXML files.
ExmlcException(String) - Constructor for exception net.jangaroo.exml.api.ExmlcException
 
ExmlcException(String, int) - Constructor for exception net.jangaroo.exml.api.ExmlcException
 
ExmlcException(String, int, int) - Constructor for exception net.jangaroo.exml.api.ExmlcException
 
ExmlcException(String, Throwable) - Constructor for exception net.jangaroo.exml.api.ExmlcException
 
ExmlcException(String, File, Exception) - Constructor for exception net.jangaroo.exml.api.ExmlcException
 
ExmlConfiguration - Class in net.jangaroo.exml.config
 
ExmlConfiguration() - Constructor for class net.jangaroo.exml.config.ExmlConfiguration
 
ExmlUtils - Class in net.jangaroo.exml.utils
Some useful utility functions for EXML handling.
ExmlUtils() - Constructor for class net.jangaroo.exml.utils.ExmlUtils
 

F

findXsdJarEntries(ZipFile) - Static method in class net.jangaroo.exml.utils.ExmlUtils
 

G

generateAllComponentClasses() - Method in interface net.jangaroo.exml.api.Exmlc
 
generateAllConfigClasses() - Method in interface net.jangaroo.exml.api.Exmlc
 
generateComponentClass(File) - Method in interface net.jangaroo.exml.api.Exmlc
 
generateConfigClass(File) - Method in interface net.jangaroo.exml.api.Exmlc
 
generateXsd() - Method in interface net.jangaroo.exml.api.Exmlc
 
getCodeExpression(String) - Static method in class net.jangaroo.exml.utils.ExmlUtils
 
getColumn() - Method in exception net.jangaroo.exml.api.ExmlcException
 
getConfig() - Method in interface net.jangaroo.exml.api.Exmlc
 
getConfigClassPackage() - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
getExtAsJar() - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
getFile() - Method in exception net.jangaroo.exml.api.ExmlcException
 
getFileName() - Method in exception net.jangaroo.exml.api.ExmlcException
 
getLine() - Method in exception net.jangaroo.exml.api.ExmlcException
 
getLog() - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
getResourceOutputDirectory() - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
getValidationMode() - Method in class net.jangaroo.exml.config.ExmlConfiguration
 

I

isCodeExpression(String) - Static method in class net.jangaroo.exml.utils.ExmlUtils
 
isConvertToMxml() - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
isExmlNamespace(String) - Static method in class net.jangaroo.exml.utils.ExmlUtils
 
isKeepExmlFiles() - Method in class net.jangaroo.exml.config.ExmlConfiguration
 

N

net.jangaroo.exml.api - package net.jangaroo.exml.api
 
net.jangaroo.exml.config - package net.jangaroo.exml.config
 
net.jangaroo.exml.utils - package net.jangaroo.exml.utils
 

O

OUTPUT_CHARSET - Static variable in interface net.jangaroo.exml.api.Exmlc
 

P

parsePackageFromNamespace(String) - Static method in class net.jangaroo.exml.utils.ExmlUtils
 

S

setColumn(int) - Method in exception net.jangaroo.exml.api.ExmlcException
 
setConfig(ExmlConfiguration) - Method in interface net.jangaroo.exml.api.Exmlc
 
setConfigClassPackage(String) - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
setConvertToMxml(boolean) - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
setExtAsJar(File) - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
setFile(File) - Method in exception net.jangaroo.exml.api.ExmlcException
 
setKeepExmlFiles(boolean) - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
setLine(int) - Method in exception net.jangaroo.exml.api.ExmlcException
 
setLog(CompileLog) - Method in class net.jangaroo.exml.config.ExmlConfiguration
Set the compile log to be used.
setResourceOutputDirectory(File) - Method in class net.jangaroo.exml.config.ExmlConfiguration
 
setValidationMode(ValidationMode) - Method in class net.jangaroo.exml.config.ExmlConfiguration
 

T

toString() - Method in exception net.jangaroo.exml.api.ExmlcException
 
toString() - Method in class net.jangaroo.exml.config.ExmlConfiguration
 

V

ValidationMode - Enum in net.jangaroo.exml.config
 
valueOf(String) - Static method in enum net.jangaroo.exml.config.ValidationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.jangaroo.exml.config.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G I N O P S T V 
Skip navigation links

Copyright © 2002–2017 CoreMedia AG. All rights reserved.