l10n converter

com.sun.star.tooling.converter
クラス Resolver

java.lang.Object
  上位を拡張 com.sun.star.tooling.converter.Resolver
すべての実装されたインタフェース:
org.xml.sax.EntityResolver

public class Resolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

Resolve external entities by provide the XLIFF DTD stored in the jar file


コンストラクタの概要
Resolver()
          Resolver constructor.
 
メソッドの概要
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Allow the application to resolve external entities.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Resolver

public Resolver()
Resolver constructor.

メソッドの詳細

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
Allow the application to resolve external entities. The Parser will call this method before opening any external entity except the top-level document entity (including the external DTD subset, external entities referenced within the DTD, and external entities referenced within the document element): the application may request that the parser resolve the entity itself, that it use an alternative URI, or that it use an entirely different input source.

定義:
インタフェース org.xml.sax.EntityResolver 内の resolveEntity
例外:
org.xml.sax.SAXException
java.io.IOException

l10n converter

Copyright © 2004 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA