| 69 | bool HasAlias() const { return m_hasAlias; } |
| 70 | bool HasTag() const { return m_hasTag; } |
| 71 | bool HasBegunNode() const { |
| 72 | return m_hasAnchor || m_hasTag || m_hasNonContent; |
| 73 | } |
| 74 | bool HasBegunContent() const { return m_hasAnchor || m_hasTag; } |
| 75 | |
| 76 | void ClearModifiedSettings(); |
no outgoing calls
no test coverage detected