Uses of Interface
com.sun.xml.xsom.impl.parser.PatcherManager
-
Packages that use PatcherManager Package Description com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject. -
-
Uses of PatcherManager in com.sun.xml.xsom.impl
Constructors in com.sun.xml.xsom.impl with parameters of type PatcherManager Constructor Description 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) -
Uses of PatcherManager in com.sun.xml.xsom.impl.parser
Classes in com.sun.xml.xsom.impl.parser that implement PatcherManager Modifier and Type Class Description classNGCCRuntimeExNGCCRuntime extended with various utility methods for parsing XML Schema.Constructors in com.sun.xml.xsom.impl.parser with parameters of type PatcherManager Constructor Description AttGroup(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)Attribute(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)ComplexType(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)Element(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)IdentityConstraint(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)ModelGroup(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)SimpleType(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)Type(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
-