Class complexType.InheritBaseContentTypeRef
- java.lang.Object
-
- com.sun.xml.xsom.impl.parser.state.complexType.InheritBaseContentTypeRef
-
- All Implemented Interfaces:
Ref.ContentType
- Enclosing class:
- complexType
private static class complexType.InheritBaseContentTypeRef extends java.lang.Object implements Ref.ContentType
-
-
Field Summary
Fields Modifier and Type Field Description private Ref.Type
baseType
private SchemaDocumentImpl
currentDocument
private XSContentType
empty
private XSContentType
expContent
-
Constructor Summary
Constructors Modifier Constructor Description private
InheritBaseContentTypeRef(Ref.Type _baseType, XSContentType _explicitContent, NGCCRuntimeEx $runtime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSContentType
getContentType()
-
-
-
Field Detail
-
baseType
private final Ref.Type baseType
-
empty
private final XSContentType empty
-
expContent
private final XSContentType expContent
-
currentDocument
private final SchemaDocumentImpl currentDocument
-
-
Constructor Detail
-
InheritBaseContentTypeRef
private InheritBaseContentTypeRef(Ref.Type _baseType, XSContentType _explicitContent, NGCCRuntimeEx $runtime)
-
-
Method Detail
-
getContentType
public XSContentType getContentType()
- Specified by:
getContentType
in interfaceRef.ContentType
-
-