org.eclipse.xsd.impl.type
Class XSDAnyURIType

java.lang.Object
  |
  +--org.eclipse.xsd.impl.type.XSDAnySimpleType
        |
        +--org.eclipse.xsd.impl.type.XSDAnyURIType

public class XSDAnyURIType
extends XSDAnySimpleType


Field Summary
protected static org.apache.xerces.util.URI DUMMY_URI
           
 
Constructor Summary
XSDAnyURIType()
           
 
Method Summary
 boolean isValidLiteral(java.lang.String normalizedLiteral)
           
 
Methods inherited from class org.eclipse.xsd.impl.type.XSDAnySimpleType
assess, compareValues, getCanonicalLiteral, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUMMY_URI

protected static org.apache.xerces.util.URI DUMMY_URI
Constructor Detail

XSDAnyURIType

public XSDAnyURIType()
Method Detail

isValidLiteral

public boolean isValidLiteral(java.lang.String normalizedLiteral)
Overrides:
isValidLiteral in class XSDAnySimpleType

Copyright 2001-2002 IBM Corporation and others.
All Rights Reserved.