| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.transform.sax.SAXSource
org.dom4j.io.DocumentSource
 DocumentSource implements a JAXP SAXSourcefor a
 .
 
| Field Summary | |
| static String | DOM4J_FEATUREIf TransformerFactory.getFeature(java.lang.String)returnstruewhen passed this value as an argument then the
 Transformer natively supports dom4j . | 
| Fields inherited from class javax.xml.transform.sax.SAXSource | 
| FEATURE | 
| Constructor Summary | |
| DocumentSource(Document document)Creates a JAXP SAXSourcefor the givenDocument. | |
| DocumentSource(Node node)Creates a JAXP SAXSourcefor the givenNode. | |
| Method Summary | |
|  Document | getDocument()DOCUMENT ME! | 
|  XMLReader | getXMLReader()DOCUMENT ME! | 
|  void | setDocument(Document document)Sets the document used as the JAXP SAXSource | 
|  void | setInputSource(InputSource inputSource)This method is not supported as this source is always a instance. | 
|  void | setXMLReader(XMLReader reader)Sets the XMLReader used for the JAXP SAXSource. | 
| Methods inherited from class javax.xml.transform.sax.SAXSource | 
| getInputSource, getSystemId, setSystemId, sourceToInputSource | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final String DOM4J_FEATURE
TransformerFactory.getFeature(java.lang.String)returns
 true when passed this value as an argument then the
 Transformer natively supports dom4j .
| Constructor Detail | 
public DocumentSource(Node node)
SAXSourcefor the given Node.
node - DOCUMENT ME!public DocumentSource(Document document)
SAXSourcefor the given Document.
document - DOCUMENT ME!| Method Detail | 
public Document getDocument()
SAXSourcepublic void setDocument(Document document)
SAXSource
document - DOCUMENT ME!public XMLReader getXMLReader()
SAXSource.
public void setInputSource(InputSource inputSource)
                    throws UnsupportedOperationException
inputSource - DOCUMENT ME!
UnsupportedOperationException - as this method is unsupported
public void setXMLReader(XMLReader reader)
                  throws UnsupportedOperationException
SAXSource.
reader - DOCUMENT ME!
UnsupportedOperationException - DOCUMENT ME!| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||