public class NameClassNotState extends NameClassWithChildState
allowNullChild, nameClass| Constructor and Description |
|---|
NameClassNotState() |
| Modifier and Type | Method and Description |
|---|---|
protected NameClass |
castNameClass(NameClass halfCastedNameClass,
NameClass child)
combines half-made name class and newly found child name class into the name class.
|
annealNameClass, createChildState, makeNameClass, onEndChildendSelf, getPropagatedNamespaceendDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfprotected NameClass castNameClass(NameClass halfCastedNameClass, NameClass child)
NameClassWithChildStateSay 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 ) )
castNameClass in class NameClassWithChildStateCopyright © 2014 Oracle Corporation. All Rights Reserved.