|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
BadParseAttributeException
is thrown when
the parse
attribute has some value other than
xml
or text
.BadParseAttributeException
with null
as its error detail message.
BadParseAttributeException
with the specified detail
message.
CircularIncludeException
is thrown when
an included document attempts to include itself or
one of its ancestor documents.CircularIncludeException
with null
as its error detail message.
CircularIncludeException
with the specified detail
message.
DOMXIncluder
provides methods to
resolve DOM elements and documents to produce
a new Document
or Element
with all XInclude references resolved.EncodingHeuristics
reads from a stream
(which should be buffered) and attempts to guess
what the encoding of the text in the stream is.IOException
, MalformedURLException
or other generic exception is thrown while processing an XML document
for XIncludes, it is customarily replaced
by some form of XIncludeException
.
IOException
, MalformedURLException
or other generic exception is thrown while processing an XML document
for XIncludes, it is customarily replaced
by some form of XPointerException
.
MalformedResourceException
is thrown when
a parsed included document is not namespace well-formed
as specified by XML 1.0 and Namespaces in XML.MalformedResourceException
with null
as its error detail message.
MalformedResourceException
with the specified detail
message.
Document
and merges in all XInclude references.
Element
and merges in all XInclude references.
MissingHrefException
is thrown when
an xinclude:include
element is missing its
required href
attribute.MissingHrefException
with null
as its error detail message.
MissingHrefException
with the specified detail
message.
SAXXIncluder
is a simple ContentHandler
that writes its XML document onto an output stream after resolving
all xinclude:include
elements.IOException
, MalformedURLException
or other generic exception is thrown while processing an XML document
for XIncludes, it is customarily replaced
by some form of XIncludeException
.
IOException
, MalformedURLException
or other generic exception is thrown while processing an XML document
for XIncludes, it is customarily replaced
by some form of XPointerException
.
term1
String
term2
String
term3
String
UnavailableResourceException
is thrown when
an included document cannot be found or loaded.UnavailableResourceException
with null
as its error detail message.
UnavailableResourceException
with the specified detail
message.
XIncludeException
is the generic superclass
for all checked exceptions that may be thrown as a result
of a violation of XInclude's rules.XIncludeException
with null
as its error detail message.
XIncludeException
with the specified detail
message.
XPointerException
is the generic superclass
for all checked exceptions that may be thrown as a result
of a violation of XPointer syntax.XPointerException
with null
as its error detail message.
XPointerException
with the specified detail
message.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |