Uses of Class
uk.apl.jxc.XMLSchema

Packages that use XMLSchema
uk.apl.jxc.tools Contains GUI tools for using XMLFilter and XMLMapper 
 

Uses of XMLSchema in uk.apl.jxc.tools
 

Methods in uk.apl.jxc.tools with parameters of type XMLSchema
 void XMLFilterTableModel.setSchema(XMLSchema schema)
          Sets the XML schema to which the filter applies.
 void XMLSchemaItemCellEditor.setSchema(XMLSchema schema, java.lang.String rootElement)
          Sets the XMLSchema that the user may select nodes as input from
 void XMLMapperTableModel.setSourceSchema(XMLSchema schema, java.lang.String rootElement)
          Sets the source XML schema to which the mapping applies.
static java.lang.String XPathExpressionBuilderUI.showDialog(java.awt.Frame owner, XMLSchema schema, java.lang.String elementName, java.lang.String expression)
          Displays an XPathExpressionBuilderUI in a modal JDialog.
static java.lang.String XMLSchemaItemCellEditor.showInputDialog(javax.swing.JDialog parent, java.lang.Object[] items, XMLSchema schema, java.lang.String rootElement, java.lang.String title, java.lang.String prompt)
          Shows the cell editor component in a modal dialog for capturing user input outside of a JTable.
 

Constructors in uk.apl.jxc.tools with parameters of type XMLSchema
XPathExpressionBuilderUI(javax.swing.JDialog dialog, XMLSchema schema, java.lang.String elementName, java.lang.String expression)
          Constructs new form XPathExpressionBuilderUI.
 



Copyright 2010 Andrew Leigh. All Rights Reserved.