org.apache.woden.xml
Interface URIAttr
- All Superinterfaces:
- XMLAttr
- All Known Implementing Classes:
- URIAttrImpl
- public interface URIAttr
- extends XMLAttr
This interface represents XML attribute information items of type xs:anyURI.
If the attribute value cannot be converted into a java.net.URI the getContent()
and getURI() methods will return null and isValid() will return false.
- Author:
- jkaputin@apache.org
Method Summary |
java.net.URI |
getURI()
|
getURI
public java.net.URI getURI()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.