Uses of Class
org.w3c.css.sac.CSSException

Packages that use CSSException
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.parser Provides a CSS parser conform to the SAC API. 
org.apache.batik.css.sac Provides the implementations of various interfaces used by SAC parsers. 
org.w3c.css.sac   
 

Uses of CSSException in org.apache.batik.css
 

Methods in org.apache.batik.css that throw CSSException
 void DocumentHandlerAdapter.startDocument(InputSource source)
          SAC: Implements DocumentHandler.startDocument(InputSource).
 void DocumentHandlerAdapter.endDocument(InputSource source)
          SAC: Implements DocumentHandler.endDocument(InputSource).
 void DocumentHandlerAdapter.comment(java.lang.String text)
          SAC: Implements DocumentHandler.comment(String).
 void DocumentHandlerAdapter.ignorableAtRule(java.lang.String atRule)
          SAC: Implements DocumentHandler.ignorableAtRule(String).
 void DocumentHandlerAdapter.namespaceDeclaration(java.lang.String prefix, java.lang.String uri)
          SAC: Implements DocumentHandler.namespaceDeclaration(String,String).
 void DocumentHandlerAdapter.importStyle(java.lang.String uri, SACMediaList media, java.lang.String defaultNamespaceURI)
          SAC: Implements DocumentHandler.importStyle(String,SACMediaList,String).
 void DocumentHandlerAdapter.startMedia(SACMediaList media)
          SAC: Implements DocumentHandler.startMedia(SACMediaList).
 void DocumentHandlerAdapter.endMedia(SACMediaList media)
          SAC: Implements DocumentHandler.endMedia(SACMediaList).
 void DocumentHandlerAdapter.startPage(java.lang.String name, java.lang.String pseudo_page)
          SAC: Implements DocumentHandler.startPage(String,String).
 void DocumentHandlerAdapter.endPage(java.lang.String name, java.lang.String pseudo_page)
          SAC: Implements DocumentHandler.endPage(String,String).
 void DocumentHandlerAdapter.startFontFace()
          SAC: Implements DocumentHandler.startFontFace().
 void DocumentHandlerAdapter.endFontFace()
          SAC: Implements DocumentHandler.endFontFace().
 void DocumentHandlerAdapter.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void DocumentHandlerAdapter.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(SelectorList).
 void DocumentHandlerAdapter.property(java.lang.String name, LexicalUnit value, boolean important)
          SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean).
 void CSSOMImportRule.ImportRuleHandler.importStyle(java.lang.String uri, SACMediaList m, java.lang.String defaultNamespaceURI)
          Receive notification of a import statement in the style sheet.
 void CSSOMMediaRule.MediaRuleHandler.startMedia(SACMediaList media)
          SAC: Implements DocumentHandler.startMedia(SACMediaList).
 void CSSOMMediaRule.MediaRuleHandler.endMedia(SACMediaList media)
          SAC: Implements DocumentHandler.endMedia(SACMediaList).
 void CSSOMMediaRule.MediaRuleHandler.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void CSSOMMediaRule.MediaRuleHandler.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(SelectorList).
 void CSSOMMediaRule.MediaRuleHandler.property(java.lang.String name, LexicalUnit value, boolean important)
          SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean).
 void CSSDocumentHandler.startDocument(InputSource source)
          SAC: Implements DocumentHandler.startDocument(InputSource).
 void CSSDocumentHandler.endDocument(InputSource source)
          SAC: Implements DocumentHandler.endDocument(InputSource).
 void CSSDocumentHandler.comment(java.lang.String text)
          SAC: Implements DocumentHandler.comment(String).
 void CSSDocumentHandler.ignorableAtRule(java.lang.String atRule)
          SAC: Implements DocumentHandler.ignorableAtRule(String).
 void CSSDocumentHandler.namespaceDeclaration(java.lang.String prefix, java.lang.String uri)
          SAC: Implements DocumentHandler.namespaceDeclaration(String,String).
 void CSSDocumentHandler.importStyle(java.lang.String uri, SACMediaList media, java.lang.String defaultNamespaceURI)
          SAC: Implements DocumentHandler.importStyle(String,SACMediaList,String).
 void CSSDocumentHandler.startMedia(SACMediaList media)
          SAC: Implements DocumentHandler.startMedia(SACMediaList).
 void CSSDocumentHandler.endMedia(SACMediaList media)
          SAC: Implements DocumentHandler.endMedia(SACMediaList).
 void CSSDocumentHandler.startPage(java.lang.String name, java.lang.String pseudo_page)
          SAC: Implements DocumentHandler.startPage(String,String).
 void CSSDocumentHandler.endPage(java.lang.String name, java.lang.String pseudo_page)
          SAC: Implements DocumentHandler.endPage(String,String).
 void CSSDocumentHandler.startFontFace()
          SAC: Implements DocumentHandler.startFontFace().
 void CSSDocumentHandler.endFontFace()
          SAC: Implements DocumentHandler.endFontFace().
 void CSSDocumentHandler.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void CSSDocumentHandler.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(SelectorList).
 void CSSDocumentHandler.property(java.lang.String name, LexicalUnit value, boolean important)
          SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean).
 void CSSOMStyleDeclaration.StyleDeclarationHandler.property(java.lang.String name, LexicalUnit value, boolean important)
          Receive notification of a declaration.
 void CSSOMStyleRule.StyleRuleHandler.startSelector(SelectorList selectors)
          Receives notification of the beginning of a rule statement.
 void CSSOMStyleRule.StyleRuleHandler.endSelector(SelectorList selectors)
          Receives notification of the end of a rule statement.
 void CSSOMStyleRule.StyleRuleHandler.property(java.lang.String name, LexicalUnit value, boolean important)
          Receives notification of a declaration.
 void CSSOMUnknownRule.UnknownRuleHandler.ignorableAtRule(java.lang.String atRule)
          SAC: Implements DocumentHandler.ignorableAtRule(String).
 

