jp.ossc.tools.ant.types
クラス ExtendsXMLCatalog

java.lang.Object
  上位を拡張 org.apache.tools.ant.ProjectComponent
      上位を拡張 org.apache.tools.ant.types.DataType
          上位を拡張 org.apache.tools.ant.types.XMLCatalog
              上位を拡張 jp.ossc.tools.ant.types.ExtendsXMLCatalog
すべての実装されたインタフェース:
java.lang.Cloneable, javax.xml.transform.URIResolver, org.xml.sax.EntityResolver

public class ExtendsXMLCatalog
extends org.apache.tools.ant.types.XMLCatalog


フィールドの概要
 
クラス org.apache.tools.ant.types.XMLCatalog から継承されたフィールド
APACHE_RESOLVER, CATALOG_RESOLVER
 
クラス org.apache.tools.ant.types.DataType から継承されたフィールド
checked, ref
 
クラス org.apache.tools.ant.ProjectComponent から継承されたフィールド
description, location, project
 
コンストラクタの概要
ExtendsXMLCatalog()
           
 
メソッドの概要
 boolean isValidating()
           
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 void setValidating(boolean validating)
           
 
クラス org.apache.tools.ant.types.XMLCatalog から継承されたメソッド
addConfiguredXMLCatalog, addDTD, addEntity, createCatalogPath, createClasspath, getCatalogPath, resolve, setCatalogPathRef, setClasspath, setClasspathRef, setRefid
 
クラス org.apache.tools.ant.types.DataType から継承されたメソッド
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, tooManyAttributes, toString
 
クラス org.apache.tools.ant.ProjectComponent から継承されたメソッド
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ExtendsXMLCatalog

public ExtendsXMLCatalog()
メソッドの詳細

isValidating

public boolean isValidating()

setValidating

public void setValidating(boolean validating)

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
定義:
インタフェース org.xml.sax.EntityResolver 内の resolveEntity
オーバーライド:
クラス org.apache.tools.ant.types.XMLCatalog 内の resolveEntity
例外:
org.xml.sax.SAXException
java.io.IOException