public final class JDOMXIncluder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
JDOMXIncluder.PathResolver |
Modifier and Type | Field and Description |
---|---|
static JDOMXIncluder.PathResolver |
DEFAULT_PATH_RESOLVER |
Modifier and Type | Method and Description |
---|---|
static Document |
resolve(Document original,
java.lang.String base)
Deprecated.
|
static java.util.List<Element> |
resolve(Element original,
java.net.URL base) |
static void |
resolveNonXIncludeElement(Element original,
java.net.URL base,
boolean ignoreMissing,
JDOMXIncluder.PathResolver pathResolver)
The original element will be mutated in place.
|
static Element |
resolveRoot(Element original,
java.net.URL base)
The original element will be mutated in place.
|
public static final JDOMXIncluder.PathResolver DEFAULT_PATH_RESOLVER
public static Element resolveRoot(Element original, java.net.URL base) throws XIncludeException, java.net.MalformedURLException
XIncludeException
java.net.MalformedURLException
@Deprecated public static Document resolve(Document original, java.lang.String base) throws XIncludeException, java.net.MalformedURLException
resolveRoot(Element, URL)
XIncludeException
java.net.MalformedURLException
public static void resolveNonXIncludeElement(Element original, java.net.URL base, boolean ignoreMissing, JDOMXIncluder.PathResolver pathResolver) throws XIncludeException, java.net.MalformedURLException
XIncludeException
java.net.MalformedURLException
public static java.util.List<Element> resolve(Element original, java.net.URL base) throws XIncludeException, java.net.MalformedURLException
XIncludeException
java.net.MalformedURLException