Uses of CSSException in org.apache.batik.css.parser
 

Methods in org.apache.batik.css.parser that throw CSSException
 void Parser.setLocale(java.util.Locale locale)
          SAC: Implements Parser.setLocale(Locale).
 void Parser.parseStyleSheet(InputSource source)
          SAC: Implements Parser.parseStyleSheet(InputSource).
 void Parser.parseStyleSheet(java.lang.String uri)
          SAC: Implements Parser.parseStyleSheet(String).
 void Parser.parseStyleDeclaration(InputSource source)
          SAC: Implements Parser.parseStyleDeclaration(InputSource).
protected  void Parser.parseStyleDeclarationInternal()
          Parses a style declaration using the current scanner.
 void Parser.parseRule(InputSource source)
          SAC: Implements Parser.parseRule(InputSource).
protected  void Parser.parseRuleInternal()
          Parses a rule using the current scanner.
 SelectorList Parser.parseSelectors(InputSource source)
          SAC: Implements Parser.parseSelectors(InputSource).
protected  SelectorList Parser.parseSelectorsInternal()
          Parses selectors using the current scanner.
 LexicalUnit Parser.parsePropertyValue(InputSource source)
          SAC: Implements Parser.parsePropertyValue(InputSource).
protected  LexicalUnit Parser.parsePropertyValueInternal()
          Parses property value using the current scanner.
 boolean Parser.parsePriority(InputSource source)
          SAC: Implements Parser.parsePriority(InputSource).
protected  boolean Parser.parsePriorityInternal()
          Parses the priority using the current scanner.
