diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-27 19:58:46 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-27 19:58:46 +0000 |
commit | 9b93815edae6687d79d73c153c30d27e280c7571 (patch) | |
tree | bf56d32e5cebd4b5611a221115342badab72aafc /xfa/fxfa/parser/xfa_utils.h | |
parent | 9a48fd1aabf105b168f5d8fc26549ae0d41d002e (diff) | |
download | pdfium-9b93815edae6687d79d73c153c30d27e280c7571.tar.xz |
Add helpers to get attribute information
This CL adds helpers to CXFA_Node to get the type of an attribute and
the default value for a given attribute.
Change-Id: I8bf41f568fe1da650fb3df4232b63d2e48038e07
Reviewed-on: https://pdfium-review.googlesource.com/19330
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/xfa_utils.h')
-rw-r--r-- | xfa/fxfa/parser/xfa_utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xfa/fxfa/parser/xfa_utils.h b/xfa/fxfa/parser/xfa_utils.h index afc1076d35..7a7eb1546c 100644 --- a/xfa/fxfa/parser/xfa_utils.h +++ b/xfa/fxfa/parser/xfa_utils.h @@ -49,11 +49,6 @@ const XFA_SCRIPTATTRIBUTEINFO* XFA_GetScriptAttributeByName( const XFA_Attribute* XFA_GetElementAttributes(XFA_Element eElement, int32_t& iCount); -bool XFA_GetAttributeDefaultValue(void*& pValue, - XFA_Element eElement, - XFA_Attribute eAttribute, - XFA_AttributeType eType, - uint32_t dwPacket); const XFA_ATTRIBUTEINFO* XFA_GetAttributeByID(XFA_Attribute eName); const XFA_ATTRIBUTEENUMINFO* XFA_GetAttributeEnumByName( const WideStringView& wsName); |