Class XIncluder

java.lang.Object
nu.xom.xinclude.XIncluder

public class XIncluder extends Object

Implements XInclude resolution as specified in XML Inclusions (XInclude) Version 1.0. Fallbacks are supported. The XPointer element() scheme and shorthand XPointers are also supported. The XPointer xpointer() scheme is not supported. The accept and accept-language attributes are supported.

Version:
1.3.9
Author:
Elliotte Rusty Harold
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The namespace name of all XInclude elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Document
    Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content.
    static Document
    resolve(Document in, Builder builder)
    Returns a copy of the document in which all xinclude:include elements have been replaced by their referenced content as loaded by the builder.
    static void
    Modifies a document by replacing all xinclude:include elements by their referenced content.
    static void
    Modifies a document by replacing all xinclude:include elements with their referenced content as loaded by the builder.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait