OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wellFormed
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DecodedDataDocumentParser.h
40
virtual bool
wellFormed
() const { return true; }
Document.h
529
bool
wellFormed
() const { return m_wellFormed; }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h
91
virtual bool
wellFormed
() const { return !m_sawError; }
XMLDocumentParser.cpp
511
bool
wellFormed
= parser->appendFragmentSource(chunk);
515
return
wellFormed
; // appendFragmentSource()'s
wellFormed
is more permissive than
wellFormed
().
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java
159
&& config.
wellFormed
171
config.
wellFormed
= true;
277
return config.
wellFormed
;
280
config.
wellFormed
= (Boolean) value;
297
private boolean
wellFormed
= true;
460
if (
wellFormed
&& !isValid(s)) {
/external/chromium_org/third_party/libxml/src/include/libxml/
parser.h
188
int
wellFormed
; /* is the document well formed */
[
all
...]
/external/libxml2/include/libxml/
parser.h
188
int
wellFormed
; /* is the document well formed */
[
all
...]
Completed in 532 milliseconds