ContentHandler
public class NameClassDifferenceState extends NameClassWithChildState
allowNullChild, nameClass
Constructor | Description |
---|---|
NameClassDifferenceState() |
Modifier and Type | Method | Description |
---|---|---|
protected NameClass |
castNameClass(NameClass halfCasted,
NameClass newChild) |
combines half-made name class and newly found child name class into the name class.
|
endSelf, getPropagatedNamespace
annealNameClass, createChildState, makeNameClass, onEndChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
protected NameClass castNameClass(NameClass halfCasted, NameClass newChild)
NameClassWithChildState
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 ) )
castNameClass
in class NameClassWithChildState
Copyright © 2019 Oracle Corporation. All rights reserved.