Uses of Class
com.sun.xml.xsom.impl.ForeignAttributesImpl
Packages that use ForeignAttributesImpl
Package
Description
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.-
Uses of ForeignAttributesImpl in com.sun.xml.xsom.impl
Fields in com.sun.xml.xsom.impl declared as ForeignAttributesImplModifier and TypeFieldDescription(package private) final ForeignAttributesImpl
ForeignAttributesImpl.next
ForeignAttributes
forms a linked list.Methods in com.sun.xml.xsom.impl that return types with arguments of type ForeignAttributesImplModifier and TypeMethodDescriptionprivate List
<ForeignAttributesImpl> ComponentImpl.convertToList
(ForeignAttributesImpl fa) ComponentImpl.getForeignAttributes()
Methods in com.sun.xml.xsom.impl with parameters of type ForeignAttributesImplModifier and TypeMethodDescriptionvoid
SchemaImpl.addForeignAttributes
(ForeignAttributesImpl fa) private List
<ForeignAttributesImpl> ComponentImpl.convertToList
(ForeignAttributesImpl fa) Constructors in com.sun.xml.xsom.impl with parameters of type ForeignAttributesImplModifierConstructorDescriptionAny
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, int _mode) AttGroupDeclImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name) AttGroupDeclImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, WildcardImpl _wildcard) AttributeDeclImpl
(SchemaDocumentImpl owner, String _targetNamespace, String _name, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, XmlString _defValue, XmlString _fixedValue, Ref.SimpleType _type) protected
AttributesHolder
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous) AttributeUseImpl
(SchemaDocumentImpl owner, AnnotationImpl ann, Locator loc, ForeignAttributesImpl fa, Ref.Attribute _decl, XmlString def, XmlString fixed, boolean req) ComplexTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, boolean _abstract, int _derivationMethod, Ref.Type _base, int _final, int _block, boolean _mixed) protected
ComponentImpl
(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa) (package private)
DeclarationImpl
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator loc, ForeignAttributesImpl fa, String _targetNamespace, String _name, boolean _anonymous) ElementDecl
(PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, String _tns, String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, Boolean _form, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, List<IdentityConstraintImpl> idConstraints) FacetImpl
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, XmlString _value, boolean _fixed) Finite
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, Set<String> ns, int _mode) ForeignAttributesImpl
(org.relaxng.datatype.ValidationContext context, Locator locator, ForeignAttributesImpl next) IdentityConstraintImpl
(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, short category, String name, XPathImpl selector, List<XPathImpl> fields, Ref.IdentityConstraint refer) ListSimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _itemType) ModelGroupDeclImpl
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _targetNamespace, String _name, ModelGroupImpl _modelGroup) ModelGroupImpl
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, XSModelGroup.Compositor _compositor, ParticleImpl[] _children) NotationImpl
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, String _publicId, String _systemId) Other
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String otherNamespace, int _mode) RestrictionSimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _baseType) (package private)
SimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _baseType) UnionSimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType[] _members) protected
WildcardImpl
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, int _mode) XPathImpl
(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, XmlString xpath) -
Uses of ForeignAttributesImpl in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return ForeignAttributesImplModifier and TypeMethodDescriptionNGCCRuntimeEx.parseForeignAttributes
(ForeignAttributesImpl next) Methods in com.sun.xml.xsom.impl.parser with parameters of type ForeignAttributesImplModifier and TypeMethodDescriptionNGCCRuntimeEx.parseForeignAttributes
(ForeignAttributesImpl next) -
Uses of ForeignAttributesImpl in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as ForeignAttributesImplModifier and TypeFieldDescriptionprivate ForeignAttributesImpl
foreignAttributes.current
private ForeignAttributesImpl
attributeDeclBody.fa
private ForeignAttributesImpl
attributeGroupDecl.fa
private ForeignAttributesImpl
attributeUses.fa
private ForeignAttributesImpl
complexType.fa
private ForeignAttributesImpl
elementDeclBody.fa
private ForeignAttributesImpl
facet.fa
private ForeignAttributesImpl
group.fa
private ForeignAttributesImpl
identityConstraint.fa
private ForeignAttributesImpl
modelGroupBody.fa
private ForeignAttributesImpl
notation.fa
private ForeignAttributesImpl
Schema.fa
private ForeignAttributesImpl
SimpleType_List.fa
private ForeignAttributesImpl
SimpleType_Restriction.fa
private ForeignAttributesImpl
SimpleType_Union.fa
private ForeignAttributesImpl
simpleType.fa
private ForeignAttributesImpl
wildcardBody.fa
private ForeignAttributesImpl
xpath.fa
Methods in com.sun.xml.xsom.impl.parser.state that return ForeignAttributesImplModifier and TypeMethodDescription(package private) ForeignAttributesImpl
foreignAttributes.makeResult()
Constructors in com.sun.xml.xsom.impl.parser.state with parameters of type ForeignAttributesImplModifierConstructorDescriptionforeignAttributes
(NGCCRuntimeEx runtime, ForeignAttributesImpl _current) foreignAttributes
(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, ForeignAttributesImpl _current) SimpleType_List
(NGCCRuntimeEx runtime, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) SimpleType_List
(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) SimpleType_Restriction
(NGCCRuntimeEx runtime, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) SimpleType_Restriction
(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) SimpleType_Union
(NGCCRuntimeEx runtime, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet) SimpleType_Union
(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, Locator _locator, ForeignAttributesImpl _fa, String _name, Set _finalSet)