fr.opensagres.xdocreport.document.preprocessor.sax
Class PrefixMapping

java.lang.Object
  extended by fr.opensagres.xdocreport.document.preprocessor.sax.PrefixMapping

public class PrefixMapping
extends Object

Prefix mapping used to generated XML namespaces with prefix.


Constructor Summary
PrefixMapping(String prefix, String uri)
           
 
Method Summary
 String getPrefix()
           
 String getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixMapping

public PrefixMapping(String prefix,
                     String uri)
Method Detail

getPrefix

public String getPrefix()

getURI

public String getURI()


Copyright © 2013. All rights reserved.