| Package | Description | 
|---|---|
| com.bigdata.rdf.sail.webapp | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLBuilder.Node | XMLBuilder.Node. attr(String attr,
    Object value)Add an attribute value to an open element head. | 
| XMLBuilder.Node | HTMLBuilder. body() | 
| XMLBuilder.Node | XMLBuilder.Node. close()Close the open element. | 
| XMLBuilder.Node | XMLBuilder.Node. close(boolean simpleEnd)Close the open element. | 
| XMLBuilder.Node | XMLBuilder.Node. node(String tag)Create and return a new  XMLBuilder.Node. | 
| XMLBuilder.Node | XMLBuilder.Node. node(String tag,
    String text)Generate an open element for the tag, output the indicated text, and
 then output the closing element for that tag. | 
| XMLBuilder.Node | XMLBuilder. root(String name) | 
| XMLBuilder.Node | XMLBuilder. root(String name,
    String nodeText) | 
| XMLBuilder.Node | XMLBuilder.Node. text(String text)Write out the text. | 
| XMLBuilder.Node | XMLBuilder.Node. textNoEncode(String text)Write out the text without encoding for (X)HTML. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | BigdataRDFContext. addHtmlHeader(XMLBuilder.Node current,
             String charset)Utility method to consolidate header into a single location. | 
| void | XMLBuilder. closeAll(XMLBuilder.Node node) | 
| void | HAStatusServletUtilProxy. doGet(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse resp,
     XMLBuilder.Node current)Show the interesting things about the quorum. | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.