2988件ヒット
[1-100件を表示]
(0.057秒)
種類
- インスタンスメソッド (2256)
- 特異メソッド (444)
- クラス (132)
- 定数 (108)
- モジュール (48)
クラス
-
REXML
:: AttlistDecl (84) -
REXML
:: Attribute (192) -
REXML
:: Attributes (192) -
REXML
:: CData (36) -
REXML
:: Child (132) -
REXML
:: Comment (60) -
REXML
:: Declaration (24) -
REXML
:: DocType (180) -
REXML
:: Document (228) -
REXML
:: Element (336) -
REXML
:: Elements (120) -
REXML
:: Entity (156) -
REXML
:: ExternalEntity (36) -
REXML
:: Formatters :: Default (24) -
REXML
:: Formatters :: Pretty (36) -
REXML
:: Formatters :: Transitive (12) -
REXML
:: Instruction (96) -
REXML
:: NotationDecl (96) -
REXML
:: Parent (240) -
REXML
:: Text (72) -
REXML
:: XMLDecl (156) -
REXML
:: XPath (36)
モジュール
-
REXML
:: EntityConst (60) -
REXML
:: Namespace (84) -
REXML
:: Node (72) -
REXML
:: Security (48)
キーワード
- << (36)
- == (24)
- AMP (12)
- APOS (12)
- AttlistDecl (12)
- Attribute (12)
- Attributes (12)
- Child (12)
- DECLARATION (12)
-
DEFAULT
_ ENTITIES (12) -
DEFAULT
_ VERSION (12) - Declaration (12)
- Encoding (12)
- Entity (12)
- EntityConst (12)
- ExternalEntity (12)
- Functions (12)
- GT (12)
- IOSource (12)
- Instruction (12)
- LT (12)
- NotationDecl (12)
- QUOT (12)
- Security (12)
- Transitive (12)
- UNDEFINED (12)
- [] (48)
- []= (36)
- add (48)
-
add
_ attribute (24) -
add
_ attributes (12) -
add
_ element (12) -
add
_ namespace (24) - attribute (12)
-
attribute
_ of (12) - attributes (12)
-
attributes
_ of (12) - bytes (12)
- children (12)
- clone (24)
- collect (12)
- content (12)
- content= (12)
- context (12)
- delete (24)
-
delete
_ all (12) -
delete
_ at (12) -
delete
_ attribute (12) -
delete
_ if (24) - doctype (24)
- document (24)
- dowrite (12)
- each (48)
-
each
_ attribute (12) -
each
_ child (24) -
each
_ element (12) -
each
_ element _ with _ attribute (12) -
each
_ element _ with _ text (12) -
each
_ index (24) -
each
_ recursive (12) - element (12)
- element= (12)
-
element
_ name (12) - encoding (24)
- encoding= (12)
- entities (12)
- entity (12)
-
entity
_ expansion _ limit (24) -
entity
_ expansion _ limit= (24) -
entity
_ expansion _ text _ limit (24) -
entity
_ expansion _ text _ limit= (24) - external (12)
-
external
_ id (12) -
find
_ first _ recursive (12) - first (12)
-
get
_ attribute (12) -
get
_ attribute _ ns (12) -
get
_ text (12) -
has
_ attributes? (12) -
has
_ name? (12) - include? (12)
- index (24)
-
index
_ in _ parent (12) - inject (12)
-
insert
_ after (12) -
insert
_ before (12) - instructions (12)
- length (24)
-
local
_ name (12) - match (12)
- matches? (12)
- name (60)
- namespace (24)
- namespaces (36)
- ndata (12)
- new (264)
-
next
_ element (12) -
next
_ sibling (12) -
next
_ sibling= (12) -
next
_ sibling _ node (12) -
node
_ type (36) - normalize (12)
- normalized (12)
- normalized= (12)
- notation (12)
- notations (12)
- nowrite (12)
- parent (12)
- parent= (12)
-
parse
_ stream (12) - prefix (24)
- prefix= (12)
- prefixes (24)
-
previous
_ element (12) -
previous
_ sibling (12) -
previous
_ sibling= (12) -
previous
_ sibling _ node (12) - pubid (12)
- public (24)
- public= (12)
- ref (12)
- remove (24)
-
replace
_ child (12) -
replace
_ with (12) - root (12)
- size (36)
-
stand
_ alone? (24) - standalone (12)
- string (12)
- string= (12)
- system (24)
- system= (12)
- target (12)
- target= (12)
- text (12)
-
to
_ a (36) -
to
_ s (108) -
to
_ string (12) - unnormalize (12)
- unnormalized (12)
- unshift (12)
- value (48)
- version (24)
- version= (12)
- whitespace (12)
- width (12)
- width= (12)
- write (132)
- writeencoding (12)
- writethis (12)
-
xml
_ decl (12) - xmldecl (12)
- xpath (24)
検索結果
先頭5件
-
REXML
:: Security . entity _ expansion _ limit -> Integer (15202.0) -
実体参照の展開回数の上限を返します。
...書(REXML::Document)ごとの展開回数がこの値を越えると
例外を発生させ、処理を中断します。
実体参照の展開処理を使った DoS 攻撃に対抗するための
仕組みです。
デフォルトは 10000 です。
@see REXML::Document.entity_expansion_limit... -
REXML
:: Security . entity _ expansion _ limit=(val) (15202.0) -
実体参照の展開回数の上限を指定します。
...の展開回数の上限を指定します。
XML 文書(REXML::Document)ごとの展開回数がこの値を越えると
例外を発生させ、処理を中断します。
デフォルトは 10000 です。
@param val 設定する上限値(整数)
@see REXML::Document.entity_expansion_limit... -
REXML
:: Security . entity _ expansion _ text _ limit -> Integer (15202.0) -
実体参照の展開による文字列の増分(テキストのバイト数)の 最大値を指定します。
...せ、処理を中断します。
実体参照の展開処理を使った DoS 攻撃に対抗するための
仕組みです。
デフォルトは 10240 (byte) です。
@see REXML::Document.entity_expansion_text_limit=,
http://www.ruby-lang.org/ja/news/2013/02/22/rexml-dos-2013-02-22/... -
REXML
:: Security . entity _ expansion _ text _ limit=(val) (15202.0) -
実体参照の展開による文字列の増分(テキストのバイト数)の 最大値を指定します。
...させ、処理を中断します。
実体参照の展開処理を使った DoS 攻撃に対抗するための
仕組みです。
デフォルトは 10240 (byte) です。
@see REXML::Document.entity_expansion_text_limit
http://www.ruby-lang.org/ja/news/2013/02/22/rexml-dos-2013-02-22/... -
REXML
:: Node # index _ in _ parent -> Insteger (12302.0) -
self の親における index を返します。
...self の親における index を返します。
返される index は 1-origin です。
ノードが親を持たない(REXML::Child でない)場合は例外を発生させます。... -
REXML
:: Document . entity _ expansion _ limit -> Integer (12202.0) -
実体参照の展開回数の上限を返します。
...開処理を使った DoS 攻撃に対抗するための
仕組みです。
デフォルトは 10000 です。
このメソッドは Ruby 2.1 から deprecated になりました。
REXML::Security.entity_expansion_limit を使ってください。
@see REXML::Document.entity_expansion_limit=... -
REXML
:: Document . entity _ expansion _ limit=(val) (12202.0) -
実体参照の展開回数の上限を指定します。
...せ、処理を中断します。
デフォルトは 10000 です。
このメソッドは Ruby 2.1 から deprecated になりました。
REXML::Security.entity_expansion_limit= を使ってください。
@param val 設定する上限値(整数)
@see REXML::Document.entity_expansion_limit... -
REXML
:: Document . entity _ expansion _ text _ limit -> Integer (12202.0) -
実体参照の展開による文字列の増分(テキストのバイト数)の 最大値を指定します。
...トは 10240 (byte) です。
このメソッドは Ruby 2.1 から deprecated になりました。
REXML::Security.entity_expansion_text_limit を使ってください。
@see REXML::Document.entity_expansion_text_limit=,
http://www.ruby-lang.org/ja/news/2013/02/22/rexml-dos-2013-02-22/... -
REXML
:: Document . entity _ expansion _ text _ limit=(val) (12202.0) -
実体参照の展開による文字列の増分(テキストのバイト数)の 最大値を指定します。
...トは 10240 (byte) です。
このメソッドは Ruby 2.1 から deprecated になりました。
REXML::Security.entity_expansion_text_limit= を使ってください。
@see REXML::Document.entity_expansion_text_limit
http://www.ruby-lang.org/ja/news/2013/02/22/rexml-dos-2013-02-22/...
