Uses of Class
com.sun.xml.xsom.impl.ForeignAttributesImpl
-
Packages that use ForeignAttributesImpl Package Description com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object.com.sun.xml.xsom.impl.parser.state -
-
Uses of ForeignAttributesImpl in com.sun.xml.xsom.impl
Fields in com.sun.xml.xsom.impl declared as ForeignAttributesImpl Modifier and Type Field Description (package private) ForeignAttributesImpl
ForeignAttributesImpl. next
ForeignAttributes
forms a linked list.Methods in com.sun.xml.xsom.impl that return types with arguments of type ForeignAttributesImpl Modifier and Type Method Description private java.util.List<ForeignAttributesImpl>
ComponentImpl. convertToList(ForeignAttributesImpl fa)
java.util.List<ForeignAttributesImpl>
ComponentImpl. getForeignAttributes()
Methods in com.sun.xml.xsom.impl with parameters of type ForeignAttributesImpl Modifier and Type Method Description void
SchemaImpl. addForeignAttributes(ForeignAttributesImpl fa)
private java.util.List<ForeignAttributesImpl>
ComponentImpl. convertToList(ForeignAttributesImpl fa)
Constructors in com.sun.xml.xsom.impl with parameters of type ForeignAttributesImpl Constructor Description Any(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, int _mode)
AttGroupDeclImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name)
AttGroupDeclImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, WildcardImpl _wildcard)
AttributeDeclImpl(SchemaDocumentImpl owner, java.lang.String _targetNamespace, java.lang.String _name, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, XmlString _defValue, XmlString _fixedValue, Ref.SimpleType _type)
AttributesHolder(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous)
AttributeUseImpl(SchemaDocumentImpl owner, AnnotationImpl ann, org.xml.sax.Locator loc, ForeignAttributesImpl fa, Ref.Attribute _decl, XmlString def, XmlString fixed, boolean req)
ComplexTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, boolean _abstract, int _derivationMethod, Ref.Type _base, int _final, int _block, boolean _mixed)
ComponentImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl fa)
DeclarationImpl(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator loc, ForeignAttributesImpl fa, java.lang.String _targetNamespace, java.lang.String _name, boolean _anonymous)
ElementDecl(PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl fa, java.lang.String _tns, java.lang.String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, java.lang.Boolean _form, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, java.util.List<IdentityConstraintImpl> idConstraints)
FacetImpl(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, XmlString _value, boolean _fixed)
Finite(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.util.Set<java.lang.String> ns, int _mode)
ForeignAttributesImpl(org.relaxng.datatype.ValidationContext context, org.xml.sax.Locator locator, ForeignAttributesImpl next)
IdentityConstraintImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl fa, short category, java.lang.String name, XPathImpl selector, java.util.List<XPathImpl> fields, Ref.IdentityConstraint refer)
ListSimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType _itemType)
ModelGroupDeclImpl(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _targetNamespace, java.lang.String _name, ModelGroupImpl _modelGroup)
ModelGroupImpl(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, XSModelGroup.Compositor _compositor, ParticleImpl[] _children)
NotationImpl(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, java.lang.String _publicId, java.lang.String _systemId)
Other(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String otherNamespace, int _mode)
RestrictionSimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType _baseType)
SimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType _baseType)
UnionSimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType[] _members)
WildcardImpl(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, int _mode)
XPathImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, org.xml.sax.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 ForeignAttributesImpl Modifier and Type Method Description ForeignAttributesImpl
NGCCRuntimeEx. parseForeignAttributes(ForeignAttributesImpl next)
Methods in com.sun.xml.xsom.impl.parser with parameters of type ForeignAttributesImpl Modifier and Type Method Description ForeignAttributesImpl
NGCCRuntimeEx. 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 ForeignAttributesImpl Modifier and Type Field Description private 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 ForeignAttributesImpl Modifier and Type Method Description (package private) ForeignAttributesImpl
foreignAttributes. makeResult()
Constructors in com.sun.xml.xsom.impl.parser.state with parameters of type ForeignAttributesImpl Constructor Description foreignAttributes(NGCCRuntimeEx runtime, ForeignAttributesImpl _current)
foreignAttributes(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, ForeignAttributesImpl _current)
SimpleType_List(NGCCRuntimeEx runtime, AnnotationImpl _annotation, org.xml.sax.Locator _locator, ForeignAttributesImpl _fa, java.lang.String _name, java.util.Set _finalSet)
SimpleType_List(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, org.xml.sax.Locator _locator, ForeignAttributesImpl _fa, java.lang.String _name, java.util.Set _finalSet)
SimpleType_Restriction(NGCCRuntimeEx runtime, AnnotationImpl _annotation, org.xml.sax.Locator _locator, ForeignAttributesImpl _fa, java.lang.String _name, java.util.Set _finalSet)
SimpleType_Restriction(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, org.xml.sax.Locator _locator, ForeignAttributesImpl _fa, java.lang.String _name, java.util.Set _finalSet)
SimpleType_Union(NGCCRuntimeEx runtime, AnnotationImpl _annotation, org.xml.sax.Locator _locator, ForeignAttributesImpl _fa, java.lang.String _name, java.util.Set _finalSet)
SimpleType_Union(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _annotation, org.xml.sax.Locator _locator, ForeignAttributesImpl _fa, java.lang.String _name, java.util.Set _finalSet)
-