B C D E G I M P R S T U X

B

BadParseAttributeException - exception com.elharo.xml.xinclude.BadParseAttributeException.
A BadParseAttributeException is thrown when the parse attribute has some value other than xml or text.
BadParseAttributeException() - Constructor for class com.elharo.xml.xinclude.BadParseAttributeException
Constructs a BadParseAttributeException with null as its error detail message.
BadParseAttributeException(String) - Constructor for class com.elharo.xml.xinclude.BadParseAttributeException
Constructs a BadParseAttributeException with the specified detail message.

C

characters(char[], int, int) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
characters(char[], int, int) - Method in class com.elharo.xml.xinclude.XIncludeFilter
 
CircularIncludeException - exception com.elharo.xml.xinclude.CircularIncludeException.
A CircularIncludeException is thrown when an included document attempts to include itself or one of its ancestor documents.
CircularIncludeException() - Constructor for class com.elharo.xml.xinclude.CircularIncludeException
Constructs a CircularIncludeException with null as its error detail message.
CircularIncludeException(String) - Constructor for class com.elharo.xml.xinclude.CircularIncludeException
Constructs a CircularIncludeException with the specified detail message.
com.elharo.xml.xinclude - package com.elharo.xml.xinclude
 
comment(char[], int, int) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 

D

DOMXIncluder - class com.elharo.xml.xinclude.DOMXIncluder.
DOMXIncluder provides methods to resolve DOM elements and documents to produce a new Document or Element with all XInclude references resolved.

E

EncodingHeuristics - class com.elharo.xml.xinclude.EncodingHeuristics.
EncodingHeuristics reads from a stream (which should be buffered) and attempts to guess what the encoding of the text in the stream is.
endCDATA() - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
endDocument() - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
endDocument() - Method in class com.elharo.xml.xinclude.XIncludeFilter
 
endDTD() - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
endElement(String, String, String) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
endElement(String, String, String) - Method in class com.elharo.xml.xinclude.XIncludeFilter
 
endEntity(String) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
endPrefixMapping(String) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
endPrefixMapping(String) - Method in class com.elharo.xml.xinclude.XIncludeFilter
 

G

getLineBegin(String) - Method in class com.elharo.xml.xinclude.XIncludeFilter
This method reads URL and return the first line to read
getLineCount(String) - Method in class com.elharo.xml.xinclude.XIncludeFilter
This method reads URL and return the amount of line line to read
getRootCause() - Method in class com.elharo.xml.xinclude.XIncludeException
When an IOException, MalformedURLException or other generic exception is thrown while processing an XML document for XIncludes, it is customarily replaced by some form of XIncludeException.
getRootCause() - Method in class com.elharo.xml.xinclude.XPointerException
When an IOException, MalformedURLException or other generic exception is thrown while processing an XML document for XIncludes, it is customarily replaced by some form of XPointerException.

I

ignorableWhitespace(char[], int, int) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
ignorableWhitespace(char[], int, int) - Method in class com.elharo.xml.xinclude.XIncludeFilter
 
insideIncludeElement() - Method in class com.elharo.xml.xinclude.XIncludeFilter
This utility method returns true if and only if this reader is currently inside a non-empty include element.

M

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.SAXXIncluder
The driver method for the SAXXIncluder program.
MalformedResourceException - exception com.elharo.xml.xinclude.MalformedResourceException.
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 class com.elharo.xml.xinclude.MalformedResourceException
Constructs a MalformedResourceException with null as its error detail message.
MalformedResourceException(String) - Constructor for class 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 com.elharo.xml.xinclude.MissingHrefException.
A MissingHrefException is thrown when an xinclude:include element is missing its required href attribute.
MissingHrefException() - Constructor for class com.elharo.xml.xinclude.MissingHrefException
Constructs a MissingHrefException with null as its error detail message.
MissingHrefException(String) - Constructor for class com.elharo.xml.xinclude.MissingHrefException
Constructs a MissingHrefException with the specified detail message.

P

processingInstruction(String, String) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
processingInstruction(String, String) - Method in class com.elharo.xml.xinclude.XIncludeFilter
 

R

readEncodingFromStream(InputStream) - Static method in class com.elharo.xml.xinclude.EncodingHeuristics
This utility method ????.

