public class Schema extends NGCCHandler
| Modifier and Type | Field and Description |
|---|---|
protected String |
$localName |
protected String |
$qname |
protected NGCCRuntimeEx |
$runtime |
protected String |
$uri |
_cookie, _parent, _source| Constructor and Description |
|---|
Schema(NGCCHandler parent,
NGCCEventSource source,
NGCCRuntimeEx runtime,
int cookie,
boolean _includeMode,
String _expectedNamespace) |
Schema(NGCCRuntimeEx runtime,
boolean _includeMode,
String _expectedNamespace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepted() |
void |
enterAttribute(String $__uri,
String $__local,
String $__qname) |
void |
enterElement(String $__uri,
String $__local,
String $__qname,
Attributes $attrs) |
NGCCRuntime |
getRuntime()
This method will be implemented by the generated code
and returns a reference to the current runtime.
|
void |
leaveAttribute(String $__uri,
String $__local,
String $__qname) |
void |
leaveElement(String $__uri,
String $__local,
String $__qname) |
void |
onChildCompleted(Object $__result__,
int $__cookie__,
boolean $__needAttCheck__)
Notifies the completion of a child object.
|
void |
text(String $value) |
revertToParentFromEnterAttribute, revertToParentFromEnterElement, revertToParentFromLeaveAttribute, revertToParentFromLeaveElement, revertToParentFromText, spawnChildFromEnterAttribute, spawnChildFromEnterElement, spawnChildFromLeaveAttribute, spawnChildFromLeaveElement, spawnChildFromText, unexpectedEnterAttribute, unexpectedEnterElement, unexpectedLeaveAttribute, unexpectedLeaveElementprotected final NGCCRuntimeEx $runtime
protected String $uri
protected String $localName
protected String $qname
public Schema(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, boolean _includeMode, String _expectedNamespace)
public Schema(NGCCRuntimeEx runtime, boolean _includeMode, String _expectedNamespace)
public final NGCCRuntime getRuntime()
NGCCHandlergetRuntime in class NGCCHandlerpublic void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException
SAXExceptionpublic void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException
SAXExceptionpublic void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException
SAXExceptionpublic void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException
SAXExceptionpublic void text(String $value) throws SAXException
SAXExceptionpublic void onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__) throws SAXException
NGCCHandleronChildCompleted in class NGCCHandler$__result__ - The parsing result of the child state.$__cookie__ - The cookie value passed to the child object
when it is created.$__needAttCheck__ - This flag is true when the callee needs to call the
processAttribute method to check attribute transitions.
This flag is set to false when this method is triggered by
attribute transition.SAXExceptionpublic boolean accepted()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.