org.protocol
クラス SoccerServerProtocol.createParserPolicy

java.lang.Object
  上位を拡張 org.protocol.SoccerServerProtocol.createParserPolicy
すべての実装されたインタフェース:
org.util.xml.parse.policy.ParserPolicy
含まれているクラス:
SoccerServerProtocol

public class SoccerServerProtocol.createParserPolicy
extends java.lang.Object
implements org.util.xml.parse.policy.ParserPolicy


コンストラクタの概要
SoccerServerProtocol.createParserPolicy()
           
 
メソッドの概要
 org.util.xml.element.Element allowElement(org.util.xml.element.Element element)
           
 boolean checkEndTag()
           
 boolean forceEmptyTag(java.lang.String key)
           
 org.util.xml.parse.policy.ParserPolicy getInnerPolicy(org.util.xml.element.Element element)
           
 java.lang.String selectEncoding(java.lang.String last_tag_key)
           
 boolean throwExceptionIfDocumentHasError()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SoccerServerProtocol.createParserPolicy

public SoccerServerProtocol.createParserPolicy()
メソッドの詳細

getInnerPolicy

public org.util.xml.parse.policy.ParserPolicy getInnerPolicy(org.util.xml.element.Element element)
定義:
インタフェース org.util.xml.parse.policy.ParserPolicy 内の getInnerPolicy

allowElement

public org.util.xml.element.Element allowElement(org.util.xml.element.Element element)
定義:
インタフェース org.util.xml.parse.policy.ParserPolicy 内の allowElement

selectEncoding

public java.lang.String selectEncoding(java.lang.String last_tag_key)
定義:
インタフェース org.util.xml.parse.policy.ParserPolicy 内の selectEncoding

checkEndTag

public boolean checkEndTag()
定義:
インタフェース org.util.xml.parse.policy.ParserPolicy 内の checkEndTag

throwExceptionIfDocumentHasError

public boolean throwExceptionIfDocumentHasError()
定義:
インタフェース org.util.xml.parse.policy.ParserPolicy 内の throwExceptionIfDocumentHasError

forceEmptyTag

public boolean forceEmptyTag(java.lang.String key)
定義:
インタフェース org.util.xml.parse.policy.ParserPolicy 内の forceEmptyTag