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, unexpectedLeaveElement
protected 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()
NGCCHandler
getRuntime
in class NGCCHandler
public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException
SAXException
public void leaveElement(String $__uri, String $__local, String $__qname) throws SAXException
SAXException
public void enterAttribute(String $__uri, String $__local, String $__qname) throws SAXException
SAXException
public void leaveAttribute(String $__uri, String $__local, String $__qname) throws SAXException
SAXException
public void text(String $value) throws SAXException
SAXException
public void onChildCompleted(Object result, int cookie, boolean needAttCheck) throws SAXException
NGCCHandler
onChildCompleted
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.SAXException
public boolean accepted()
public List getIncludes()
public List getExcludes()
Copyright © 2019 JBoss by Red Hat. All rights reserved.