1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<STYLE TYPE="text/css">@import "style.css";</STYLE>
</HEAD>
<BODY>
<H1>class Instruction</H1>
<B>Extends </B>Child<HR>
Represents an XML Instruction; IE, <? ... ?>
<H2>Attributes</H2>
<UL>
<LI>
<A HREF="#NB">content</A>
</LI>
<LI>
<A HREF="#N6">target</A>
</LI>
</UL>
<H2>Methods</H2>
<UL>
<LI>
<A HREF="#N1A">==</A>
</LI>
<LI>
<A HREF="#N14">clone</A>
</LI>
<LI>
<A HREF="#N10">initialize</A>
</LI>
<LI>
<A HREF="#N21">Instruction</A>
</LI>
<LI>
<A HREF="#N17">write</A>
</LI>
</UL>
<HR>
<H2>Attributes</H2>
<DIV CLASS="attributes">
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>content</B> (accessor)
target is the "name" of the Instruction; IE, the "tag" in <?tag ...?> content is everything else.
</DIV>
<DIV STYLE="padding-bottom: 0.5em; padding-top: 0.5em;">
<B>target</B> (accessor)
target is the "name" of the Instruction; IE, the "tag" in <?tag ...?> content is everything else.
</DIV>
</DIV>
<H2>Methods</H2>
<DIV CLASS="method">
<A NAME="N1A">
<H3>==</H3>
</A><B style="padding-right: 1em;">Returns</B>
true if other is an Instruction, and the content and target of the other matches the target and content of this object.
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N14">
<H3>clone</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N10">
<H3>initialize</H3>
</A>
<HR>
Constructs a new Instruction
</DIV>
<DIV CLASS="method">
<A NAME="N21">
<H3>Instruction</H3>
</A>
<HR>
</DIV>
<DIV CLASS="method">
<A NAME="N17">
<H3>write</H3>
</A>
<HR>
</DIV>
<DIV CLASS="footer">
API documentation generated by <A HREF="http://www.germane-software.com/~ser/Software/api2xml">API2XML</A>
</DIV>
</BODY>
</HTML>
|