gcc/libjava/classpath/gnu/xml/transform
Chris Burdess 08452f4553 re PR classpath/30718 (TransformerException in XSLURIResolver)
2007-02-07  Chris Burdess  <dog@gnu.org>

	Fixes PR 30718.
	* gnu/xml/dom/ls/SAXEventSink.java: Add public accessor/mutators.
	* gnu/xml/transform/XSLURIResolver.java: Add support for custom
	  SAXSources without a backing URL or stream.

	Fixes PR 27710.
	* gnu/xml/dom/DomDocumentBuilderFactory.java: Fall back to synchronous
	  LSParser if implementation does not support asynchronous.
	* gnu/xml/stream/XMLParser.java,
	  gnu/xml/stream/XIncludeFilter.java: Use custom code instead of
	  java.net.URL to resolve to an an absolute URI, to avoid nonexistent
	  protocol handler problems.

From-SVN: r121694
2007-02-07 18:22:26 +00:00
..
AbstractNumberNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ApplyImportsNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ApplyTemplatesNode.java Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
AttributeNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
AttributeSet.java Initial revision 2005-07-16 00:30:23 +00:00
Bindings.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
CallTemplateNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ChooseNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
CommentNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
CopyNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
CopyOfNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
CurrentFunction.java Initial revision 2005-07-16 00:30:23 +00:00
DOMSourceLocator.java Initial revision 2005-07-16 00:30:23 +00:00
DocumentFunction.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ElementAvailableFunction.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
ElementNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ErrorListenerErrorHandler.java Initial revision 2005-07-16 00:30:23 +00:00
ForEachNode.java Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
FormatNumberFunction.java Initial revision 2005-07-16 00:30:23 +00:00
FunctionAvailableFunction.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
GenerateIdFunction.java Initial revision 2005-07-16 00:30:23 +00:00
IfNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
Key.java Initial revision 2005-07-16 00:30:23 +00:00
KeyFunction.java Initial revision 2005-07-16 00:30:23 +00:00
LiteralNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
MessageNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
NamespaceProxy.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
NodeNumberNode.java Initial revision 2005-07-16 00:30:23 +00:00
NumberNode.java Initial revision 2005-07-16 00:30:23 +00:00
OtherwiseNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ParameterNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
ProcessingInstructionNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
SAXSerializer.java Initial revision 2005-07-16 00:30:23 +00:00
SAXTemplatesHandler.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
SAXTransformerHandler.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
SortKey.java Initial revision 2005-07-16 00:30:23 +00:00
StreamSerializer.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
StrippingInstruction.java Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
Stylesheet.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
SystemPropertyFunction.java Initial revision 2005-07-16 00:30:23 +00:00
Template.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
TemplateNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
TemplatesImpl.java Initial revision 2005-07-16 00:30:23 +00:00
TextNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
TransformerFactoryImpl.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
TransformerImpl.java re PR xml/29362 (NullPointerException in gnu.xml.transform.TransformerImpl.strip(libgcj.so.7rh)) 2006-10-10 19:31:56 +00:00
TransformerOutputProperties.java Initial revision 2005-07-16 00:30:23 +00:00
URIResolverEntityResolver.java Initial revision 2005-07-16 00:30:23 +00:00
UnparsedEntityUriFunction.java Initial revision 2005-07-16 00:30:23 +00:00
ValueOfNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
WhenNode.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +00:00
WithParam.java Initial revision 2005-07-16 00:30:23 +00:00
XSLComparator.java Initial revision 2005-07-16 00:30:23 +00:00
XSLURIResolver.java re PR classpath/30718 (TransformerException in XSLURIResolver) 2007-02-07 18:22:26 +00:00
package.html Initial revision 2005-07-16 00:30:23 +00:00