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. -
-
Uses of ForeignAttributesImpl in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl that return types with arguments of type ForeignAttributesImpl Modifier and Type Method Description 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)
-
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)
-