Uses of Class
com.sun.xml.xsom.impl.parser.state.NGCCHandler
-
Packages that use NGCCHandler Package Description com.sun.xml.xsom.impl.parser.state -
-
Uses of NGCCHandler in com.sun.xml.xsom.impl.parser.state
Subclasses of NGCCHandler in com.sun.xml.xsom.impl.parser.state Modifier and Type Class Description (package private) class
annotation
(package private) class
attributeDeclBody
(package private) class
attributeGroupDecl
(package private) class
attributeUses
(package private) class
complexType
(package private) class
complexType_complexContent_body
(package private) class
elementDeclBody
(package private) class
erSet
(package private) class
ersSet
(package private) class
facet
(package private) class
foreignAttributes
(package private) class
group
(package private) class
identityConstraint
(package private) class
importDecl
(package private) class
includeDecl
(package private) class
modelGroupBody
(package private) class
notation
(package private) class
occurs
(package private) class
particle
(package private) class
qname
(package private) class
qualification
(package private) class
redefine
class
Schema
(package private) class
simpleType
(package private) class
SimpleType_List
(package private) class
SimpleType_Restriction
(package private) class
SimpleType_Union
(package private) class
wildcardBody
(package private) class
xpath
Fields in com.sun.xml.xsom.impl.parser.state declared as NGCCHandler Modifier and Type Field Description protected NGCCHandler
NGCCHandler. _parent
Parent NGCCHandler, if any.private NGCCHandler
NGCCInterleaveFilter. _parent
Parent handler.Methods in com.sun.xml.xsom.impl.parser.state with parameters of type NGCCHandler Modifier and Type Method Description void
NGCCRuntime. setRootHandler(NGCCHandler rootHandler)
Sets the root handler, which will be used to parse the root element.Constructors in com.sun.xml.xsom.impl.parser.state with parameters of type NGCCHandler Constructor Description annotation(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _existing, AnnotationContext _context)
attributeDeclBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, org.xml.sax.Locator _locator, boolean _isLocal, java.lang.String _defaultValue, java.lang.String _fixedValue)
attributeGroupDecl(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
attributeUses(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AttributesHolder _owner)
complexType(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
complexType_complexContent_body(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AttributesHolder _owner)
elementDeclBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, org.xml.sax.Locator _locator, boolean _isGlobal)
erSet(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
ersSet(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
facet(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
foreignAttributes(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, ForeignAttributesImpl _current)
group(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
identityConstraint(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
importDecl(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
includeDecl(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
modelGroupBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, org.xml.sax.Locator _locator, java.lang.String _compositorName)
NGCCHandler(NGCCEventSource source, NGCCHandler parent, int parentCookie)
NGCCInterleaveFilter(NGCCHandler parent, int cookie)
notation(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
occurs(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
particle(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
qname(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
qualification(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
redefine(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
Schema(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, boolean _includeMode, java.lang.String _expectedNamespace)
simpleType(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
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(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(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)
wildcardBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, org.xml.sax.Locator _locator)
xpath(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
-