Class NameClassNotState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.trex.NameClassState
com.sun.msv.reader.trex.NameClassWithChildState
com.sun.msv.reader.trex.NameClassNotState
- All Implemented Interfaces:
NameClassOwner, ContentHandler
parses <not> name class.
-
Field Summary
Fields inherited from class NameClassWithChildState
allowNullChild, nameClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NameClasscastNameClass(NameClass halfCastedNameClass, NameClass child) combines half-made name class and newly found child name class into the name class.Methods inherited from class NameClassWithChildState
annealNameClass, createChildState, makeNameClass, onEndChildMethods inherited from class NameClassState
endSelf, getPropagatedNamespaceMethods inherited from class SimpleState
endDocument, endElement, isGrammarElement, startElementMethods inherited from class State
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
-
Constructor Details
-
NameClassNotState
public NameClassNotState()
-
-
Method Details
-
castNameClass
Description copied from class:NameClassWithChildStatecombines half-made name class and newly found child name class into the name class.Say this container has three child name class n1,n2, and n3. Then, the name class of this container will be made by the following method invocations.
annealNameClass( castNameClass( castNameClass( castNameClass(null,p1), p2), p3 ) )
- Specified by:
castNameClassin classNameClassWithChildState
-