Uses of Interface
net.xoetrope.xml.XmlElement

Packages that use XmlElement
net.xoetrope.awt   
net.xoetrope.builder   
net.xoetrope.data   
net.xoetrope.html   
net.xoetrope.optional.data   
net.xoetrope.optional.data.pojo   
net.xoetrope.optional.layout   
net.xoetrope.registry   
net.xoetrope.swing   
net.xoetrope.swing.actions   
net.xoetrope.swt   
net.xoetrope.xml   
net.xoetrope.xml.jaxp   
net.xoetrope.xml.nanoxml   
net.xoetrope.xui   
net.xoetrope.xui.data   
net.xoetrope.xui.events   
net.xoetrope.xui.registry   
net.xoetrope.xui.style   
net.xoetrope.xui.validation   
 

Uses of XmlElement in net.xoetrope.awt
 

Methods in net.xoetrope.awt with parameters of type XmlElement
protected  void XHotspotImage.handleElement(XmlElement ele)
          Not implemented
protected  boolean XMetaContent.renderItem(java.awt.Graphics g, XmlElement child, int method)
          Renders an individual item/tag
 void XScrollableMetaContent.setContent(java.lang.String source, XmlElement src)
          Sets the meta content
 void XMetaContent.setContent(java.lang.String xmlSrc, XmlElement src)
          Set the meta content.
 

Uses of XmlElement in net.xoetrope.builder
 

Methods in net.xoetrope.builder with parameters of type XmlElement
protected  void XuiBuilder.addBinding(XmlElement childNode)
          Adds data bindings to the page.
protected  void XuiBuilder.addBindings(PageSupport page, XmlElement model)
          Adds data bindings to the page.
protected  java.lang.Object XuiBuilder.addComponent(XmlElement childNode)
          Adds an individual component element to the page (this method may be called recursively for nested elements).
protected  void XuiBuilder.addComponents(java.lang.Object page, XmlElement model)
          Adds the elements specified by the Components element and its children
protected  void XuiBuilder.addEvent(XmlElement childNode)
          Adds the event handlers.
protected  void XuiBuilder.addEvents(PageSupport page, XmlElement model)
          Adds the event handlers.
protected  void XuiBuilder.addMenu(PageSupport page, XmlElement model)
          Adds a menu to the application.
 void XuiBuilder.addScripts(PageSupport page, XmlElement scriptsNode)
          Store the scripts in the page
protected  void XuiBuilder.addValidations(PageSupport page, XmlElement model)
          Adds validation rules to the components
 void XuiBuilder.insertAttributes(XmlElement node)
          Insert the attributes of a named attribute set into the node
 void XuiBuilder.loadAttributeSet(XmlElement childNode)
          Process an attribute element
protected  void XuiBuilder.loadOtherElement(PageSupport page, XmlElement childNode)
          Load any element other than the predefined node types e.g.
 void BuilderSupport.read(XmlElement layoutElement)
          Read an XML element of the page declaration
protected  void XuiBuilder.setupPage(XmlElement model, java.lang.String pageName, java.lang.String ext, boolean include)
          Loads the page based on the contents of the page tag or by using default values.
 

Uses of XmlElement in net.xoetrope.data
 

Methods in net.xoetrope.data with parameters of type XmlElement
 void XDataSource.loadTable(XmlElement source, XModel model)
          Recursively load the model data
static void XDataSource.outputModel(XmlElement parentEle, XModel model)
          Recursive method which builds up the XML Document based on the XModel.
 void XDataSource.read(XmlElement ele)
          Read an file pointed to by an element in the XML description of the data sources
protected  void XDataSource.readDataSource(java.lang.String fileName, XmlElement source)
          Read the data source file.
 

Uses of XmlElement in net.xoetrope.html
 

