Searched defs:core (Results 51 - 75 of 110) sorted by relevance

12345

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DReadOnlyGrammarPool.java35 private final XMLGrammarPool core; field in class:ReadOnlyGrammarPool
38 this.core = pool;
54 return core.retrieveGrammar(desc);
58 return core.retrieveInitialGrammarSet(grammarType);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DErrorReceiverFilter.java47 private ErrorListener core; field in class:ErrorReceiverFilter
49 core = handler;
64 if(core!=null) core.info(exception);
72 if(core!=null) core.warning(exception);
77 if(core!=null) core.error(exception);
82 if(core!=null) core
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DXmlAttributeQuick.java36 private final XmlAttribute core; field in class:XmlAttributeQuick
38 public XmlAttributeQuick(Locatable upstream, XmlAttribute core) { argument
40 this.core = core;
44 return core;
47 protected Quick newInstance(Locatable upstream, Annotation core) { argument
48 return new XmlAttributeQuick(upstream, ((XmlAttribute) core));
56 return core.name();
60 return core.namespace();
64 return core
[all...]
H A DXmlElementDeclQuick.java36 private final XmlElementDecl core; field in class:XmlElementDeclQuick
38 public XmlElementDeclQuick(Locatable upstream, XmlElementDecl core) { argument
40 this.core = core;
44 return core;
47 protected Quick newInstance(Locatable upstream, Annotation core) { argument
48 return new XmlElementDeclQuick(upstream, ((XmlElementDecl) core));
56 return core.name();
60 return core.scope();
64 return core
[all...]
H A DXmlElementQuick.java36 private final XmlElement core; field in class:XmlElementQuick
38 public XmlElementQuick(Locatable upstream, XmlElement core) { argument
40 this.core = core;
44 return core;
47 protected Quick newInstance(Locatable upstream, Annotation core) { argument
48 return new XmlElementQuick(upstream, ((XmlElement) core));
56 return core.name();
60 return core.type();
64 return core
[all...]
H A DXmlElementRefQuick.java36 private final XmlElementRef core; field in class:XmlElementRefQuick
38 public XmlElementRefQuick(Locatable upstream, XmlElementRef core) { argument
40 this.core = core;
44 return core;
47 protected Quick newInstance(Locatable upstream, Annotation core) { argument
48 return new XmlElementRefQuick(upstream, ((XmlElementRef) core));
56 return core.name();
60 return core.type();
64 return core
[all...]
H A DXmlSchemaQuick.java38 private final XmlSchema core; field in class:XmlSchemaQuick
40 public XmlSchemaQuick(Locatable upstream, XmlSchema core) { argument
42 this.core = core;
46 return core;
49 protected Quick newInstance(Locatable upstream, Annotation core) { argument
50 return new XmlSchemaQuick(upstream, ((XmlSchema) core));
58 return core.location();
62 return core.namespace();
66 return core
[all...]
H A DXmlSchemaTypeQuick.java36 private final XmlSchemaType core; field in class:XmlSchemaTypeQuick
38 public XmlSchemaTypeQuick(Locatable upstream, XmlSchemaType core) { argument
40 this.core = core;
44 return core;
47 protected Quick newInstance(Locatable upstream, Annotation core) { argument
48 return new XmlSchemaTypeQuick(upstream, ((XmlSchemaType) core));
56 return core.name();
60 return core.type();
64 return core
[all...]
H A DXmlTypeQuick.java36 private final XmlType core; field in class:XmlTypeQuick
38 public XmlTypeQuick(Locatable upstream, XmlType core) { argument
40 this.core = core;
44 return core;
47 protected Quick newInstance(Locatable upstream, Annotation core) { argument
48 return new XmlTypeQuick(upstream, ((XmlType) core));
56 return core.name();
60 return core.namespace();
64 return core
[all...]
H A DLocatableAnnotation.java45 private final Annotation core; field in class:LocatableAnnotation
84 LocatableAnnotation(Annotation core, Locatable upstream) { argument
85 this.core = core;
107 return method.invoke(core,args);
116 return core.toString();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DPropertyInfo.java26 package com.sun.xml.internal.bind.v2.model.core;
H A DPropertyKind.java26 package com.sun.xml.internal.bind.v2.model.core;
H A DReferencePropertyInfo.java26 package com.sun.xml.internal.bind.v2.model.core;
H A DClassInfo.java26 package com.sun.xml.internal.bind.v2.model.core;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMimeTypedTransducer.java51 public MimeTypedTransducer(Transducer<V> core,MimeType expectedMimeType) { argument
52 super(core);
61 return core.print(o);
71 core.writeText(w, o, fieldName);
81 core.writeLeafElement(w, tagName, o, fieldName);
H A DSchemaTypeTransducer.java52 public SchemaTypeTransducer(Transducer<V> core, QName schemaType) { argument
53 super(core);
62 return core.print(o);
72 core.writeText(w,o,fieldName);
82 core.writeLeafElement(w, tagName, o, fieldName);
H A DFilterTransducer.java44 protected final Transducer<T> core; field in class:FilterTransducer
46 protected FilterTransducer(Transducer<T> core) { argument
47 this.core = core;
57 return core.useNamespace();
61 core.declareNamespace(o, w);
65 return core.print(o);
69 return core.parse(lexical);
73 core.writeText(w, o, fieldName);
77 core
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DXDrawingAreaP.h68 CorePart core; member in struct:_XDrawingAreaRec
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DKeyGeneratorCore.java35 * KeyGeneratore core implementation and individual key generator
39 * core implementation in this KeyGeneratorCore class, which is used
110 private final KeyGeneratorCore core; field in class:KeyGeneratorCore.HmacSHA256KG
112 core = new KeyGeneratorCore("HmacSHA256", 256);
115 core.implInit(random);
119 core.implInit(params, random);
122 core.implInit(keySize, random);
125 return core.implGenerateKey();
131 private final KeyGeneratorCore core; field in class:KeyGeneratorCore.HmacSHA384KG
133 core
152 private final KeyGeneratorCore core; field in class:KeyGeneratorCore.HmacSHA512KG
173 private final KeyGeneratorCore core; field in class:KeyGeneratorCore.RC2KeyGenerator
198 private final KeyGeneratorCore core; field in class:KeyGeneratorCore.ARCFOURKeyGenerator
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DElementAdapter.java66 protected final FieldOutline core; field in class:ElementAdapter
73 public ElementAdapter(FieldOutline core, CElementInfo ei) { argument
74 this.core = core;
79 return core.parent();
83 return core.getPropertyInfo();
87 return core.parent().parent();
98 acc = core.create(target);
114 return core.getPropertyInfo();
H A DElementCollectionAdapter.java54 public ElementCollectionAdapter(FieldOutline core, CElementInfo ei) { argument
55 super(core, ei);
81 // for( JAXBElement e : [core.toRawValue] ) {
89 JVar $col = block.decl(core.getRawType(), "col" + hashCode());
107 // [core.fromRawValue]
H A DElementSingleAdapter.java50 public ElementSingleAdapter(FieldOutline core, CElementInfo ei) { argument
51 super(core, ei);
69 // if([core.hasSetValue])
70 // $var = [core.toRawValue].getValue();
75 JVar $v = cond._then().decl(core.getRawType(), "v" + hashCode());// TODO: unique value control
83 // [core.fromRawValue](new JAXBElement(tagName, TYPE, $var));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DIsSetField.java48 private final FieldOutline core; field in class:IsSetField
54 FieldOutline core, boolean unsetMethod, boolean issetMethod ) {
56 this.core = core;
70 FieldAccessor acc = core.create(JExpr._this());
92 return core.getRawType();
101 private final FieldAccessor core; field in class:IsSetField.Accessor
105 this.core = IsSetField.this.core.create($target);
110 core
53 IsSetField( ClassOutlineImpl outline, CPropertyInfo prop, FieldOutline core, boolean unsetMethod, boolean issetMethod ) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DAdaptedAccessor.java32 import com.sun.xml.internal.bind.v2.model.core.Adapter;
42 private final Accessor<BeanT,InMemValueT> core; field in class:AdaptedAccessor
47 this.core = extThis;
57 InMemValueT v = core.get(bean);
70 core.set(bean, (o == null ? null : a.unmarshal(o)));
77 return core.getUnadapted(bean);
81 core.setUnadapted(bean,value);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DXsiNilLoader.java109 public Array(Loader core) { argument
110 super(core);

Completed in 92 milliseconds

12345