org.jboss.maven.plugins.jdocbook.gen.xslt.resolve
Class ExplicitUrnResolver

java.lang.Object
  extended by org.jboss.maven.plugins.jdocbook.gen.xslt.resolve.BasicUrnResolver
      extended by org.jboss.maven.plugins.jdocbook.gen.xslt.resolve.ExplicitUrnResolver
All Implemented Interfaces:
javax.xml.transform.URIResolver

public class ExplicitUrnResolver
extends BasicUrnResolver

Resolves an explicit urn:docbook:stylesheet URN against the standard DocBook stylesheets.

Author:
Steve Ebersole

Constructor Summary
ExplicitUrnResolver(StandardDocBookFormatSpecification type)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.maven.plugins.jdocbook.gen.xslt.resolve.BasicUrnResolver
resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExplicitUrnResolver

public ExplicitUrnResolver(StandardDocBookFormatSpecification type)
                    throws XSLTException
Throws:
XSLTException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class BasicUrnResolver


Copyright © 2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.