- main(String[]) - Static method in class com.elharo.xml.xinclude.DOMXIncluder
-
The driver method for the XIncluder program.
- main(String[]) - Static method in class com.elharo.xml.xinclude.JDOMXIncluder
-
The driver method for the XIncluder program.
- main(String[]) - Static method in class com.elharo.xml.xinclude.SAXXIncluder
-
The driver method for the SAXXIncluder program.
- MalformedResourceException - Exception in com.elharo.xml.xinclude
-
A MalformedResourceException
is thrown when
a parsed included document is not namespace well-formed
as specified by XML 1.0 and Namespaces in XML.
- MalformedResourceException() - Constructor for exception com.elharo.xml.xinclude.MalformedResourceException
-
Constructs a MalformedResourceException
with null
as its error detail message.
- MalformedResourceException(String) - Constructor for exception com.elharo.xml.xinclude.MalformedResourceException
-
Constructs a MalformedResourceException
with the specified detail
message.
- merge(Document, String) - Static method in class com.elharo.xml.xinclude.DOMXIncluder
-
This method resolves a DOM Document
and merges in all XInclude references.
- merge(Element, String) - Static method in class com.elharo.xml.xinclude.DOMXIncluder
-
This method resolves a DOM Element
and merges in all XInclude references.
- MissingHrefException - Exception in com.elharo.xml.xinclude
-
A MissingHrefException
is thrown when
an xinclude:include
element is missing its
required href
attribute.
- MissingHrefException() - Constructor for exception com.elharo.xml.xinclude.MissingHrefException
-
Constructs a MissingHrefException
with null
as its error detail message.
- MissingHrefException(String) - Constructor for exception com.elharo.xml.xinclude.MissingHrefException
-
Constructs a MissingHrefException
with the specified detail
message.