S

SAXXIncluder - class com.elharo.xml.xinclude.SAXXIncluder.
SAXXIncluder is a simple ContentHandler that writes its XML document onto an output stream after resolving all xinclude:include elements.
SAXXIncluder(OutputStream) - Constructor for class com.elharo.xml.xinclude.SAXXIncluder
 
SAXXIncluder(OutputStream, String) - Constructor for class com.elharo.xml.xinclude.SAXXIncluder
 
setDocumentLocator(Locator) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
setDocumentLocator(Locator) - Method in class com.elharo.xml.xinclude.XIncludeFilter
 
setFilter(XIncludeFilter) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
setRootCause(Throwable) - Method in class com.elharo.xml.xinclude.XIncludeException
When an IOException, MalformedURLException or other generic exception is thrown while processing an XML document for XIncludes, it is customarily replaced by some form of XIncludeException.
setRootCause(Throwable) - Method in class com.elharo.xml.xinclude.XPointerException
When an IOException, MalformedURLException or other generic exception is thrown while processing an XML document for XIncludes, it is customarily replaced by some form of XPointerException.
skippedEntity(String) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
skippedEntity(String) - Method in class com.elharo.xml.xinclude.XIncludeFilter
 
startCDATA() - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
startDocument() - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
startDocument() - Method in class com.elharo.xml.xinclude.XIncludeFilter
 
startDTD(String, String, String) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
startElement(String, String, String, Attributes) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
startElement(String, String, String, Attributes) - Method in class com.elharo.xml.xinclude.XIncludeFilter
 
startEntity(String) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
startPrefixMapping(String, String) - Method in class com.elharo.xml.xinclude.SAXXIncluder
 
startPrefixMapping(String, String) - Method in class com.elharo.xml.xinclude.XIncludeFilter
 

T

term1 - Static variable in class com.elharo.xml.xinclude.XIncludeFilter
the number of the first line to be included is specified in the URL after the term1 String
term2 - Static variable in class com.elharo.xml.xinclude.XIncludeFilter
the number of lines to be included is specified in the URL after the term2 String
term3 - Static variable in class com.elharo.xml.xinclude.XIncludeFilter
the number of the last line to be included is specified in the URL after the term3 String

U

UnavailableResourceException - exception com.elharo.xml.xinclude.UnavailableResourceException.
An UnavailableResourceException is thrown when an included document cannot be found or loaded.
UnavailableResourceException() - Constructor for class com.elharo.xml.xinclude.UnavailableResourceException
Constructs an UnavailableResourceException with null as its error detail message.
UnavailableResourceException(String) - Constructor for class com.elharo.xml.xinclude.UnavailableResourceException
Constructs an UnavailableResourceException with the specified detail message.

X

XINCLUDE_NAMESPACE - Static variable in class com.elharo.xml.xinclude.DOMXIncluder
 
XINCLUDE_NAMESPACE - Static variable in class com.elharo.xml.xinclude.XIncludeFilter
 
XIncludeException - exception com.elharo.xml.xinclude.XIncludeException.
XIncludeException is the generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.
XIncludeException() - Constructor for class com.elharo.xml.xinclude.XIncludeException
Constructs an XIncludeException with null as its error detail message.
XIncludeException(String) - Constructor for class com.elharo.xml.xinclude.XIncludeException
Constructs an XIncludeException with the specified detail message.
XIncludeFilter - class com.elharo.xml.xinclude.XIncludeFilter.
This is a SAX filter which resolves all XInclude include elements before passing them on to the client application.
XIncludeFilter() - Constructor for class com.elharo.xml.xinclude.XIncludeFilter
 
XML_NAMESPACE - Static variable in class com.elharo.xml.xinclude.DOMXIncluder
 
XPointerException - exception com.elharo.xml.xinclude.XPointerException.
XPointerException is the generic superclass for all checked exceptions that may be thrown as a result of a violation of XPointer syntax.
XPointerException() - Constructor for class com.elharo.xml.xinclude.XPointerException
Constructs an XPointerException with null as its error detail message.
XPointerException(String) - Constructor for class com.elharo.xml.xinclude.XPointerException
Constructs an XPointerException with the specified detail message.

B C D E G I M P R S T U X