ContentHandler
AnyAttributeState
, AnyElementState
public abstract class AnyState extends ExpressionWithoutChildState
Constructor | Description |
---|---|
AnyState() |
Modifier and Type | Method | Description |
---|---|---|
protected abstract Expression |
createExpression(String namespace,
String process) |
creates AGM that corresponds to the specified parameters.
|
protected NameClass |
createLaxNameClass(NameClass allowedNc,
XMLSchemaReader.RefResolver res) |
|
protected NameClass |
getNameClass(String namespace,
XMLSchemaSchema currentSchema) |
processes 'namepsace' attribute and gets corresponding NameClass object.
|
protected abstract NameClass |
getNameClassFrom(ReferenceExp exp) |
|
protected Expression |
makeExpression() |
This method is called from endElement method.
|
endSelf
createChildState
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 final Expression makeExpression()
ExpressionState
makeExpression
in class ExpressionState
protected abstract Expression createExpression(String namespace, String process)
protected NameClass getNameClass(String namespace, XMLSchemaSchema currentSchema)
protected abstract NameClass getNameClassFrom(ReferenceExp exp)
protected NameClass createLaxNameClass(NameClass allowedNc, XMLSchemaReader.RefResolver res)
Copyright © 2019 Oracle Corporation. All rights reserved.