|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
jAudioFeatureExtractor.ACE.XMLParsers.ParseFileHandler
public class ParseFileHandler
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 |
フィールドの詳細 |
---|
public java.lang.Object[] parsed_file_contents
public java.lang.String comments
コンストラクタの詳細 |
---|
public ParseFileHandler()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |