| java.lang.Object com.sun.xml.xsom.impl.parser.state.NGCCHandler com.sun.xml.xsom.impl.parser.state.attributeDeclBody
Constructor Summary | |
public | attributeDeclBody(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, Locator _locator, boolean _isLocal, String _defaultValue, String _fixedValue) | public | attributeDeclBody(NGCCRuntimeEx runtime, Locator _locator, boolean _isLocal, String _defaultValue, String _fixedValue) |
Method Summary | |
public boolean | accepted() | public void | enterAttribute(String $__uri, String $__local, String $__qname) | public void | enterElement(String $__uri, String $__local, String $__qname, Attributes $attrs) | final public NGCCRuntime | getRuntime() | public void | leaveAttribute(String $__uri, String $__local, String $__qname) | public void | leaveElement(String $__uri, String $__local, String $__qname) | public void | onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__) | public void | text(String $value) |
accepted | public boolean accepted()(Code) | | |
onChildCompleted | public void onChildCompleted(Object $__result__, int $__cookie__, boolean $__needAttCheck__) throws SAXException(Code) | | |
Methods inherited from com.sun.xml.xsom.impl.parser.state.NGCCHandler | abstract protected NGCCRuntime getRuntime()(Code)(Java Doc) abstract protected void onChildCompleted(Object result, int cookie, boolean needAttCheck) throws SAXException(Code)(Java Doc) public void revertToParentFromEnterAttribute(Object result, int cookie, String uri, String local, String qname) throws SAXException(Code)(Java Doc) public void revertToParentFromEnterElement(Object result, int cookie, String uri, String local, String qname, Attributes atts) throws SAXException(Code)(Java Doc) public void revertToParentFromLeaveAttribute(Object result, int cookie, String uri, String local, String qname) throws SAXException(Code)(Java Doc) public void revertToParentFromLeaveElement(Object result, int cookie, String uri, String local, String qname) throws SAXException(Code)(Java Doc) public void revertToParentFromText(Object result, int cookie, String text) throws SAXException(Code)(Java Doc) public void spawnChildFromEnterAttribute(NGCCEventReceiver child, String uri, String localname, String qname) throws SAXException(Code)(Java Doc) public void spawnChildFromEnterElement(NGCCEventReceiver child, String uri, String localname, String qname, Attributes atts) throws SAXException(Code)(Java Doc) public void spawnChildFromLeaveAttribute(NGCCEventReceiver child, String uri, String localname, String qname) throws SAXException(Code)(Java Doc) public void spawnChildFromLeaveElement(NGCCEventReceiver child, String uri, String localname, String qname) throws SAXException(Code)(Java Doc) public void spawnChildFromText(NGCCEventReceiver child, String value) throws SAXException(Code)(Java Doc) public void unexpectedEnterAttribute(String qname) throws SAXException(Code)(Java Doc) public void unexpectedEnterElement(String qname) throws SAXException(Code)(Java Doc) public void unexpectedLeaveAttribute(String qname) throws SAXException(Code)(Java Doc) public void unexpectedLeaveElement(String qname) throws SAXException(Code)(Java Doc)
|
|
|