org.apache.webdav.lib
Class PropertyName

java.lang.Object
  |
  +--org.apache.util.QName
        |
        +--org.apache.webdav.lib.PropertyName

public class PropertyName
extends org.apache.util.QName

This class models a DAV property name.

Version:
$Revision: 1.1.2.1 $
Author:
Dirk Verbeeck

Constructor Summary
PropertyName(java.lang.String namespaceURI, java.lang.String localName)
           
 
Methods inherited from class org.apache.util.QName
equals, getLocalName, getNamespaceURI, hashCode, matches, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyName

public PropertyName(java.lang.String namespaceURI,
                    java.lang.String localName)