jp.terasoluna.fw.oxm.xsd.xerces
クラス XML11ConfigurationEx

java.lang.Object
  上位を拡張 org.apache.xerces.util.ParserConfigurationSettings
      上位を拡張 org.apache.xerces.parsers.XML11Configuration
          上位を拡張 jp.terasoluna.fw.oxm.xsd.xerces.XML11ConfigurationEx
すべての実装されたインタフェース:
org.apache.xerces.parsers.XML11Configurable, org.apache.xerces.xni.parser.XMLComponentManager, org.apache.xerces.xni.parser.XMLParserConfiguration, org.apache.xerces.xni.parser.XMLPullParserConfiguration

public class XML11ConfigurationEx
extends org.apache.xerces.parsers.XML11Configuration

XMLSchemaValidatorExインスタンスをパーサに設定するために、XML11Configurationを拡張したクラス。

XMLSchemaValidatorExの詳細は、XMLSchemaValidatorExを参照すること。

関連項目:
XMLSchemaValidatorEx, SchemaValidatorImpl

フィールドの概要
 
クラス org.apache.xerces.parsers.XML11Configuration から継承されたフィールド
ALLOW_JAVA_ENCODINGS, CONTINUE_AFTER_FATAL_ERROR, DATATYPE_VALIDATOR_FACTORY, DOCUMENT_SCANNER, DTD_PROCESSOR, DTD_SCANNER, DTD_VALIDATOR, ENTITY_MANAGER, ENTITY_RESOLVER, ERROR_HANDLER, ERROR_REPORTER, EXTERNAL_GENERAL_ENTITIES, EXTERNAL_PARAMETER_ENTITIES, fCommonComponents, fComponents, fConfigUpdated, fCurrentDTDScanner, fCurrentDVFactory, fCurrentScanner, fDatatypeValidatorFactory, fDocumentHandler, fDTDContentModelHandler, fDTDHandler, fDTDProcessor, fDTDScanner, fDTDValidator, fEntityManager, fErrorReporter, fGrammarPool, fInputSource, fLastComponent, fLocale, fLocator, fNamespaceScanner, fNonNSDTDValidator, fNonNSScanner, fParseInProgress, fSchemaValidator, fSymbolTable, fValidationManager, fVersionDetector, fXML11Components, fXML11DatatypeFactory, fXML11DocScanner, fXML11DTDProcessor, fXML11DTDScanner, fXML11DTDValidator, fXML11NSDocScanner, fXML11NSDTDValidator, GENERATE_SYNTHETIC_ANNOTATIONS, HONOUR_ALL_SCHEMALOCATIONS, ID_IDREF_CHECKING, IDENTITY_CONSTRAINT_CHECKING, IGNORE_XSI_TYPE, JAXP_SCHEMA_LANGUAGE, JAXP_SCHEMA_SOURCE, LOAD_EXTERNAL_DTD, NAMESPACE_BINDER, NAMESPACES, NORMALIZE_DATA, NOTIFY_BUILTIN_REFS, NOTIFY_CHAR_REFS, PRINT_EXCEPTION_STACK_TRACE, ROOT_TYPE_DEF, SCHEMA_AUGMENT_PSVI, SCHEMA_ELEMENT_DEFAULT, SCHEMA_LOCATION, SCHEMA_NONS_LOCATION, SCHEMA_VALIDATOR, SYMBOL_TABLE, UNPARSED_ENTITY_CHECKING, USE_GRAMMAR_POOL_ONLY, VALIDATE_ANNOTATIONS, VALIDATION, VALIDATION_MANAGER, WARN_ON_DUPLICATE_ATTDEF, WARN_ON_DUPLICATE_ENTITYDEF, WARN_ON_UNDECLARED_ELEMDEF, XML_STRING, XML11_DATATYPE_VALIDATOR_FACTORY, XMLGRAMMAR_POOL, XMLSCHEMA_FULL_CHECKING, XMLSCHEMA_VALIDATION
 
クラス org.apache.xerces.util.ParserConfigurationSettings から継承されたフィールド
fFeatures, fParentSettings, fProperties, fRecognizedFeatures, fRecognizedProperties, PARSER_SETTINGS
 
コンストラクタの概要
XML11ConfigurationEx()
          コンストラクタ。
XML11ConfigurationEx(org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool)
          コンストラクタ。
 
メソッドの概要
protected  void configurePipeline()
          XMLSchemaValidatorExインスタンスをパーサにセットする。
 
クラス org.apache.xerces.parsers.XML11Configuration から継承されたメソッド
addCommonComponent, addComponent, addRecognizedParamsAndSetDefaults, addXML11Component, checkFeature, checkProperty, cleanup, configureXML11Pipeline, getDocumentHandler, getDTDContentModelHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getLocale, parse, parse, reset, resetCommon, resetXML11, setDocumentHandler, setDTDContentModelHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setInputSource, setLocale, setProperty
 
クラス org.apache.xerces.util.ParserConfigurationSettings から継承されたメソッド
addRecognizedFeatures, addRecognizedProperties, getProperty
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.apache.xerces.xni.parser.XMLParserConfiguration から継承されたメソッド
addRecognizedFeatures, addRecognizedProperties, getProperty
 

コンストラクタの詳細

XML11ConfigurationEx

public XML11ConfigurationEx()
コンストラクタ。


XML11ConfigurationEx

public XML11ConfigurationEx(org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool)
コンストラクタ。

パラメータ:
grammarPool - 名前空間の文法プール
メソッドの詳細

configurePipeline

protected void configurePipeline()
XMLSchemaValidatorExインスタンスをパーサにセットする。

スーパークラスのconfigurePipelineメソッドをオーバーライドして、XMLSchemaValidatorExインスタンスを設定する。

オーバーライド:
クラス org.apache.xerces.parsers.XML11Configuration 内の configurePipeline


Copyright © 2012. All Rights Reserved.