org.apache.openejb.sxc
Class TldTaglibXml

java.lang.Object
  extended by org.apache.openejb.sxc.TldTaglibXml

public class TldTaglibXml
extends Object

Version:
$Rev$ $Date$

Nested Class Summary
static class TldTaglibXml.TaglibNamespaceFilter
           
 
Constructor Summary
TldTaglibXml()
           
 
Method Summary
static void marshal(TldTaglib taglib, OutputStream outputStream)
           
static TldTaglib unmarshal(InputStream inputStream)
           
static TldTaglib unmarshal(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TldTaglibXml

public TldTaglibXml()
Method Detail

unmarshal

public static TldTaglib unmarshal(InputStream inputStream)
                           throws Exception
Throws:
Exception

unmarshal

public static TldTaglib unmarshal(URL url)
                           throws Exception
Throws:
Exception

marshal

public static void marshal(TldTaglib taglib,
                           OutputStream outputStream)
                    throws Exception
Throws:
Exception


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.