public StringBuffer XMLDecl (StringBuffer content) throws GorilleException; public StringBuffer DOCTYPE (StringBuffer content) throws GorilleException; public StringBuffer startElementOTag (StringBuffer content) throws GorilleException; public StringBuffer startElementCTag (StringBuffer content) throws GorilleException; public StringBuffer elementName (StringBuffer content) throws GorilleException; public StringBuffer tagSpace (StringBuffer content) throws GorilleException; public StringBuffer attName (StringBuffer content) throws GorilleException; public StringBuffer attEquals (StringBuffer content) throws GorilleException; public StringBuffer attStartQuote (StringBuffer content) throws GorilleException; public StringBuffer attEndQuote (StringBuffer content) throws GorilleException; public StringBuffer endElementOTag (StringBuffer content) throws GorilleException; public StringBuffer endElementETag (StringBuffer content) throws GorilleException; public StringBuffer endElementCTag (StringBuffer content) throws GorilleException; public StringBuffer chars (StringBuffer content) throws GorilleException;