| Package | com.yworks.io.graphml.realizer |
| Class | public class CompatResourceOutputHandler |
| Implements | IOutputHandler, Precedence |
| Method | Defined by | ||
|---|---|---|---|
|
getPrecedence():int
Returns the precedence value of this instance.
| CompatResourceOutputHandler | ||
|
isDefaultData(context:GraphMLWriteContext):Boolean
This implementation returns
false
| CompatResourceOutputHandler | ||
|
Write the XML attributes of a
data tag
| CompatResourceOutputHandler | ||
|
Write the element content of a
data tag
| CompatResourceOutputHandler | ||
|
Write the XML attributes of the
key tag for this graphml attribute
| CompatResourceOutputHandler | ||
|
Write the element content of the
key tag for this graphml attribute
| CompatResourceOutputHandler | ||
| getPrecedence | () | method |
public function getPrecedence():intReturns the precedence value of this instance.
Returnsint |
| isDefaultData | () | method |
public function isDefaultData(context:GraphMLWriteContext):Boolean
This implementation returns false
context:GraphMLWriteContext |
Boolean |
| printDataAttributes | () | method |
public function printDataAttributes(context:GraphMLWriteContext, writer:IXmlWriter):void
Write the XML attributes of a data tag
context:GraphMLWriteContext — The write context.
|
|
writer:IXmlWriter — the xml writer.
|
| printDataOutput | () | method |
public function printDataOutput(context:GraphMLWriteContext, writer:IXmlWriter):void
Write the element content of a data tag
context:GraphMLWriteContext — The write context.
|
|
writer:IXmlWriter — the xml writer.
|
| printKeyAttributes | () | method |
public function printKeyAttributes(context:GraphMLWriteContext, writer:IXmlWriter):void
Write the XML attributes of the key tag for this graphml attribute
context:GraphMLWriteContext — The write context.
|
|
writer:IXmlWriter — the xml writer.
|
| printKeyOutput | () | method |
public function printKeyOutput(context:GraphMLWriteContext, writer:IXmlWriter):void
Write the element content of the key tag for this graphml attribute
context:GraphMLWriteContext — The write context.
|
|
writer:IXmlWriter — the xml writer.
|