Packagedom.loadsave
Classpublic class LSParserFilter
InheritanceLSParserFilter Inheritance Object

Introduced in: DOM 3 Load and Save 

See also

http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSParserFilter


Public Properties
 PropertyDefined By
  DOM 3 Load and Save whatToShow : Number
[read-only]
LSParserFilter
Public Methods
 MethodDefined By
  
DOM 3 Load and Save acceptNode(nodeArg:Node):Number
LSParserFilter
  
DOM 3 Load and Save startElement(elementArg:Element):Number
LSParserFilter
Public Constants
 ConstantDefined 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
Property Detail
DOM 3 Load and Save whatToShowproperty
whatToShow:Number  [read-only]

Introduced in: DOM 3 Load and Save 


Implementation
    public function get whatToShow():Number

See also

Method Detail
DOM 3 Load and Save acceptNode()method
public function acceptNode(nodeArg:Node):Number

Introduced in: DOM 3 Load and Save 

Parameters

nodeArg:Node

Returns
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

Returns
Number

See also

Constant Detail
DOM 3 Load and Save FILTER_ACCEPTConstant
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_INTERRUPTConstant 
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_REJECTConstant 
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_SKIPConstant 
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