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