Methods in net.xoetrope.html with parameters of type XmlElement
 XValidator XHtmlPage.addValidation(java.lang.Object comp, java.lang.String validationName, java.lang.String method, int mask, XmlElement pageEle)
          Adds a validation to this page.
 void XMetaContent.setContent(java.lang.String source, XmlElement srcReader)
          Set the meta content.
 

Uses of XmlElement in net.xoetrope.optional.data
 

Methods in net.xoetrope.optional.data with parameters of type XmlElement
 void XOptionalDataSource.XDataReflectionConstructor.constructViaReflection(java.lang.String type, XmlElement src, XModel model)
           
 void XOptionalDataSource.loadDatabase(XmlElement source, XModel model)
          Recursively load the model data
 void XOptionalDataSource.loadRoutes(XmlElement source, XModel model)
          Load the routing information
 void XOptionalDataSource.loadService(XmlElement source, XModel model)
          Recursively load the model data
 void XOptionalDataSource.registerDatabaseNode(XmlElement source)
          Register a database source element found within the datasets.xml file
 void XOptionalDataSource.registerDataSource(XmlElement source)
          Register the datasource files found within the datasets.xml file
 

Uses of XmlElement in net.xoetrope.optional.data.pojo
 

Methods in net.xoetrope.optional.data.pojo with parameters of type XmlElement
protected  void XPojoHibernateDataSource.customizeProperty(XPojoAdapter adapter, XmlElement propertyElement)
           
protected  void XPojoDataSource.customizeProperty(XPojoAdapter adapter, XmlElement propertyElement)
           
 void XPojoDataSource.loadTable(XmlElement source, XModel model)
          Recursively load the model data
 

Uses of XmlElement in net.xoetrope.optional.layout
 

Methods in net.xoetrope.optional.layout with parameters of type XmlElement
 void GuideSupport.read(XmlElement layoutElement)
          Read the guides from an XML element loaded from the page XML.
 

Uses of XmlElement in net.xoetrope.registry
 

Methods in net.xoetrope.registry with parameters of type XmlElement
 java.lang.reflect.Method ComponentAdapter.addProperty(java.lang.String type, java.lang.String name, java.lang.String methodName, java.lang.String paramType, boolean attributed, boolean warn, XmlElement paramNode)
          Try to get and register a method
 int ComponentCustomizer.applyCustomizations(java.lang.Object comp, XmlElement propertySet, int applyTime)
          Apply a named set of customizations to a component
 

Uses of XmlElement in net.xoetrope.swing
 

Methods in net.xoetrope.swing with parameters of type XmlElement
protected  void XHotspotImage.addCustomHotspot(XmlElement ele)
          Add a hotspot which is not defined as an 'area'
protected  boolean XMetaContent.renderItem(java.awt.Graphics g, XmlElement child, int method)
          Renders an individual item/tag
 void XScrollableMetaContent.setContent(java.lang.String source, XmlElement src)
          Sets the meta content
 void XMetaContent.setContent(java.lang.String xmlSrc, XmlElement src)
          Set the meta content.
 

Uses of XmlElement in net.xoetrope.swing.actions
 

Methods in net.xoetrope.swing.actions with parameters of type XmlElement
 XAction XSwingActionFactory.getAction(XmlElement actionElement)
          Creates a new XAction
 

Uses of XmlElement in net.xoetrope.swt
 

Methods in net.xoetrope.swt with parameters of type XmlElement
protected  void XHotspotImage.addCustomHotspot(XmlElement ele)
          Add a custom hotspot
 XValidator XSwtPage.addValidation(java.lang.Object comp, java.lang.String validationName, java.lang.String method, int mask, XmlElement ele)
          Adds a validation to this page.
 

Uses of XmlElement in net.xoetrope.xml
 

