org.xmlhammer.model.jaxp
Class JAXPTransformerFactory

java.lang.Object
  extended by org.xmlhammer.model.jaxp.JAXPTransformerFactory

public class JAXPTransformerFactory
extends java.lang.Object

Java class for jaxpTransformerFactory element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="jaxpTransformerFactory">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="settings">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="uriResolver" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element ref="{http://www.xmlhammer.org/2007/jaxp}features"/>
           <element ref="{http://www.xmlhammer.org/2007/jaxp}attributes"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
static class JAXPTransformerFactory.Settings
          Java class for anonymous complex type.
 
Field Summary
protected  Attributes attributes
           
protected  Features features
           
protected  JAXPTransformerFactory.Settings settings
           
 
Constructor Summary
JAXPTransformerFactory()
           
 
Method Summary
 Attributes getAttributes()
          Gets the value of the attributes property.
 Features getFeatures()
          Gets the value of the features property.
 JAXPTransformerFactory.Settings getSettings()
          Gets the value of the settings property.
 void setAttributes(Attributes value)
          Sets the value of the attributes property.
 void setFeatures(Features value)
          Sets the value of the features property.
 void setSettings(JAXPTransformerFactory.Settings value)
          Sets the value of the settings property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settings

protected JAXPTransformerFactory.Settings settings

features

protected Features features

attributes

protected Attributes attributes
Constructor Detail

JAXPTransformerFactory

public JAXPTransformerFactory()
Method Detail

getSettings

public JAXPTransformerFactory.Settings getSettings()
Gets the value of the settings property.

Returns:
possible object is JAXPTransformerFactory.Settings

setSettings

public void setSettings(JAXPTransformerFactory.Settings value)
Sets the value of the settings property.

Parameters:
value - allowed object is JAXPTransformerFactory.Settings

getFeatures

public Features getFeatures()
Gets the value of the features property.

Returns:
possible object is Features

setFeatures

public void setFeatures(Features value)
Sets the value of the features property.

Parameters:
value - allowed object is Features

getAttributes

public Attributes getAttributes()
Gets the value of the attributes property.

Returns:
possible object is Attributes

setAttributes

public void setAttributes(Attributes value)
Sets the value of the attributes property.

Parameters:
value - allowed object is Attributes


Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.