public static class XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame extends XMLTypeResourceImpl.StackFrame
| Modifier and Type | Field and Description |
|---|---|
protected XMLTypeResourceImpl.DataFrame |
cDATA |
protected XMLTypeResourceImpl.DataFrame |
comment |
protected XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame |
processingInstruction |
protected XMLTypeResourceImpl.DataFrame |
text |
protected XMLTypeDocumentRoot |
theXMLTypeDocumentRoot |
| Constructor and Description |
|---|
XMLTypeDocumentRootStackFrame() |
| Modifier and Type | Method and Description |
|---|---|
void |
create() |
void |
endElement(XMLTypeResourceImpl.StackFrame child) |
void |
handleAttributes(org.xml.sax.Attributes attributes) |
protected XMLTypeDocumentRoot |
popXMLTypeDocumentRoot() |
XMLTypeResourceImpl.StackFrame |
startElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes) |
characters, endElement, pop, pushOntoprotected XMLTypeDocumentRoot theXMLTypeDocumentRoot
protected XMLTypeResourceImpl.DataFrame cDATA
protected XMLTypeResourceImpl.DataFrame comment
protected XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame processingInstruction
protected XMLTypeResourceImpl.DataFrame text
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 XMLTypeDocumentRoot popXMLTypeDocumentRoot()
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature