org.xmlhammer.gui.util
Class JAXPSettings
java.lang.Object
org.xmlhammer.gui.util.JAXPSettings
- Direct Known Subclasses:
- Module
public class JAXPSettings
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXPSettings
public JAXPSettings(Settings preferences,
Settings project)
getXPathFactorySettings
public JAXPXPathFactory.Settings getXPathFactorySettings()
- Returns:
- the JAXPXPathFactory.Settings, project specific if defined, otherwise from global preferences.
getXPathFactoryFeatures
public java.util.List<Feature> getXPathFactoryFeatures()
- Returns:
- the JAXPXPathFactory.Settings, project specific if defined, otherwise from global preferences.
getXPathFactoryMappings
public final java.util.List<Mapping> getXPathFactoryMappings()
- Returns:
- the JAXPXPathFactory.Mappings, project specific if defined, otherwise from global preferences.
getSAXParserSettings
public final JAXPSAXParserFactory.Settings getSAXParserSettings()
- Returns:
- the JAXPSAXParserFactory.Settings, project specific if defined, otherwise from global preferences.
getSAXParserFactoryFeatures
public final java.util.List<Feature> getSAXParserFactoryFeatures()
- Returns:
- the JAXPSAXParserFactory.Features, project specific if defined, otherwise from global preferences.
getSAXParserFactoryProperties
public final java.util.List<Property> getSAXParserFactoryProperties()
- Returns:
- the JAXPSAXParserFactory.Properties, project specific if defined, otherwise from global preferences.
getDocumentBuilderFactorySettings
public final JAXPDocumentBuilderFactory.Settings getDocumentBuilderFactorySettings()
- Returns:
- the JAXPDocumentBuilderFactory.Settings, project specific if defined, otherwise from global preferences.
getDocumentBuilderFactoryFeatures
public final java.util.List<Feature> getDocumentBuilderFactoryFeatures()
- Returns:
- the JAXPDocumentBuilderFactory.Features, project specific if defined, otherwise from global preferences.
getDocumentBuilderFactoryAttributes
public final java.util.List<Attribute> getDocumentBuilderFactoryAttributes()
- Returns:
- the JAXPDocumentBuilderFactory.Attributes, project specific if defined, otherwise from global preferences.
getSchemaFactorySettings
public final JAXPSchemaFactory.Settings getSchemaFactorySettings()
- Returns:
- the JAXPSchemaFactory.Settings, project specific if defined, otherwise from global preferences.
getSchemaFactoryLanguageProperties
public final java.util.List<SchemaFactoryProperty> getSchemaFactoryLanguageProperties()
- Returns:
- the JAXPSchemaFactory.Settings, project specific if defined, otherwise from global preferences.
getSchemaFactoryFeatures
public final java.util.List<Feature> getSchemaFactoryFeatures()
- Returns:
- the JAXPSchemaFactory.Features, project specific if defined, otherwise from global preferences.
getSchemaFactoryProperties
public final java.util.List<Property> getSchemaFactoryProperties()
- Returns:
- the JAXPSchemaFactory.Properties, project specific if defined, otherwise from global preferences.
getTransformerFactorySettings
public final JAXPTransformerFactory.Settings getTransformerFactorySettings()
- Returns:
- the JAXPTransformerFactory.Settings, project specific if defined, otherwise from global preferences.
getTransformerFactoryFeatures
public final java.util.List<Feature> getTransformerFactoryFeatures()
- Returns:
- the JAXPTransformerFactory.Features, project specific if defined, otherwise from global preferences.
getTransformerFactoryAttributes
public final java.util.List<Attribute> getTransformerFactoryAttributes()
- Returns:
- the JAXPTransformerFactory.Attributes, project specific if defined, otherwise from global preferences.
Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.