Packageorg.purepdf.elements
Classpublic class Meta
InheritanceMeta Inheritance Object
Implements IElement



Public Properties
 PropertyDefined By
  isContent : Boolean
[read-only]
Meta
  isNestable : Boolean
[read-only]
Meta
  type : int
[read-only]
Meta
Public Methods
 MethodDefined By
  
Meta($type:int, $content:String)
Meta
  
append(value:String):String
Meta
  
getChunks():Vector.<Object>
Meta
  
getContent():String
Meta
  
getName():String
Meta
  
getType(tag:String):int
[static] Returns the name of the meta information.
Meta
  
process(element:IElementListener):Boolean
Meta
  
toString():String
Meta
Property Detail
isContentproperty
isContent:Boolean  [read-only]


Implementation
    public function get isContent():Boolean
isNestableproperty 
isNestable:Boolean  [read-only]


Implementation
    public function get isNestable():Boolean
typeproperty 
type:int  [read-only]


Implementation
    public function get type():int
Constructor Detail
Meta()Constructor
public function Meta($type:int, $content:String)



Parameters
$type:int
 
$content:String
Method Detail
append()method
public function append(value:String):String

Parameters

value:String

Returns
String
getChunks()method 
public function getChunks():Vector.<Object>

Returns
Vector.<Object>
getContent()method 
public function getContent():String

Returns
String
getName()method 
public function getName():String

Returns
String
getType()method 
public static function getType(tag:String):int

Returns the name of the meta information.

Parameters

tag:String

Returns
int — the Element value corresponding with the given tag
process()method 
public function process(element:IElementListener):Boolean

Parameters

element:IElementListener

Returns
Boolean
toString()method 
public function toString():String

Returns
String