Home
last modified time | relevance | path

Searched refs:XML_Content_Type (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dexpat.h143 enum XML_Content_Type { enum
180 enum XML_Content_Type type;
H A Dxmlparse.c328 enum XML_Content_Type type;
/freebsd/contrib/expat/examples/
H A Delement_declarations.c89 contentTypeName(enum XML_Content_Type contentType) { in contentTypeName()