Methods in net.xoetrope.xml that return XmlElement
 XmlElement XmlElement.createElement(java.lang.String name)
          Create a basic XmlElement of the type registered in the XmlParserFactory
 XmlElement XmlParserFactory.createXmlElement(java.lang.String name)
          Create a new XML element iwth the specified name
 XmlElement XmlParser.createXmlElement(java.lang.String name)
          Create a basic XmlElement of the type registered in the XmlParserFactory
 XmlElement XmlElement.elementAt(int i)
          Retrieve the XmlElement at the requested position of the implementing object
 XmlElement XmlElement.getFirstChildNamed(java.lang.String name)
          Retrieve the first XmlElement found at the path specified by the name parameter of the implementing XmlElement
 XmlElement XmlParserFactory.parse(java.io.Reader input)
          Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory.
 XmlElement XmlParser.parse(java.io.Reader input)
          Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory.
 XmlElement XmlParserFactory.parse(java.io.Reader input, java.lang.String schemaSource)
          Parse the input stream using a schema.
 XmlElement XmlParser.parse(java.io.Reader input, java.lang.String schemaSource)
          Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory.
static XmlElement XmlSource.read(java.io.Reader input)
          Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory.
static XmlElement XmlSource.read(java.io.Reader input, java.lang.String schemaSource)
          Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory.
 

Methods in net.xoetrope.xml with parameters of type XmlElement
 void XmlElement.addChild(XmlElement child)
          Add the passed child to the implementing object
static void XmlHelper.copyAttributes(XmlElement source, XmlElement target)
          Copies the attributes of the source xml element to the target xml element.
 void XmlElement.remove(XmlElement child)
          Remove the specified child element
 void XmlWriter.write(XmlElement xml, boolean prettyPrint, int indent)
          Write the contents of an XmlElement out to the outputstream specified by setOutputStream
 

Uses of XmlElement in net.xoetrope.xml.jaxp
 

Classes in net.xoetrope.xml.jaxp that implement XmlElement
 class JaxpXmlElement
          A customization of the XmlElement to interface with Xerces Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt
 

Methods in net.xoetrope.xml.jaxp that return XmlElement
 XmlElement JaxpXmlElement.createElement(java.lang.String name)
          Create a basic XmlElement of the type registered in the XmlParserFactory
 XmlElement JaxpXmlParser.createXmlElement(java.lang.String name)
          Create a basic XmlElement of the type registered in the XmlParserFactory
 XmlElement JaxpXmlElement.elementAt(int i)
          Retrieve the XmlElement at the requested position of the implementing object
 XmlElement JaxpXmlElement.getFirstChildNamed(java.lang.String name)
          Retrieve the first XmlElement found at the path specified by the name parameter of the implementing XmlElement
 XmlElement JaxpXmlParser.parse(java.io.Reader input)
          Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory.
 XmlElement JaxpXmlParser.parse(java.io.Reader input, java.lang.String schemaSource)
          Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory.
 

Methods in net.xoetrope.xml.jaxp with parameters of type XmlElement
 void JaxpXmlElement.addChild(XmlElement child)
          Add the passed child to the implementing object
 void JaxpXmlElement.remove(XmlElement child)
          Remove the specified child element
 void JaxpXmlWriter.write(XmlElement xml, boolean prettyPrint, int indent)
          Write the contents of an XmlElement out to the outputstream specified by setOutputStream
 

Uses of XmlElement in net.xoetrope.xml.nanoxml
 

Classes in net.xoetrope.xml.nanoxml that implement XmlElement
 class NanoXmlElement
          A customization of the XmlElement to interface with NanoXML Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt
 

Methods in net.xoetrope.xml.nanoxml that return XmlElement
 XmlElement NanoXmlElement.createElement(java.lang.String name)
          Create a basic XmlElement of the type registered in the XmlParserFactory
 XmlElement NanoXmlParser.createXmlElement(java.lang.String name)
          Create a basic XmlElement of the type registered in the XmlParserFactory
 XmlElement NanoXmlElement.elementAt(int i)
          Retrieve the XmlElement at the requested position of the implementing object
 XmlElement NanoXmlElement.getFirstChildNamed(java.lang.String name)
          Retrieve the first XmlElement found at the path specified by the name parameter of the implementing XmlElement
 XmlElement NanoXmlParser.parse(java.io.Reader input)
          Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory.
 XmlElement NanoXmlParser.parse(java.io.Reader input, java.lang.String schemaSource)
          Read the passed Reader object and parse its contents into an XmlElement structure of the type defined in the XmlParserFactory.
 