protected  void Parser.parseStyleDeclaration(boolean inSheet)
          Parses the given reader.
 void Parser.parseStyleDeclaration(java.lang.String source)
          Implements ExtendedParser.parseStyleDeclaration(String).
 void Parser.parseRule(java.lang.String source)
          Implements ExtendedParser.parseRule(String).
 SelectorList Parser.parseSelectors(java.lang.String source)
          Implements ExtendedParser.parseSelectors(String).
 LexicalUnit Parser.parsePropertyValue(java.lang.String source)
          Implements ExtendedParser.parsePropertyValue(String).
 boolean Parser.parsePriority(java.lang.String source)
          Implements ExtendedParser.parsePriority(String).
 void DefaultDocumentHandler.startDocument(InputSource source)
          SAC: Implements DocumentHandler.startDocument(InputSource).
 void DefaultDocumentHandler.endDocument(InputSource source)
          SAC: Implements DocumentHandler.endDocument(InputSource).
 void DefaultDocumentHandler.comment(java.lang.String text)
          SAC: Implements DocumentHandler.comment(String).
 void DefaultDocumentHandler.ignorableAtRule(java.lang.String atRule)
          SAC: Implements DocumentHandler.ignorableAtRule(String).
 void DefaultDocumentHandler.namespaceDeclaration(java.lang.String prefix, java.lang.String uri)
          SAC: Implements DocumentHandler.namespaceDeclaration(String,String).
 void DefaultDocumentHandler.importStyle(java.lang.String uri, SACMediaList media, java.lang.String defaultNamespaceURI)
          SAC: Implements DocumentHandler.importStyle(String,SACMediaList,String).
 void DefaultDocumentHandler.startMedia(SACMediaList media)
          SAC: Implements DocumentHandler.startMedia(SACMediaList).
 void DefaultDocumentHandler.endMedia(SACMediaList media)
          SAC: Implements DocumentHandler.endMedia(SACMediaList).
 void DefaultDocumentHandler.startPage(java.lang.String name, java.lang.String pseudo_page)
          SAC: Implements DocumentHandler.startPage(String,String).
 void DefaultDocumentHandler.endPage(java.lang.String name, java.lang.String pseudo_page)
          SAC: Implements DocumentHandler.endPage(String,String).
 void DefaultDocumentHandler.startFontFace()
          SAC: Implements DocumentHandler.startFontFace().
 void DefaultDocumentHandler.endFontFace()
          SAC: Implements DocumentHandler.endFontFace().
 void DefaultDocumentHandler.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void DefaultDocumentHandler.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(SelectorList).
 void DefaultDocumentHandler.property(java.lang.String name, LexicalUnit value, boolean important)
          SAC: Implements DocumentHandler.property(String,LexicalUnit,boolean).
 void ExtendedParser.parseStyleDeclaration(java.lang.String source)
          Parse a CSS style declaration (without '{' and '}').
 void ExtendedParser.parseRule(java.lang.String source)
          Parse a CSS rule.
 SelectorList ExtendedParser.parseSelectors(java.lang.String source)
          Parse a comma separated list of selectors.
 LexicalUnit ExtendedParser.parsePropertyValue(java.lang.String source)
          Parse a CSS property value.
 boolean ExtendedParser.parsePriority(java.lang.String source)
          Parse a CSS priority value (e.g.
 void ExtendedParserWrapper.setLocale(java.util.Locale locale)
          SAC: Implements Parser.setLocale(Locale).
 void ExtendedParserWrapper.parseStyleSheet(InputSource source)
          SAC: Implements Parser.parseStyleSheet(InputSource).
 void ExtendedParserWrapper.parseStyleSheet(java.lang.String uri)
          Parse a CSS document from a URI.
 void ExtendedParserWrapper.parseStyleDeclaration(InputSource source)
          SAC: Implements Parser.parseStyleDeclaration(InputSource).
 void ExtendedParserWrapper.parseStyleDeclaration(java.lang.String source)
          Parse a CSS style declaration (without '{' and '}').
 void ExtendedParserWrapper.parseRule(InputSource source)
          SAC: Implements Parser.parseRule(InputSource).
 void ExtendedParserWrapper.parseRule(java.lang.String source)
          Parse a CSS rule.
 SelectorList ExtendedParserWrapper.parseSelectors(InputSource source)
          SAC: Implements Parser.parseSelectors(InputSource).
 SelectorList ExtendedParserWrapper.parseSelectors(java.lang.String source)
          Parse a comma separated list of selectors.
 LexicalUnit ExtendedParserWrapper.parsePropertyValue(InputSource source)
          SAC: Implements Parser.parsePropertyValue(InputSource).
 LexicalUnit ExtendedParserWrapper.parsePropertyValue(java.lang.String source)
          Parse a CSS property value.
 boolean ExtendedParserWrapper.parsePriority(InputSource source)
          SAC: Implements Parser.parsePriority(InputSource).
 boolean ExtendedParserWrapper.parsePriority(java.lang.String source)
          Parse a CSS priority value (e.g.
 

Uses of CSSException in org.apache.batik.css.sac
 

Methods in org.apache.batik.css.sac that throw CSSException
 ConditionalSelector CSSOMSelectorFactory.createConditionalSelector(SimpleSelector selector, Condition condition)
          SAC: Implements SelectorFactory.createConditionalSelector(SimpleSelector,Condition).
 SimpleSelector CSSOMSelectorFactory.createAnyNodeSelector()
          SAC: Implements SelectorFactory.createAnyNodeSelector().
 SimpleSelector CSSOMSelectorFactory.createRootNodeSelector()
          SAC: Implements SelectorFactory.createRootNodeSelector().
 NegativeSelector CSSOMSelectorFactory.createNegativeSelector(SimpleSelector selector)
          SAC: Implements SelectorFactory.createNegativeSelector(SimpleSelector).
 ElementSelector CSSOMSelectorFactory.createElementSelector(java.lang.String namespaceURI, java.lang.String tagName)
          SAC: Implements SelectorFactory.createElementSelector(String,String).
 CharacterDataSelector CSSOMSelectorFactory.createTextNodeSelector(java.lang.String data)
          SAC: Implements SelectorFactory.createTextNodeSelector(String).
 CharacterDataSelector CSSOMSelectorFactory.createCDataSectionSelector(java.lang.String data)
          SAC: Implements SelectorFactory.createCDataSectionSelector(String).
 ProcessingInstructionSelector CSSOMSelectorFactory.createProcessingInstructionSelector(java.lang.String target, java.lang.String data)
          SAC: Implements SelectorFactory.createProcessingInstructionSelector(String,String).
 CharacterDataSelector CSSOMSelectorFactory.createCommentSelector(java.lang.String data)
          SAC: Implements SelectorFactory.createCommentSelector(String).
 ElementSelector CSSOMSelectorFactory.createPseudoElementSelector(java.lang.String namespaceURI, java.lang.String pseudoName)
          SAC: Implements SelectorFactory.createPseudoElementSelector(String,String).
 DescendantSelector CSSOMSelectorFactory.createDescendantSelector(Selector parent, SimpleSelector descendant)
          SAC: Implements SelectorFactory.createDescendantSelector(Selector,SimpleSelector).
 DescendantSelector CSSOMSelectorFactory.createChildSelector(Selector parent, SimpleSelector child)
          SAC: Implements SelectorFactory.createChildSelector(Selector,SimpleSelector).
 SiblingSelector CSSOMSelectorFactory.createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent)
          SAC: Implements SelectorFactory.createDirectAdjacentSelector(short,Selector,SimpleSelector).
 CombinatorCondition CSSOMConditionFactory.createAndCondition(Condition first, Condition second)
          SAC: Implements ConditionFactory.createAndCondition(Condition,Condition).
 CombinatorCondition CSSOMConditionFactory.createOrCondition(Condition first, Condition second)
          SAC: Implements ConditionFactory.createOrCondition(Condition,Condition).
 NegativeCondition CSSOMConditionFactory.createNegativeCondition(Condition condition)
          SAC: Implements ConditionFactory.createNegativeCondition(Condition).
 PositionalCondition CSSOMConditionFactory.createPositionalCondition(int position, boolean typeNode, boolean type)
          SAC: Implements ConditionFactory.createPositionalCondition(int,boolean,boolean).
 AttributeCondition CSSOMConditionFactory.createAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value)
          SAC: Implements ConditionFactory.createAttributeCondition(String,String,boolean,String).
 AttributeCondition CSSOMConditionFactory.createIdCondition(java.lang.String value)
          SAC: Implements ConditionFactory.createIdCondition(String).
 LangCondition CSSOMConditionFactory.createLangCondition(java.lang.String lang)
          SAC: Implements ConditionFactory.createLangCondition(String).
 AttributeCondition CSSOMConditionFactory.createOneOfAttributeCondition(java.lang.String localName, java.lang.String nsURI, boolean specified, java.lang.String value)
          SAC: Implements ConditionFactory.createOneOfAttributeCondition(String,String,boolean,String).
 AttributeCondition CSSOMConditionFactory.createBeginHyphenAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value)
          SAC: Implements ConditionFactory.createBeginHyphenAttributeCondition(String,String,boolean,String).
 AttributeCondition CSSOMConditionFactory.createClassCondition(java.lang.String namespaceURI, java.lang.String value)
          SAC: Implements ConditionFactory.createClassCondition(String,String).
 AttributeCondition CSSOMConditionFactory.createPseudoClassCondition(java.lang.String namespaceURI, java.lang.String value)
          SAC: Implements ConditionFactory.createPseudoClassCondition(String,String).
 Condition CSSOMConditionFactory.createOnlyChildCondition()
          SAC: Implements ConditionFactory.createOnlyChildCondition().
 Condition CSSOMConditionFactory.createOnlyTypeCondition()
          SAC: Implements ConditionFactory.createOnlyTypeCondition().
 ContentCondition CSSOMConditionFactory.createContentCondition(java.lang.String data)
          SAC: Implements ConditionFactory.createContentCondition(String).
 

