Package relaxngcc.datatype.parser
Class Start
java.lang.Object
relaxngcc.datatype.parser.NGCCHandler
relaxngcc.datatype.parser.Start
- All Implemented Interfaces:
NGCCEventReceiver
-
Constructor Summary
ConstructorsConstructorDescriptionStart
(NGCCHandler parent, NGCCEventSource source, ParserRuntime runtime, int cookie) Start
(ParserRuntime runtime) -
Method Summary
Modifier and TypeMethodDescriptionboolean
accepted()
void
enterAttribute
(String $__uri, String $__local, String $__qname) void
enterElement
(String $__uri, String $__local, String $__qname, Attributes $attrs) final NGCCRuntime
void
leaveAttribute
(String $__uri, String $__local, String $__qname) void
leaveElement
(String $__uri, String $__local, String $__qname) void
onChildCompleted
(Object $__result__, int $__cookie__, boolean $__needAttCheck__) void
Methods inherited from class relaxngcc.datatype.parser.NGCCHandler
revertToParentFromEnterAttribute, revertToParentFromEnterElement, revertToParentFromLeaveAttribute, revertToParentFromLeaveElement, revertToParentFromText, spawnChildFromEnterAttribute, spawnChildFromEnterElement, spawnChildFromLeaveAttribute, spawnChildFromLeaveElement, spawnChildFromText, unexpectedEnterAttribute, unexpectedEnterElement, unexpectedLeaveAttribute, unexpectedLeaveElement
-
Constructor Details
-
Start
-
Start
-
-
Method Details
-
getRuntime
-
enterElement
public void enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) throws SAXException - Throws:
SAXException
-
leaveElement
- Throws:
SAXException
-
enterAttribute
- Throws:
SAXException
-
leaveAttribute
- Throws:
SAXException
-
text
- Throws:
SAXException
-
onChildCompleted
public void onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__) throws SAXException - Throws:
SAXException
-
accepted
public boolean accepted()
-