OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BADRDF
(Results
1 - 3
of
3
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPError.java
39
int
BADRDF
= 202;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java
112
throw new XMPException("Invalid attributes of rdf:RDF element",
BADRDF
);
168
BADRDF
);
232
BADRDF
);
263
throw new XMPException("Invalid nodeElement attribute",
BADRDF
);
292
throw new XMPException("Expected property element node not found",
BADRDF
);
367
throw new XMPException("Invalid property element name",
BADRDF
);
520
"Invalid attribute for resource property element",
BADRDF
);
585
"Invalid child of resource property element",
BADRDF
);
590
"Children of resource property element must be XML elements",
BADRDF
);
598
throw new XMPException("Missing child of resource property element",
BADRDF
);
[
all
...]
XMPSerializerRDF.java
685
XMPError.
BADRDF
);
1009
XMPError.
BADRDF
);
1104
XMPError.
BADRDF
);
[
all
...]
Completed in 493 milliseconds