OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMLElement
(Results
1 - 23
of
23
) sorted by null
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLGroupVisitor.java
28
protected final
XMLElement
element;
41
public XMLGroupVisitor(final
XMLElement
element, final String name)
50
final
XMLElement
child = createChild(bundle.getName());
57
final
XMLElement
child = createChild(name);
66
private
XMLElement
createChild(final String name) throws IOException {
XMLCoverageWriter.java
46
public static
XMLElement
createChild(final
XMLElement
parent,
48
final
XMLElement
child = parent.element(tagname);
64
final
XMLElement
element) throws IOException {
72
final
XMLElement
parent) throws IOException {
73
final
XMLElement
element = createChild(parent, "package", p.getName());
84
final
XMLElement
parent) throws IOException {
85
final
XMLElement
element = createChild(parent, "class", c.getName());
93
final
XMLElement
parent) throws IOException {
94
final
XMLElement
element = createChild(parent, "method", m.getName())
[
all
...]
XMLElement.java
20
* Simple API to create well formed XML streams. A {@link
XMLElement
} instance
25
public class
XMLElement
{
50
private
XMLElement
lastchild;
60
protected
XMLElement
(final Writer writer, final String name) {
96
protected void addChildElement(final
XMLElement
child) throws IOException {
147
public
XMLElement
attr(final String name, final String value)
179
public
XMLElement
attr(final String name, final int value)
198
public
XMLElement
attr(final String name, final long value)
212
public
XMLElement
text(final String text) throws IOException {
233
public
XMLElement
element(final String name) throws IOException
[
all
...]
XMLDocument.java
25
* @see
XMLElement
27
public class XMLDocument extends
XMLElement
{
/system/bt/btif/src/
btif_config_transcode.cpp
38
XMLElement
*rootElement = document.RootElement();
50
for (
XMLElement
*i = rootElement->FirstChildElement(); i != NULL; i = i->NextSiblingElement())
51
for (
XMLElement
*j = i->FirstChildElement(); j != NULL; j = j->NextSiblingElement()) {
53
for (
XMLElement
*k = j->FirstChildElement(); k != NULL; k = k->NextSiblingElement()) {
/external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
XMLFormatter.java
27
import org.jacoco.report.internal.xml.
XMLElement
;
62
final
XMLElement
root = new XMLDocument("report", PUBID, SYSTEM,
66
RootVisitor(final
XMLElement
element) throws IOException {
95
final
XMLElement
sessioninfo = root.element("sessioninfo");
/external/tinyxml2/
tinyxml2.h
93
class
XMLElement
;
343
virtual bool VisitEnter( const
XMLElement
& /*element*/, const XMLAttribute* /*firstAttribute*/ ) { return true; }
345
virtual bool VisitExit( const
XMLElement
& /*element*/ ) { return true; }
436
friend class
XMLElement
;
444
virtual
XMLElement
* ToElement() { return 0; } ///< Safely cast to an Element, or null.
451
virtual const
XMLElement
* ToElement() const { return 0; }
486
const
XMLElement
* FirstChildElement( const char* value=0 ) const;
487
XMLElement
* FirstChildElement( const char* _value=0 ) { return const_cast<
XMLElement
*>(const_cast<const XMLNode*>(this)->FirstChildElement( _value )); }
496
const
XMLElement
* LastChildElement( const char* value=0 ) const;
[
all
...]
tinyxml2.cpp
512
returnNode = new (elementPool.Alloc())
XMLElement
( this );
675
const
XMLElement
* XMLNode::FirstChildElement( const char* value ) const
678
XMLElement
* element = node->ToElement();
689
const
XMLElement
* XMLNode::LastChildElement( const char* value ) const
692
XMLElement
* element = node->ToElement();
703
const
XMLElement
* XMLNode::NextSiblingElement( const char* value ) const
716
const
XMLElement
* XMLNode::PreviousSiblingElement( const char* value ) const
768
if ( node->ToElement() && node->ToElement()->ClosingType() ==
XMLElement
::CLOSING ) {
770
*parentEnd = static_cast<
XMLElement
*>(node)->value;
778
XMLElement
* ele = node->ToElement();
[
all
...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
XMLElementTest.java
23
* Unit tests for {@link
XMLElement
}.
29
private
XMLElement
root;
34
root = new
XMLElement
(buffer, "root");
XMLGroupVisitorTest.java
33
private
XMLElement
root;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLElement.java
18
import org.jacoco.report.internal.xml.
XMLElement
;
21
* A {@link
XMLElement
} with utility methods to create XHTML documents. It
24
public class HTMLElement extends
XMLElement
{
/external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py
57
XMLElement
= ET.Element
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/
org.jacoco.report-0.7.1.201405082137.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.3.201501221555/
org.jacoco.report-0.7.3.201501221555.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.6.201602180812/
org.jacoco.report-0.7.6.201602180812.jar
/prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar
/prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar
/prebuilts/sdk/tools/
jack-jacoco-reporter.jar
Completed in 1305 milliseconds