org.oXML.extras.xinclude
Class XIncludeMapping

java.lang.Object
  extended byorg.oXML.extras.xinclude.XIncludeMapping
All Implemented Interfaces:
TemplateMapping

public class XIncludeMapping
extends java.lang.Object
implements TemplateMapping


Field Summary
static Name NAME
           
 
Constructor Summary
XIncludeMapping()
           
 
Method Summary
protected  org.w3c.dom.Node include(org.w3c.dom.Element e, java.lang.String href)
           
 Template map(org.w3c.dom.Element e, CompilationContext env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final Name NAME
Constructor Detail

XIncludeMapping

public XIncludeMapping()
Method Detail

map

public Template map(org.w3c.dom.Element e,
                    CompilationContext env)
             throws ObjectBoxException
Specified by:
map in interface TemplateMapping
Throws:
ObjectBoxException

include

protected org.w3c.dom.Node include(org.w3c.dom.Element e,
                                   java.lang.String href)
                            throws org.xml.sax.SAXException,
                                   java.io.IOException,
                                   org.tagbox.xpath.XPathException
Throws:
org.xml.sax.SAXException
java.io.IOException
org.tagbox.xpath.XPathException