A C D E F G H I M N P R S T U V X

X

XMLControl - Class in uk.apl.jxc.mapper
AbstractXMLMapping sub-class that causes XMLMapper to iterate over the source document using the XPath selection specified by the sourcePath argument.
XMLControl(String) - Constructor for class uk.apl.jxc.mapper.XMLControl
Constructs a new AbstractXMLMapping.
XMLControl(String, String) - Constructor for class uk.apl.jxc.mapper.XMLControl
Constructs a new AbstractXMLMapping.
XMLConverterUI - Class in uk.apl.jxc.tools
UI for creating and testing XML mappings
XMLConverterUI() - Constructor for class uk.apl.jxc.tools.XMLConverterUI
Creates new form XMLMapperUI.
XMLDefault - Class in uk.apl.jxc.mapper
AbstractXMLMapping sub-class that causes the XMLMapper to output the defaultValue argument into the leaf element or attribute specified by the targetPath parameter.
XMLDefault(String, String, String) - Constructor for class uk.apl.jxc.mapper.XMLDefault
Constructs a new AbstractXMLMapping
XMLFilter - Class in uk.apl.jxc.filter
Filters XML by applying a number of filter criteria.
XMLFilter() - Constructor for class uk.apl.jxc.filter.XMLFilter
Creates a new XMLFilter.
XMLFilterCriteria - Class in uk.apl.jxc.filter
Encapsulates a criteria to be applied when filtering an XML document.
XMLFilterCriteria(String, XMLFilterCriteria.Action) - Constructor for class uk.apl.jxc.filter.XMLFilterCriteria
Creates a new XMLFilterCriteria that will either retain or omit elements based upon their name.
XMLFilterCriteria(String, XMLFilterCriteria.Action, String) - Constructor for class uk.apl.jxc.filter.XMLFilterCriteria
Creates a new XMLFilterCriteria that will either retain or omit elements based upon an XPath condition.
XMLFilterCriteria.Action - Enum in uk.apl.jxc.filter
Enumeration of criteria actions.
XMLFilterCriteriaFileIterator - Class in uk.apl.jxc.filter
Reads criteria from a .properties file.
XMLFilterCriteriaFileIterator(File) - Constructor for class uk.apl.jxc.filter.XMLFilterCriteriaFileIterator
Constructs a new XMLMappingFileIterator.
XMLFilterException - Exception in uk.apl.jxc.filter
Indicates an exception occurred whilst filtering an XML document.
XMLFilterTableModel - Class in uk.apl.jxc.tools
TableModel representation of an XMLFilter configuration.
XMLFilterTableModel() - Constructor for class uk.apl.jxc.tools.XMLFilterTableModel
Constructs a new XMLFilterTableModel.
XMLMapper - Class in uk.apl.jxc.mapper
Performs a mapping (transformation) of some XML from one schema to another.
XMLMapper() - Constructor for class uk.apl.jxc.mapper.XMLMapper
Constructs a new XMLMapper.
XMLMapperException - Exception in uk.apl.jxc.mapper
Indicates an exception occurred whilst mapping an XML document.
XMLMapperTableModel - Class in uk.apl.jxc.tools
TableModel representation of an XMLMapper configuration.
XMLMapperTableModel() - Constructor for class uk.apl.jxc.tools.XMLMapperTableModel
Constructs a new XMLMapperTableModel
XMLMapping - Class in uk.apl.jxc.mapper
Encapsulates the mapping of an XML element to another schema
XMLMapping(String, String) - Constructor for class uk.apl.jxc.mapper.XMLMapping
Constructs a new AbstractXMLMapping
XMLMapping(String, String, String) - Constructor for class uk.apl.jxc.mapper.XMLMapping
Constructs a new AbstractXMLMapping
XMLMapping(String, String, String, XSLTFunction) - Constructor for class uk.apl.jxc.mapper.XMLMapping
Constructs a new AbstractXMLMapping
XMLMappingFileIterator - Class in uk.apl.jxc.mapper
Provides mappings read from a .properties file.
XMLMappingFileIterator(File) - Constructor for class uk.apl.jxc.mapper.XMLMappingFileIterator
Constructs a new XMLMappingFileIterator.
XMLSchema - Class in uk.apl.jxc
Provides methods for interrogating a W3C XML schema.
XMLSchema(File) - Constructor for class uk.apl.jxc.XMLSchema
Constructs a new XMLSchema.
XMLSchemaItemCellEditor - Class in uk.apl.jxc.tools
A table cell editor that allows user to enter input for XPath queries.
XMLSchemaItemCellEditor(Frame, String) - Constructor for class uk.apl.jxc.tools.XMLSchemaItemCellEditor
Constructs a new XMLSchemaItemCellEditor using a JTextField as the input component.
XMLSchemaItemCellEditor(Dialog, String, Object[]) - Constructor for class uk.apl.jxc.tools.XMLSchemaItemCellEditor
Constructs a new XMLSchemaItemCellEditor using a JComboBox as the input component.
XMLSchemaItemSelectorUI - Class in uk.apl.jxc.tools
UI for selecting an item from an XML schema using a tree.
XMLSchemaItemSelectorUI(JDialog, TreeModel) - Constructor for class uk.apl.jxc.tools.XMLSchemaItemSelectorUI
Creates a new XMLSchemaItemSelectorUI.
XMLUtil - Class in uk.apl.jxc
XML handling utilities and helper methods.
XPathExpressionBuilderUI - Class in uk.apl.jxc.tools
UI to assist users in building a valid Xpath expression for a filter criteria.
XPathExpressionBuilderUI(JDialog, XMLSchema, String, String) - Constructor for class uk.apl.jxc.tools.XPathExpressionBuilderUI
Constructs new form XPathExpressionBuilderUI.
XSLT1_FUNCS - Static variable in enum uk.apl.jxc.XSLTFunction
Array of all XSLT 1.0 functions.
XSLT2_FUNCS - Static variable in enum uk.apl.jxc.XSLTFunction
Array of all XSLT 2.0 functions.
XSLTFunction - Enum in uk.apl.jxc
Enumeration of XSLT functions available in XMLFilter and XMLMapper.
XSLTFunction.XSLTSpecification - Enum in uk.apl.jxc
Enumeration of the XSLT specifications used

A C D E F G H I M N P R S T U V X
Copyright 2010 Andrew Leigh. All Rights Reserved.