| Package | dom.loadsave |
| Class | public class LSParserFilter |
| Inheritance | LSParserFilter Object |
| Introduced in: | DOM 3 Load and Save |
See also
| Property | Defined By | ||
|---|---|---|---|
| DOM 3 Load and Save whatToShow : Number [read-only]
| LSParserFilter | ||
| Method | Defined By | ||
|---|---|---|---|
| LSParserFilter | |||
| LSParserFilter | |||
| Constant | Defined By | ||
|---|---|---|---|
| DOM 3 Load and Save FILTER_ACCEPT : Number = 1 [static]
Accept the node. | LSParserFilter | ||
| DOM 3 Load and Save FILTER_INTERRUPT : Number = 4 [static]
Interrupt the normal processing of the document. | LSParserFilter | ||
| DOM 3 Load and Save FILTER_REJECT : Number = 2 [static]
Reject the node and its children. | LSParserFilter | ||
| DOM 3 Load and Save FILTER_SKIP : Number = 3 [static]
Skip this single node. | LSParserFilter | ||
| DOM 3 Load and Save whatToShow | property |
whatToShow:Number [read-only] | Introduced in: | DOM 3 Load and Save |
public function get whatToShow():NumberSee also
| DOM 3 Load and Save acceptNode | () | method |
public function acceptNode(nodeArg:Node):Number| Introduced in: | DOM 3 Load and Save |
Parameters
nodeArg:Node |
Number —
|
See also
| DOM 3 Load and Save startElement | () | method |
public function startElement(elementArg:Element):Number| Introduced in: | DOM 3 Load and Save |
Parameters
elementArg:Element |
Number —
|
See also
| DOM 3 Load and Save FILTER_ACCEPT | Constant |
public static const FILTER_ACCEPT:Number = 1| Introduced in: | DOM 3 Load and Save |
Accept the node.
See also
| DOM 3 Load and Save FILTER_INTERRUPT | Constant |
public static const FILTER_INTERRUPT:Number = 4| Introduced in: | DOM 3 Load and Save |
Interrupt the normal processing of the document.
See also
| DOM 3 Load and Save FILTER_REJECT | Constant |
public static const FILTER_REJECT:Number = 2| Introduced in: | DOM 3 Load and Save |
Reject the node and its children.
See also
| DOM 3 Load and Save FILTER_SKIP | Constant |
public static const FILTER_SKIP:Number = 3| Introduced in: | DOM 3 Load and Save |
Skip this single node. The children of this node will still be considered.
See also