jAudioFeatureExtractor.ACE.XMLParsers
クラス ParseFileHandler

java.lang.Object
  上位を拡張 org.xml.sax.helpers.DefaultHandler
      上位を拡張 jAudioFeatureExtractor.ACE.XMLParsers.ParseFileHandler
すべての実装されたインタフェース:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
直系の既知のサブクラス:
FeatureListHandler, ParseBatchJobHandler, ParseClassificationsFileHandler, ParseDataSetFileHandler, ParseFeatureDefinitionsFileHandler, ParseSaveSettings, ParseTaxonomyFileHandler

public class ParseFileHandler
extends org.xml.sax.helpers.DefaultHandler

An extension of the Xerces XML DefaultHandler class that adds an array of objects that can contain information derived from files during parsing.

関連項目:
DefaultHandler

フィールドの概要
 java.lang.String comments
          Holds any comments extracted from the XML file.
 java.lang.Object[] parsed_file_contents
          Holds the data extracted from the XML file.
 
コンストラクタの概要
ParseFileHandler()
           
 
メソッドの概要
 
クラス org.xml.sax.helpers.DefaultHandler から継承されたメソッド
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

parsed_file_contents

public java.lang.Object[] parsed_file_contents
Holds the data extracted from the XML file.


comments

public java.lang.String comments
Holds any comments extracted from the XML file.

コンストラクタの詳細

ParseFileHandler

public ParseFileHandler()