java.lang.Objectorg.xml.sax.helpers.DefaultHandler
SAXHandler
JDOMResult.FragmentHandler
private static class JDOMResult.FragmentHandler
Field Summary | |
---|---|
private Element |
dummyRoot
A dummy root element required by SAXHandler that can only cope with well-formed documents. |
Constructor Summary | |
---|---|
JDOMResult.FragmentHandler(JDOMFactory factory)
Public constructor. |
Method Summary | |
---|---|
private java.util.List |
getDetachedContent(Element elt)
Returns the content of a JDOM Element detached from it. |
java.util.List |
getResult()
Returns the result of an XSL Transformation. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endDocument, endPrefixMapping, error, fatalError, resolveEntity, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Element dummyRoot
Constructor Detail |
---|
public JDOMResult.FragmentHandler(JDOMFactory factory)
Method Detail |
---|
public java.util.List getResult()
private java.util.List getDetachedContent(Element elt)
elt
- the element to get the content from.