org.kohsuke.rngom.ast.builder
インタフェース Annotations

既知のサブインタフェースの一覧:
ElementAnnotationBuilder
既知の実装クラスの一覧:
SchemaBuilderImpl

public interface Annotations

Includes attributes and child elements before any RELAX NG element.


メソッドの概要
 void addAttribute(java.lang.String ns, java.lang.String localName, java.lang.String prefix, java.lang.String value, Location loc)
           
 void addComment(CommentList comments)
          Adds comments following the last initial child element annotation.
 void addElement(ParsedElementAnnotation ea)
           
 void addLeadingComment(CommentList comments)
           
 

メソッドの詳細

addAttribute

public void addAttribute(java.lang.String ns,
                         java.lang.String localName,
                         java.lang.String prefix,
                         java.lang.String value,
                         Location loc)
                  throws BuildException
例外:
BuildException

addElement

public void addElement(ParsedElementAnnotation ea)
                throws BuildException
例外:
BuildException

addComment

public void addComment(CommentList comments)
                throws BuildException
Adds comments following the last initial child element annotation.

例外:
BuildException

addLeadingComment

public void addLeadingComment(CommentList comments)
                       throws BuildException
例外:
BuildException