Methods in net.xoetrope.xml.nanoxml with parameters of type XmlElement
 void NanoXmlElement.addChild(XmlElement child)
          Add the passed child to the implementing object
 void NanoXmlElement.remove(XmlElement child)
          Remove the specified child element
 void NanoXmlWriter.write(XmlElement xml, boolean prettyPrint, int indent)
          Write the contents of an XmlElement out to the outputstream specified by setOutputStream
 

Uses of XmlElement in net.xoetrope.xui
 

Methods in net.xoetrope.xui with parameters of type XmlElement
 XValidator XPageHelper.addValidation(java.lang.Object comp, java.lang.String validationName, java.lang.String method, int mask, XmlElement pageEle)
          Adds a validation to this page.
 XValidator XPage.addValidation(java.lang.Object comp, java.lang.String validationName, java.lang.String method, int mask, XmlElement pageEle)
          Adds a validation to this page.
 XValidator PageSupport.addValidation(java.lang.Object comp, java.lang.String validationName, java.lang.String method, int mask, XmlElement pageEle)
          Adds a validation to this page.
protected  int XApplicationContext.loadSecondaryProject(XmlElement projectElememt)
          Load a secondary project.
 void XMetaContentHolder.setContent(java.lang.String source, XmlElement srcReader)
          Set the content of the component with the meta content
 

Uses of XmlElement in net.xoetrope.xui.data
 

Methods in net.xoetrope.xui.data with parameters of type XmlElement
protected  void XRegisteredDataBindingFactory.addBindingTypes(XmlElement regRoot, int mode)
          Read the component registry.
 

Uses of XmlElement in net.xoetrope.xui.events
 

Methods in net.xoetrope.xui.events with parameters of type XmlElement
 XAction XActionFactory.getAction(XmlElement actionElement)
          Creates a new instance of XAction
 

Uses of XmlElement in net.xoetrope.xui.registry
 

Methods in net.xoetrope.xui.registry with parameters of type XmlElement
protected  void XRegistrationFactory.addRegistrationTypes(XmlElement regRoot, int mode)
          Read the component registry.
 

Uses of XmlElement in net.xoetrope.xui.style
 

Methods in net.xoetrope.xui.style with parameters of type XmlElement
 void XStyleManager.loadXStyle(XmlElement element, java.lang.String path)
          Load a style from the XML element and save it to the specified path in the style hierarchy
 

Uses of XmlElement in net.xoetrope.xui.validation
 

Methods in net.xoetrope.xui.validation with parameters of type XmlElement
 XValidator XValidationHandler.addValidation(XuiEventHandler eventHandler, java.lang.Object comp, java.lang.String validationName, java.lang.String method, int mask, XmlElement pageEle)
          Adds a validation to this page.
 XValidator XValidationFactory.getValidation(java.lang.String validationName, java.lang.reflect.Method m, int mask, java.lang.Object page, XmlElement pageEle)
          Creates an XValidation object which validates against a value returned from a function call
 XValidator XValidationHandler.getValidation(java.lang.String validationName, java.lang.String method, int mask, XmlElement pageEle)
          Adds a validation to this page.
 void XValidator.setup(XmlElement element)
          Set the validation parameters
 void XMinMaxValidator.setup(XmlElement element)
          Set the validation parameters
 void XMandatoryValidator.setup(XmlElement element)
          Set the validation parameters
 void XBaseValidator.setup(XmlElement element)
          Set the validation parameters