|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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
内の setLocale
CSSException
public void setDocumentHandler(DocumentHandler handler)
Parser.setDocumentHandler(DocumentHandler)
.
Parser
内の setDocumentHandler
public void setSelectorFactory(SelectorFactory selectorFactory)
Parser.setSelectorFactory(SelectorFactory)
.
Parser
内の setSelectorFactory
public void setConditionFactory(ConditionFactory conditionFactory)
Parser.setConditionFactory(ConditionFactory)
.
Parser
内の setConditionFactory
public void setErrorHandler(ErrorHandler handler)
Parser.setErrorHandler(ErrorHandler)
.
Parser
内の setErrorHandler
public void parseStyleSheet(InputSource source) throws CSSException, IOException
Parser.parseStyleSheet(InputSource)
.
Parser
内の parseStyleSheet
CSSException
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
内の parseStyleSheet
uri
- 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
内の parseStyleDeclaration
CSSException
IOException
public void parseStyleDeclaration(String source) throws CSSException, IOException
ExtendedParser
内の parseStyleDeclaration
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.public void parseRule(InputSource source) throws CSSException, IOException
Parser.parseRule(InputSource)
.
Parser
内の parseRule
CSSException
IOException
public void parseRule(String source) throws CSSException, IOException
ExtendedParser
内の parseRule
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.public SelectorList parseSelectors(InputSource source) throws CSSException, IOException
Parser.parseSelectors(InputSource)
.
Parser
内の parseSelectors
CSSException
IOException
public SelectorList parseSelectors(String source) throws CSSException, IOException
ExtendedParser
内の parseSelectors
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.public LexicalUnit parsePropertyValue(InputSource source) throws CSSException, IOException
Parser.parsePropertyValue(InputSource)
.
Parser
内の parsePropertyValue
CSSException
IOException
public LexicalUnit parsePropertyValue(String source) throws CSSException, IOException
ExtendedParser
内の parsePropertyValue
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.public boolean parsePriority(InputSource source) throws CSSException, IOException
Parser.parsePriority(InputSource)
.
Parser
内の parsePriority
CSSException
IOException
public SACMediaList parseMedia(String mediaText) throws CSSException, IOException
ExtendedParser.parseMedia(String)
.
ExtendedParser
内の parseMedia
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.public boolean parsePriority(String source) throws CSSException, IOException
ExtendedParser
内の parsePriority
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.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |