org.apache.tika.xmp.convert
Class Namespace

java.lang.Object
  extended by org.apache.tika.xmp.convert.Namespace

public class Namespace
extends Object

Utility class to hold namespace information.


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

Field Detail

uri

public String uri

prefix

public String prefix
Constructor Detail

Namespace

public Namespace(String uri,
                 String prefix)


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.