本文整理汇总了Java中com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx类的典型用法代码示例。如果您正苦于以下问题:Java NGCCRuntimeEx类的具体用法?Java NGCCRuntimeEx怎么用?Java NGCCRuntimeEx使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
NGCCRuntimeEx类属于com.sun.xml.internal.xsom.impl.parser包,在下文中一共展示了NGCCRuntimeEx类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的Java代码示例。
示例1: elementDeclBody
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public elementDeclBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, Locator _locator, boolean _isGlobal) {
super(source, parent, cookie);
$runtime = runtime;
this.locator = _locator;
this.isGlobal = _isGlobal;
$_ngcc_current_state = 48;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:8,代码来源:elementDeclBody.java
示例2: annotation
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public annotation(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _existing, AnnotationContext _context) {
super(source, parent, cookie);
$runtime = runtime;
this.existing = _existing;
this.context = _context;
$_ngcc_current_state = 2;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:8,代码来源:annotation.java
示例3: InheritBaseContentTypeRef
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
private InheritBaseContentTypeRef(
Ref.Type _baseType,XSContentType _explicitContent,NGCCRuntimeEx $runtime) {
this.baseType = _baseType;
this.currentDocument = $runtime.document;
expContent = _explicitContent;
this.empty = $runtime.parser.schemaSet.empty;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:9,代码来源:complexType.java
示例4: attributeDeclBody
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public attributeDeclBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, Locator _locator, boolean _isLocal, String _defaultValue, String _fixedValue) {
super(source, parent, cookie);
$runtime = runtime;
this.locator = _locator;
this.isLocal = _isLocal;
this.defaultValue = _defaultValue;
this.fixedValue = _fixedValue;
$_ngcc_current_state = 13;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:10,代码来源:attributeDeclBody.java
示例5: SimpleType_Union
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public SimpleType_Union(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) {
super(source, parent, cookie);
$runtime = runtime;
this.annotation = _annotation;
this.locator = _locator;
this.fa = _fa;
this.name = _name;
this.finalSet = _finalSet;
$_ngcc_current_state = 12;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:11,代码来源:SimpleType_Union.java
示例6: SimpleType_Restriction
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public SimpleType_Restriction(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) {
super(source, parent, cookie);
$runtime = runtime;
this.annotation = _annotation;
this.locator = _locator;
this.fa = _fa;
this.name = _name;
this.finalSet = _finalSet;
$_ngcc_current_state = 13;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:11,代码来源:SimpleType_Restriction.java
示例7: SimpleType_List
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public SimpleType_List(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) {
super(source, parent, cookie);
$runtime = runtime;
this.annotation = _annotation;
this.locator = _locator;
this.fa = _fa;
this.name = _name;
this.finalSet = _finalSet;
$_ngcc_current_state = 10;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:11,代码来源:SimpleType_List.java
示例8: modelGroupBody
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public modelGroupBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, Locator _locator, String _compositorName) {
super(source, parent, cookie);
$runtime = runtime;
this.locator = _locator;
this.compositorName = _compositorName;
$_ngcc_current_state = 6;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:8,代码来源:modelGroupBody.java
示例9: Schema
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public Schema(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, boolean _includeMode, String _expectedNamespace) {
super(source, parent, cookie);
$runtime = runtime;
this.includeMode = _includeMode;
this.expectedNamespace = _expectedNamespace;
$_ngcc_current_state = 57;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:8,代码来源:Schema.java
示例10: redefine
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public redefine(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
super(source, parent, cookie);
$runtime = runtime;
$_ngcc_current_state = 15;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:6,代码来源:redefine.java
示例11: group
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public group(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
super(source, parent, cookie);
$runtime = runtime;
$_ngcc_current_state = 15;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:6,代码来源:group.java
示例12: complexType
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public complexType(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
super(source, parent, cookie);
$runtime = runtime;
$_ngcc_current_state = 88;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:6,代码来源:complexType.java
示例13: attributeGroupDecl
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public attributeGroupDecl(NGCCRuntimeEx runtime) {
this(null, runtime, runtime, -1);
}
开发者ID:AdoptOpenJDK,项目名称:openjdk-jdk10,代码行数:4,代码来源:attributeGroupDecl.java
示例14: xpath
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public xpath(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
super(source, parent, cookie);
$runtime = runtime;
$_ngcc_current_state = 6;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:6,代码来源:xpath.java
示例15: includeDecl
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public includeDecl(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
super(source, parent, cookie);
$runtime = runtime;
$_ngcc_current_state = 7;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:6,代码来源:includeDecl.java
示例16: erSet
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public erSet(NGCCRuntimeEx runtime) {
this(null, runtime, runtime, -1);
}
开发者ID:AdoptOpenJDK,项目名称:openjdk-jdk10,代码行数:4,代码来源:erSet.java
示例17: importDecl
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public importDecl(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
super(source, parent, cookie);
$runtime = runtime;
$_ngcc_current_state = 12;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:6,代码来源:importDecl.java
示例18: facet
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public facet(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
super(source, parent, cookie);
$runtime = runtime;
$_ngcc_current_state = 12;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:6,代码来源:facet.java
示例19: qualification
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public qualification(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
super(source, parent, cookie);
$runtime = runtime;
$_ngcc_current_state = 1;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:6,代码来源:qualification.java
示例20: identityConstraint
import com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx; //导入依赖的package包/类
public identityConstraint(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) {
super(source, parent, cookie);
$runtime = runtime;
$_ngcc_current_state = 18;
}
开发者ID:SunburstApps,项目名称:OpenJSharp,代码行数:6,代码来源:identityConstraint.java
注:本文中的com.sun.xml.internal.xsom.impl.parser.NGCCRuntimeEx类示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论