public class Classes extends NGCCHandler
Auto-generated, do not edit.
| Modifier and Type | Field and Description |
|---|---|
protected String |
$localName |
protected String |
$qname |
protected NGCCRuntimeEx |
$runtime |
protected String |
$uri |
_cookie, _parent, _source| Constructor and Description |
|---|
Classes(NGCCHandler parent,
NGCCEventSource source,
NGCCRuntimeEx runtime,
int cookie) |
Classes(NGCCRuntimeEx runtime) |
| 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) |
List |
getExcludes() |
List |
getIncludes() |
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 Classes(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie)
public Classes(NGCCRuntimeEx runtime)
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 NGCCHandlerresult - 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()
public List getIncludes()
public List getExcludes()
Copyright © 2018 JBoss by Red Hat. All rights reserved.