XmlSchemaContext

Package: ghidra.trace.model.target.schema
Type: class

12.1_PUBLIC

addedmethod: contextFromXml
static ghidra.trace.model.target.schema.XmlSchemaContext contextFromXml(org.jdom2.Element contextElem)
addedmethod: parseBoolean
static boolean parseBoolean(org.jdom2.Element ele, java.lang.String attrName)
addedmethod: parseHidden
static ghidra.trace.model.target.schema.TraceObjectSchema.Hidden parseHidden(org.jdom2.Element ele, java.lang.String attrName)
addedmethod: schemaFromXml
ghidra.trace.model.target.schema.TraceObjectSchema schemaFromXml(org.jdom2.Element schemaElem)
modifiedmethod: attributeSchemaToXml
return type: Element → Element
- static org.jdom.Element attributeSchemaToXml(ghidra.trace.model.target.schema.TraceObjectSchema.AttributeSchema as)
+ static org.jdom2.Element attributeSchemaToXml(ghidra.trace.model.target.schema.TraceObjectSchema.AttributeSchema as)
modifiedmethod: contextToXml
return type: Element → Element
- static org.jdom.Element contextToXml(ghidra.trace.model.target.schema.SchemaContext ctx)
+ static org.jdom2.Element contextToXml(ghidra.trace.model.target.schema.SchemaContext ctx)
modifiedmethod: deserialize
added throws JDOMException; removed throws JDOMException
- static ghidra.trace.model.target.schema.XmlSchemaContext deserialize(byte[] xml) throws JDOMException
+ static ghidra.trace.model.target.schema.XmlSchemaContext deserialize(byte[] xml) throws JDOMException
modifiedmethod: deserialize
added throws JDOMException; removed throws JDOMException
- static ghidra.trace.model.target.schema.XmlSchemaContext deserialize(java.io.File file) throws JDOMException, IOException
+ static ghidra.trace.model.target.schema.XmlSchemaContext deserialize(java.io.File file) throws JDOMException, IOException
modifiedmethod: deserialize
added throws JDOMException; removed throws JDOMException
- static ghidra.trace.model.target.schema.XmlSchemaContext deserialize(java.lang.String xml) throws JDOMException
+ static ghidra.trace.model.target.schema.XmlSchemaContext deserialize(java.lang.String xml) throws JDOMException
modifiedmethod: deserialize
added throws JDOMException; removed throws JDOMException
- static ghidra.trace.model.target.schema.XmlSchemaContext deserialize(java.io.InputStream is) throws JDOMException, IOException
+ static ghidra.trace.model.target.schema.XmlSchemaContext deserialize(java.io.InputStream is) throws JDOMException, IOException
modifiedmethod: schemaToXml
return type: Element → Element
- static org.jdom.Element schemaToXml(ghidra.trace.model.target.schema.TraceObjectSchema schema)
+ static org.jdom2.Element schemaToXml(ghidra.trace.model.target.schema.TraceObjectSchema schema)
removedmethod: contextFromXml
static ghidra.trace.model.target.schema.XmlSchemaContext contextFromXml(org.jdom.Element contextElem)
removedmethod: parseBoolean
static boolean parseBoolean(org.jdom.Element ele, java.lang.String attrName)
removedmethod: parseHidden
static ghidra.trace.model.target.schema.TraceObjectSchema.Hidden parseHidden(org.jdom.Element ele, java.lang.String attrName)
removedmethod: schemaFromXml
ghidra.trace.model.target.schema.TraceObjectSchema schemaFromXml(org.jdom.Element schemaElem)

12.0_PUBLIC

introducedInitial version