public static class XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame extends XMLTypeResourceImpl.StackFrame
| Modifier and Type | Field and Description |
|---|---|
protected SimpleAnyType |
theSimpleAnyType |
| Constructor and Description |
|---|
XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame() |
| Modifier and Type | Method and Description |
|---|---|
void |
create() |
void |
endElement(XMLTypeResourceImpl.StackFrame child) |
void |
handleAttributes(org.xml.sax.Attributes attributes) |
protected SimpleAnyType |
popSimpleAnyType() |
XMLTypeResourceImpl.StackFrame |
startElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes) |
characters, endElement, pop, pushOntoprotected SimpleAnyType theSimpleAnyType
public XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame()
public void handleAttributes(org.xml.sax.Attributes attributes)
handleAttributes in class XMLTypeResourceImpl.StackFramepublic XMLTypeResourceImpl.StackFrame startElement(java.lang.String namespace, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement in class XMLTypeResourceImpl.StackFrameorg.xml.sax.SAXExceptionpublic void endElement(XMLTypeResourceImpl.StackFrame child) throws org.xml.sax.SAXException
endElement in class XMLTypeResourceImpl.StackFrameorg.xml.sax.SAXExceptionpublic void create()
create in class XMLTypeResourceImpl.StackFrameprotected SimpleAnyType popSimpleAnyType()