Searched defs:TypeInfoImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DTypeInfoImpl.java77 public class TypeInfoImpl implements TypeInfo { class in inherits:TypeInfo
82 public TypeInfoImpl(){ method in class:TypeInfoImpl
86 public TypeInfoImpl(String typeNamespace, String typeName) { method in class:TypeInfoImpl
91 public TypeInfoImpl(XSTypeDefinition t) { method in class:TypeInfoImpl
132 dtdCache.put(typeNames[i],new TypeInfoImpl(dtdNamespaceURI,typeNames[i]));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DTypeInfoImpl.java45 abstract class TypeInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> class in inherits:TypeInfo,Locatable
66 protected TypeInfoImpl( method in class:TypeInfoImpl

Completed in 40 milliseconds