org.xmlhammer.model.jaxp
Class JAXPDocumentBuilderFactory

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

public class JAXPDocumentBuilderFactory
extends java.lang.Object

Java class for jaxpDocumentBuilderFactory element declaration.

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

 <element name="jaxpDocumentBuilderFactory">
   <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="coalescing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                   <attribute name="expandEntityReference" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                   <attribute name="ignoringComments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                   <attribute name="ignoringElementContentWhitespace" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                   <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 JAXPDocumentBuilderFactory.Settings
          Java class for anonymous complex type.
 
Field Summary
protected  Attributes attributes
           
protected  Features features
           
protected  JAXPDocumentBuilderFactory.Settings settings
           
 
Constructor Summary
JAXPDocumentBuilderFactory()
           
 
Method Summary
 Attributes getAttributes()
          Gets the value of the attributes property.
 Features getFeatures()
          Gets the value of the features property.
 JAXPDocumentBuilderFactory.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(JAXPDocumentBuilderFactory.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 JAXPDocumentBuilderFactory.Settings settings

features

protected Features features

attributes

protected Attributes attributes
Constructor Detail

JAXPDocumentBuilderFactory

public JAXPDocumentBuilderFactory()
Method Detail

getSettings

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

Returns:
possible object is JAXPDocumentBuilderFactory.Settings

setSettings

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

Parameters:
value - allowed object is JAXPDocumentBuilderFactory.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.