Uses of CSSException in org.w3c.css.sac
 

Subclasses of CSSException in org.w3c.css.sac
 class CSSParseException
          Encapsulate a CSS parse error or warning.
 

Methods in org.w3c.css.sac that throw CSSException
 void DocumentHandler.startDocument(InputSource source)
          Receive notification of the beginning of a style sheet.
 void DocumentHandler.endDocument(InputSource source)
          Receive notification of the end of a document.
 void DocumentHandler.comment(java.lang.String text)
          Receive notification of a comment.
 void DocumentHandler.ignorableAtRule(java.lang.String atRule)
          Receive notification of an unknown rule t-rule not supported by this parser.
 void DocumentHandler.namespaceDeclaration(java.lang.String prefix, java.lang.String uri)
          Receive notification of an unknown rule t-rule not supported by this parser.
 void DocumentHandler.importStyle(java.lang.String uri, SACMediaList media, java.lang.String defaultNamespaceURI)
          Receive notification of a import statement in the style sheet.
 void DocumentHandler.startMedia(SACMediaList media)
          Receive notification of the beginning of a media statement.
 void DocumentHandler.endMedia(SACMediaList media)
          Receive notification of the end of a media statement.
 void DocumentHandler.startPage(java.lang.String name, java.lang.String pseudo_page)
          Receive notification of the beginning of a page statement.
 void DocumentHandler.endPage(java.lang.String name, java.lang.String pseudo_page)
          Receive notification of the end of a media statement.
 void DocumentHandler.startFontFace()
          Receive notification of the beginning of a font face statement.
 void DocumentHandler.endFontFace()
          Receive notification of the end of a font face statement.
 void DocumentHandler.startSelector(SelectorList selectors)
          Receive notification of the beginning of a rule statement.
 void DocumentHandler.endSelector(SelectorList selectors)
          Receive notification of the end of a rule statement.
 void DocumentHandler.property(java.lang.String name, LexicalUnit value, boolean important)
          Receive notification of a declaration.
 ConditionalSelector SelectorFactory.createConditionalSelector(SimpleSelector selector, Condition condition)
          Creates a conditional selector.
 SimpleSelector SelectorFactory.createAnyNodeSelector()
          Creates an any node selector.
 SimpleSelector SelectorFactory.createRootNodeSelector()
          Creates an root node selector.
 NegativeSelector SelectorFactory.createNegativeSelector(SimpleSelector selector)
          Creates an negative selector.
 ElementSelector SelectorFactory.createElementSelector(java.lang.String namespaceURI, java.lang.String tagName)
          Creates an element selector.
 CharacterDataSelector SelectorFactory.createTextNodeSelector(java.lang.String data)
          Creates a text node selector.
 CharacterDataSelector SelectorFactory.createCDataSectionSelector(java.lang.String data)
          Creates a cdata section node selector.
 ProcessingInstructionSelector SelectorFactory.createProcessingInstructionSelector(java.lang.String target, java.lang.String data)
          Creates a processing instruction node selector.
 CharacterDataSelector SelectorFactory.createCommentSelector(java.lang.String data)
          Creates a comment node selector.
 ElementSelector SelectorFactory.createPseudoElementSelector(java.lang.String namespaceURI, java.lang.String pseudoName)
          Creates a pseudo element selector.
 DescendantSelector SelectorFactory.createDescendantSelector(Selector parent, SimpleSelector descendant)
          Creates a descendant selector.
 DescendantSelector SelectorFactory.createChildSelector(Selector parent, SimpleSelector child)
          Creates a child selector.
 SiblingSelector SelectorFactory.createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent)
          Creates a sibling selector.
 CombinatorCondition ConditionFactory.createAndCondition(Condition first, Condition second)
          Creates an and condition
 CombinatorCondition ConditionFactory.createOrCondition(Condition first, Condition second)
          Creates an or condition
 NegativeCondition ConditionFactory.createNegativeCondition(Condition condition)
          Creates a negative condition
 PositionalCondition ConditionFactory.createPositionalCondition(int position, boolean typeNode, boolean type)
          Creates a positional condition
 AttributeCondition ConditionFactory.createAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value)
          Creates an attribute condition
 AttributeCondition ConditionFactory.createIdCondition(java.lang.String value)
          Creates an id condition
 LangCondition ConditionFactory.createLangCondition(java.lang.String lang)
          Creates a lang condition
 AttributeCondition ConditionFactory.createOneOfAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value)
          Creates a "one of" attribute condition
 AttributeCondition ConditionFactory.createBeginHyphenAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value)
          Creates a "begin hyphen" attribute condition
 AttributeCondition ConditionFactory.createClassCondition(java.lang.String namespaceURI, java.lang.String value)
          Creates a class condition
 AttributeCondition ConditionFactory.createPseudoClassCondition(java.lang.String namespaceURI, java.lang.String value)
          Creates a pseudo class condition
 Condition ConditionFactory.createOnlyChildCondition()
          Creates a "only one" child condition
 Condition ConditionFactory.createOnlyTypeCondition()
          Creates a "only one" type condition
 ContentCondition ConditionFactory.createContentCondition(java.lang.String data)
          Creates a content condition
 void ErrorHandler.warning(CSSParseException exception)
          Receive notification of a warning.
 void ErrorHandler.error(CSSParseException exception)
          Receive notification of a recoverable error.
 void ErrorHandler.fatalError(CSSParseException exception)
          Receive notification of a non-recoverable error.
 void Parser.setLocale(java.util.Locale locale)
          Allow an application to request a locale for errors and warnings.
 void Parser.parseStyleSheet(InputSource source)
          Parse a CSS document.
 void Parser.parseStyleSheet(java.lang.String uri)
          Parse a CSS document from a URI.
 void Parser.parseStyleDeclaration(InputSource source)
          Parse a CSS style declaration (without '{' and '}').
 void Parser.parseRule(InputSource source)
          Parse a CSS rule.
 SelectorList Parser.parseSelectors(InputSource source)
          Parse a comma separated list of selectors.
 LexicalUnit Parser.parsePropertyValue(InputSource source)
          Parse a CSS property value.
 boolean Parser.parsePriority(InputSource source)
          Parse a CSS priority value (e.g.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.