Searched refs:TypeInfo (Results 1 - 25 of 38) sorted by relevance

12

/openjdk7/jaxp/src/javax/xml/validation/
H A DTypeInfoProvider.java28 import org.w3c.dom.TypeInfo;
45 * @see org.w3c.dom.TypeInfo
60 * <p>Returns the immutable {@link TypeInfo} object for the current
69 * case where an element has a union type, the {@link TypeInfo}
72 * event will be the union type. The <code>TypeInfo</code>
81 * An immutable {@link TypeInfo} object that represents the
84 * {@link TypeInfo} longer than the callback scope.
93 public abstract TypeInfo getElementTypeInfo();
96 * Returns the immutable {@link TypeInfo} object for the specified
116 * An immutable {@link TypeInfo} objec
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DWildcardTypeInfo.java35 public interface WildcardTypeInfo<T,C> extends TypeInfo<T,C> {
H A DElement.java31 * {@link TypeInfo} that maps to an element.
37 public interface Element<T,C> extends TypeInfo<T,C> {
H A DTypeInfo.java38 public interface TypeInfo<T,C> extends Locatable { interface in inherits:Locatable
H A DNonElement.java32 * {@link TypeInfo} that maps to an element.
40 public interface NonElement<T,C> extends TypeInfo<T,C> {
H A DRegistryInfo.java46 Set<TypeInfo<T,C>> getReferences();
H A DReferencePropertyInfo.java67 Collection<? extends TypeInfo<T,C>> ref();
H A DPropertyInfo.java57 TypeInfo<T,C> parent();
90 * List of {@link TypeInfo}s that this property references.
98 Collection<? extends TypeInfo<T,C>> ref();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeTypeInfo.java30 import com.sun.xml.internal.bind.v2.model.core.TypeInfo;
35 public interface RuntimeTypeInfo extends TypeInfo<Type,Class> {
H A DRuntimeArrayInfo.java31 import com.sun.xml.internal.bind.v2.model.core.TypeInfo;
40 * The same as {@link TypeInfo#getType()} but at the runtime, an array
/openjdk7/jaxp/src/org/w3c/dom/
H A DAttr.java254 public TypeInfo getSchemaTypeInfo();
H A DTypeInfo.java45 * The <code>TypeInfo</code> interface represents a type referenced from
119 * <code>TypeInfo</code>.
123 public interface TypeInfo { interface
190 * type definition, i.e. the <code>TypeInfo</code> on which the method
H A DElement.java396 public TypeInfo getSchemaTypeInfo();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DTypeInfoImpl.java66 import org.w3c.dom.TypeInfo;
69 * Straight-forward implementation of {@link TypeInfo}.
77 public class TypeInfoImpl implements TypeInfo {
111 * Map from DTD type name ({@link String}) to {@link TypeInfo}.
116 * Obtains a {@link TypeInfo} object from the DTD type name.
119 * cache the {@link TypeInfo} objects.
121 public static TypeInfo getDTDTypeInfo( String name ) {
122 TypeInfo t = (TypeInfo)dtdCache.get(name);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRegistryInfoImpl.java36 import com.sun.xml.internal.bind.v2.model.core.TypeInfo;
59 private final Set<TypeInfo<T,C>> references = new LinkedHashSet<TypeInfo<T,C>>();
119 public Set<TypeInfo<T,C>> getReferences() {
H A DElementPropertyInfoImpl.java41 import com.sun.xml.internal.bind.v2.model.core.TypeInfo;
61 private final List<TypeInfo<TypeT,ClassDeclT>> ref = new AbstractList<TypeInfo<TypeT,ClassDeclT>>() {
62 public TypeInfo<TypeT,ClassDeclT> get(int index) {
163 public List<? extends TypeInfo<TypeT,ClassDeclT>> ref() {
H A DMapPropertyInfoImpl.java38 import com.sun.xml.internal.bind.v2.model.core.TypeInfo;
74 public Collection<? extends TypeInfo<T,C>> ref() {
H A DAnyTypeImpl.java33 import com.sun.xml.internal.bind.v2.model.core.TypeInfo;
38 * {@link TypeInfo} implementation for <tt>xs:anyType</tt>.
H A DTypeInfoImpl.java36 import com.sun.xml.internal.bind.v2.model.core.TypeInfo;
46 implements TypeInfo<TypeT,ClassDeclT>, Locatable {
61 * Reference to the {@link ModelBuilder}, only until we link {@link TypeInfo}s all together,
H A DModelBuilder.java50 import com.sun.xml.internal.bind.v2.model.core.TypeInfo;
72 * {@link TypeInfo}s that are built will go into this set.
83 private final Map<QName,TypeInfo> typeNames = new HashMap<QName,TypeInfo>();
244 for( TypeInfo<T,C> t : p.ref() )
283 TypeInfo old = typeNames.put(t,r);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DAttrImpl.java69 import org.w3c.dom.TypeInfo;
142 * @return TypeInfo
144 public TypeInfo getSchemaTypeInfo(){
H A DDefaultElement.java23 import org.w3c.dom.TypeInfo;
99 public TypeInfo getSchemaTypeInfo(){
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCTypeInfo.java36 import com.sun.xml.internal.bind.v2.model.core.TypeInfo;
40 * {@link TypeInfo} at the compile-time.
45 public interface CTypeInfo extends TypeInfo<NType,NClass>, CCustomizable {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java34 import org.w3c.dom.TypeInfo;
55 public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr,TypeInfo
115 * @see org.w3c.dom.TypeInfo#getTypeName()
120 * @see org.w3c.dom.TypeInfo#getTypeNamespace()
125 * @see or.gw3c.dom.TypeInfo#isDerivedFrom(String,String,int)
131 public TypeInfo getSchemaTypeInfo() { return this; }
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java73 import org.w3c.dom.TypeInfo;
870 public TypeInfo getAttributeTypeInfo(int index) {
875 private TypeInfo getAttributeType( int index ) {
885 public TypeInfo getAttributeTypeInfo(String attributeUri, String attributeLocalName) {
890 public TypeInfo getAttributeTypeInfo(String attributeQName) {
895 public TypeInfo getElementTypeInfo() {
902 private TypeInfo getTypeInfoFromPSVI( ItemPSVI psvi ) {
912 return (t instanceof TypeInfo) ? (TypeInfo) t : null;
919 return (t instanceof TypeInfo)
[all...]

Completed in 470 milliseconds

12