Searched refs:isGlobal (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSDeclaration.java50 * @deprecated use the isGlobal method, which always returns
61 boolean isGlobal(); method in interface:XSDeclaration
65 * Equivalent of <code>!isGlobal()</code>
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DSym.java44 public boolean isGlobal(); method in interface:Sym
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegister.java78 public boolean isGlobal() { method in class:SPARCRegister
84 Assert.that(isOut() || isGlobal(), "register not visible after save");
91 Assert.that(isIn() || isGlobal(), "register not visible after save");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicSym.java46 public boolean isGlobal() { return (asGlobal() != null); } method in class:BasicSym
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DDeclarationImpl.java55 public final boolean isGlobal() { return !isAnonymous(); } method in class:DeclarationImpl
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/operations/
H A DVariable.java86 * @param isGlobal true if this should be a global variable reference.
88 public void setIsGlobal(boolean isGlobal) argument
90 m_isGlobal = isGlobal;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DClassSelector.java296 boolean isGlobal = false;
298 isGlobal = ((XSDeclaration)sc).isGlobal();
299 if( isGlobal )
307 if( isGlobal )
H A DDefaultClassBinder.java116 if(type.isGlobal()) {
142 if( element.isGlobal() && isCollapsable(element)) {
219 if( getGlobalBinding().isSimpleMode() && decl.isGlobal()) {
246 if(!x.isGlobal())
269 if(decl.isGlobal()) {
324 if(getGlobalBinding().isSimpleTypeSubstitution() && type.isGlobal()) {
H A DSimpleTypeBuilder.java462 if( t.isGlobal() && builder.getGlobalBinding().canBeMappedToTypeSafeEnum(t) )
547 if( !type.isGlobal() ) {
620 if(type.isGlobal())
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAttributeTraverser.java232 * @param isGlobal
239 boolean isGlobal,
264 if (isGlobal) {
284 if (isGlobal) {
357 if (isGlobal)
449 if (isGlobal) {
235 traverseNamedAttr(Element attrDecl, Object[] attrValues, XSDocumentInfo schemaDoc, SchemaGrammar grammar, boolean isGlobal, XSComplexTypeDecl enclosingCT) argument
H A DXSDElementTraverser.java255 * @param isGlobal
262 boolean isGlobal,
289 if (isGlobal) {
459 if (isGlobal)
533 if (isGlobal) {
258 traverseNamedElement(Element elmDecl, Object[] attrValues, XSDocumentInfo schemaDoc, SchemaGrammar grammar, boolean isGlobal, XSObject parent) argument
H A DXSDAbstractTraverser.java109 boolean isGlobal, XSDocumentInfo schemaDoc) {
111 Object[] attrValues = fAttrChecker.checkAttributes(annotationDecl, isGlobal, schemaDoc);
201 Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc) {
108 traverseAnnotationDecl(Element annotationDecl, Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc) argument
200 traverseSyntheticAnnotation(Element annotationParent, String initialContent, Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc) argument
H A DXSAttributeChecker.java955 * @param isGlobal whether a child of &lt;schema&gt; or &lt;redefine&gt;
959 public Object[] checkAttributes(Element element, boolean isGlobal, argument
961 return checkAttributes(element, isGlobal, schemaDoc, false);
973 * @param isGlobal whether a child of &lt;schema&gt; or &lt;redefine&gt;
978 public Object[] checkAttributes(Element element, boolean isGlobal, argument
1003 if (!isGlobal) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java270 if(member.isGlobal())
361 if( type.isGlobal()
407 if( type.isGlobal()
H A DSchemaTreeTraverser.java586 if (member.isGlobal()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DelementDeclBody.java56 private boolean isGlobal; field in class:elementDeclBody
74 this.isGlobal = _isGlobal;
1139 if(isGlobal) // global elements are always qualified
1161 !isGlobal,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java144 if(c.isGlobal() && c.getName().equals("anyType"))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java552 if(xed.isGlobal())

Completed in 305 milliseconds