|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.cssj.sakae.sac.parser.ExtendedParserWrapper
This class implements the
ExtendedParser interface by
wrapping a standard Parser.
| フィールドの概要 | |
Parser |
parser
|
| コンストラクタの概要 | |
ExtendedParserWrapper(Parser parser)
|
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public Parser parser
| コンストラクタの詳細 |
public ExtendedParserWrapper(Parser parser)
| メソッドの詳細 |
public static ExtendedParser wrap(Parser p)
p - Parser to wrap.
public String getParserVersion()
Parser.getParserVersion()
.
Parser 内の getParserVersion
public void setLocale(Locale locale)
throws CSSException
Parser.setLocale(Locale).
Parser 内の setLocaleCSSExceptionpublic void setDocumentHandler(DocumentHandler handler)
Parser.setDocumentHandler(DocumentHandler).
Parser 内の setDocumentHandlerpublic void setSelectorFactory(SelectorFactory selectorFactory)
Parser.setSelectorFactory(SelectorFactory).
Parser 内の setSelectorFactorypublic void setConditionFactory(ConditionFactory conditionFactory)
Parser.setConditionFactory(ConditionFactory).
Parser 内の setConditionFactorypublic void setErrorHandler(ErrorHandler handler)
Parser.setErrorHandler(ErrorHandler).
Parser 内の setErrorHandler
public void parseStyleSheet(InputSource source)
throws CSSException,
IOException
Parser.parseStyleSheet(InputSource).
Parser 内の parseStyleSheetCSSException
IOException
public void parseStyleSheet(String uri)
throws CSSException,
IOException
This method is a shortcut for the common case of reading a document from a URI. It is the exact equivalent of the following:
parse(new InputSource(uri));
The URI must be fully resolved by the application before it is passed to the parser.
Parser 内の parseStyleSheeturi - The URI.
CSSException - Any CSS exception, possibly wrapping another exception.
IOException - An IO exception from the parser, possibly from a byte
stream or character stream supplied by the application.parseStyleSheet(InputSource)
public void parseStyleDeclaration(InputSource source)
throws CSSException,
IOException
Parser.parseStyleDeclaration(InputSource).
Parser 内の parseStyleDeclarationCSSException
IOException
public void parseStyleDeclaration(String source)
throws CSSException,
IOException
ExtendedParser 内の parseStyleDeclarationCSSException - Any CSS exception, possibly wrapping another exception.
IOException - An IO exception from the parser, possibly from a byte
stream or character stream supplied by the application.
public void parseRule(InputSource source)
throws CSSException,
IOException
Parser.parseRule(InputSource).
Parser 内の parseRuleCSSException
IOException
public void parseRule(String source)
throws CSSException,
IOException
ExtendedParser 内の parseRuleCSSException - Any CSS exception, possibly wrapping another exception.
IOException - An IO exception from the parser, possibly from a byte
stream or character stream supplied by the application.
public SelectorList parseSelectors(InputSource source)
throws CSSException,
IOException
Parser.parseSelectors(InputSource).
Parser 内の parseSelectorsCSSException
IOException
public SelectorList parseSelectors(String source)
throws CSSException,
IOException
ExtendedParser 内の parseSelectorsCSSException - Any CSS exception, possibly wrapping another exception.
IOException - An IO exception from the parser, possibly from a byte
stream or character stream supplied by the application.
public LexicalUnit parsePropertyValue(InputSource source)
throws CSSException,
IOException
Parser.parsePropertyValue(InputSource).
Parser 内の parsePropertyValueCSSException
IOException
public LexicalUnit parsePropertyValue(String source)
throws CSSException,
IOException
ExtendedParser 内の parsePropertyValueCSSException - Any CSS exception, possibly wrapping another exception.
IOException - An IO exception from the parser, possibly from a byte
stream or character stream supplied by the application.
public boolean parsePriority(InputSource source)
throws CSSException,
IOException
Parser.parsePriority(InputSource).
Parser 内の parsePriorityCSSException
IOException
public SACMediaList parseMedia(String mediaText)
throws CSSException,
IOException
ExtendedParser.parseMedia(String).
ExtendedParser 内の parseMediaCSSException - Any CSS exception, possibly wrapping another exception.
IOException - An IO exception from the parser, possibly from a byte
stream or character stream supplied by the application.
public boolean parsePriority(String source)
throws CSSException,
IOException
ExtendedParser 内の parsePriorityCSSException - Any CSS exception, possibly wrapping another exception.
IOException - An IO exception from the parser, possibly from a byte
stream or character stream supplied by the application.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||